topics.yml
1 | ---
|
---|---|
2 | topics:
|
3 | - id: vraifaux
|
4 | name: Vrai-Faux |
5 | questions:
|
6 | - "VF*"
|
7 | floor : 0 |
8 | format : "%{name} :%{score}/%{max}" |
9 | - id: equivalent
|
10 | name: Déterminer des équivalents |
11 | questions:
|
12 | - "equivalent*"
|
13 | format: "%{name} : %{score}/%{max}" |
14 | - id: limite
|
15 | name: Donner la définition de la limite |
16 | questions:
|
17 | - "lim*"
|
18 | format: "%{name} :%{score}/%{max}" |