-
Notifications
You must be signed in to change notification settings - Fork 1
Question generator
Nathanaël Houn edited this page Mar 25, 2022
·
17 revisions
The question
API endpoint allows you to generate a random question of a given type.
The format of the questions is always the same (type
, subject
, answers
& goodAnswer
), it's the type that allows the question to be interpreted correctly.
Type | Wording | Subject | Answers |
---|---|---|---|
1 | Which molecule belongs to this class ? | A class | 4 molecules |
2 | What class does this molecule belong to ? | A molecule | 4 classes |
3 | Which molecule belongs to this system ? | A system | 4 molecules |
4 | What system does this molecule belong to ? | A molecule | 4 systems |
5 | What indication has this molecule ? | A molecule | 4 indications |
6 | What side effect has this molecule ? | A molecule | 4 side effects |
7 | What interactions has this molecule ? | A molecule | 4 interactions |
8 | Which molecule has this indication ? | An indication | 4 molecules |
9 | Which molecule has this side effect ? | A side effect | 4 molecules |
10 | Which molecule has this interaction ? | An interaction | 4 molecules |
11 | Which molecule has this chemical structure ? | A chemical structure | 4 molecules |
12 | what chemical structure does this molecule have ? | A molecule | 4 chemical structures |
Apothiquiz, by Éros Albérola, Nathanaël Houn, Valentin Perignon & François Poguet