Enum QuestionItemType
public enum QuestionItemType
- Extension Methods
Fields
[Icon("th")] BooleanTable = 3A Boolean table is similar to a MultipleCorrect question, in that it allows for multiple correct answers. However, instead of a check-box it displays a radio-button-list (True and False) for each option contained by the question. Points may be awarded for selecting True or for selecting False beside each item.
[Icon("file-lines")] ComposedEssay = 4An essay question that asks for an open-ended qualitative response (which cannot be marked by the system and must be marked manually by an instructor or administrator).
[Icon("microphone")] ComposedVoice = 12[Icon("bullseye-pointer")] HotspotCustom = 11[Icon("bullseye-pointer")] HotspotImageCaptcha = 8[Icon("bullseye-pointer")] HotspotMultipleAnswer = 10[Icon("bullseye-pointer")] HotspotMultipleChoice = 9[Icon("bullseye-pointer")] HotspotStandard = 7[Icon("list-ul")] Likert = 6[Icon("exchange")] Matching = 5A matching question is two adjacent lists of related words, phrases, pictures, or symbols. Each item in one list is paired with one item in another list.
[Icon("check-square")] MultipleCorrect = 2A multi-select check-box list with the potential for multiple correct answers.
[Icon("arrow-down-1-9")] Ordering = 13[Icon("check-circle")] SingleCorrect = 0A single-select radio-button list with one correct answer.
[Icon("toggle-on")] TrueOrFalse = 1A single-select radio-button list with one correct answer out of two possible answers.