anki-addon-mcnt
This add-on provide a Multiple Choice Note Type in Anki (Link)
Radio Format
Checkbox Format
Shuffle Enabled
Fields
- number: Question Number
- question: Question
- a, b, c, d, e, f, g, h, i, j: The list of answers
- answers: Correct answers (Delimiter: commas(,)) - More than one answers show as Checkbox format, otherwise, Radio format
- ref: Reference
- explanation: Explanation Box
Example - Radio Format
Example - Checkbox Format
Example - Limit The Number of Choice
- You may leave the answer field empty to hide the choice.
Configuration
Change the order of the list of answers. ( Tools -> Add-ons -> Select "Multiple Choice Note Type" -> Config)
- Default - The list of choices is displayed in a fixed order. ( Chnage
isShuffle
value to false
)
- The list of choices is displayed in a shuffle order. ( Chnage
isShuffle
value to true
)
Chnagelog
V1.0.0 - 2024-08-28
- First Release of Multiple Choice Note Type
V1.0.1 - 2024-09-11
- Bugfix - Only one radio button allow select