Overview
When building a Quiz in the LXP, the nature of each question depends on the choice types it uses. Eight choice types are available:Custom option parameter separators — the standard format uses
; (semicolon) between parameters, = (equals) for values, and , (comma) inside lists. To override the separators, start the options string with the <; = ,> notation, e.g. <| = ,>rows=1|label_width=0%|prompt=Enter Text Here.Input Text
Allows learners to enter text responses, with optional validation rules.- Status: Enabled/Disabled
- Choice Correct: When set to true, or when the type is numeric, the text box entry becomes required before the Submit button activates
- Type: Input Text
- Choice Text: The label for the input field. Use
-for no label, or[TEXTBOX]to embed the text box within the text
Radio
Displays a row of radio buttons or checkboxes with a customizable scale and labels.- Status: Enabled/Disabled
- Type: Radio
- Choice Text: Paragraph text displayed at the top of the choice
Single Select
Multiple choice question with one correct answer. Requires two or more choices for a non-trivial answer.- Status: Enabled/Disabled
- Choice Correct: Yes/No designation for the correct answer
- Type: Single Select
Multi Select
Multiple choice question allowing multiple correct answers. Requires two or more choices for a non-trivial answer.- Status: Enabled/Disabled
- Choice Correct: Yes/No designation for each correct choice
- Type: Multi Select
Match
Learners pair items from the Choice Text (left) with the Match String (right).- Type: Match
- Choice Text: First list of items
- Choice Options: Second list (Match String). Use the
|~|separator for unmatched elements
Sequence
Learners order items into the correct sequence. Requires 2 or more sequence choices; items display in jumbled order during the test.- Type: Sequence
- Sequence Field: Sets the correct position used for grading
- Choice Text: Text displayed in the draggable box
Dropdown
The Dropdown choice type is not yet implemented.
Sorting
Learners sort items from the left into buckets on the right. Both sides display in jumbled order.- Type: Sorting
- Choice Text: Bucket labels (right side)
- Choice Options: Items to sort (left side), defined via the
|~|separator or theitems=a_1,a_2parameter
Related
- Navigating the LXP — learner-facing orientation guide
- LTI Integration Overview — install the LXP in your LMS