Awesome Multiple Choice Questions
This Wiki focus on Multiple Choice Questions note types / templates
Check out more Awesome posts
Submission Rules:
- Add link and image demonstrating the MCQ template in action
= Download
= Answers are in ABCDE format
= Answers are in binary 01 format
= Answers are in list format
= Donation/Sponsor
Warning
Multiple choice questions are not the most effective way to study. The reason they are commonly used in an academic setting is because they are easy to mark, and they allow the person studying to demonstrate their ability to recognize the correct answer, even if they canโt produce it themselves.
When you need to pick from a selection of answers, it is easy to โcheatโ, as you can guess what the correct answer is if you know what the other displayed options are. When multiple choice tests are designed by humans, the test creator can create clever โdistractorsโ that are similar to the correct answer, making it harder for you to guess. Computers are not so good at this.
If you are studying for a test and you have a sample test with a multiple choice questions, like the following:
Q: What animal has a really long neck?
A: 1. A monkey. 2. A giraffe. 3. A donkey. 4. A snail.
Then the recommended way to put that question into Anki is to drop the incorrect answers, turning it into a simple question/answer card instead:
Q: What animal has a really long neck?
A: A giraffe.
Add-ons
Multiple Choice for Anki
Known Issues
- I donโt understand the colors
- Use the addonโs config with
ALTERNATE_COLORING
- Use the addonโs config with
- Turn off shuffling/randomization of answers
- Possible by duplicating the note type
AllInOne (kprim, mc, sc)
and replacingqanda = shuffle(qanda);
with// qanda = shuffle(qanda);
.
- Possible by duplicating the note type
- More than 5 answer options
- Possible with slight modification of the note type (fields) and tempalte HTML
Insert Randomized Lists
This addon allows you to create lists with the โshuffleโ class, which combined with this script, serves to randomize these lists. Originally developed by Glutanimate, this version has been reformulated and updated for recent versions of Anki.
Download
Note Type / Templates
Card Template - Multiple Choice
jasonlws/anki-addon-mcnt
Memrise cards [template]
GitHub
Navigate to โReleasesโ, then install the file containing .apkg
ikkz/anki-template
All of the templates have the following common features:
- Markdown support: see here for details
- After selecting text, you can directly click to ask gpt, search or translate the corresponding text, and customization is also supported
- Support larger question text.
- Support dark mode and light mode.
- Countdown: Give you motivation to learn.
template:
- mcq : Multiple choice question (6 options)
- mcq_10: Multiple choice question (10 options)
- tf : True or false
- basic : Basic Q&A
- match : Drag and drop interactive matching
locale:
- zh: ไธญๆ
- en: English
- ja: Japanese
field:
- native: The native Anki field
- markdown: With markdown support, but larger size
IKKZ Multiple Choice
- Support hiding options to avoid potential answer hints
- Support single choice and multiple choice.
- Scrambled question options are restored after showing the answer.
- Obvious answer markers.
IKKZ Match
Drag and drop interactive matching question template.
Download
Sponsor
IKKZ True or False
True and False questions template.
Download
Sponsor
muctebanesiri/anki-multiple-choise-question-template
rberenguel/ankiโorderedโmulti-choice
ankified/InteractiveAnki
Other Languages
Multipla Escolha - 5 Opรงoes
Option 1 will always be the correct answer when you make the card, but it automatically shuffles when you review it. Works with 2, 3, 4 or 5 options. You can add colors and images
Download
CSS
Manually have to alter the Front, Back and styling of the card
Download