I am using R exams to create mchoice questions. I really would like to know if it's possible to obtain a "true" button and "false" button next to each statement with exams2moodle
as in the following image:
Asked
Active
Viewed 90 times
2

Achim Zeileis
- 15,710
- 1
- 39
- 49

user12703198
- 423
- 3
- 11
1 Answers
0
This is on our wishlist but, currently, it is not implemented in exams2moodle()
. There are two alternatives, though:
- You can ask the question as a standard multiple-choice question with a single check box for each statement. Then, checking the box corresponds to "true" and not checking the box corresponds to "false".
- Alternatively, you can ask a
cloze
question with severalschoice
sub-questions. In each sub-question you could offer two options true/false. Especially when combining this withexams2moodle(..., cloze = list(cloze_mchoice_display = "MULTICHOICE_H"))
you will get a similar formatting to the True/False item from your question.

Achim Zeileis
- 15,710
- 1
- 39
- 49