Types of Questions
You can add the the corresponding HTML tag for the type of question after the </pl-question-panel>
closing tag. For example, a multiple choice question would have the following general format (replace <pl-multiple-choice>
with the corresponding HTML tag for the type of question):
<pl-question-panel>
Question description
</pl-question-panel>
<pl-multiple-choice>
...
</pl-multiple-choice>
Here are the types of questions you can add:
All question types support randomization. You can choose to randomize the question description, answer options, and correct answer(s). You should try to incorporate randomization in your questions if possible.
If you are interested in implementing other types of questions, see the official PrairieLearn documentation here.