mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
da6bb0c506
data for each question in the quiz, pulling responses from a csv file.
266 B
266 B
1 | slot | type | which | cat | mark |
---|---|---|---|---|---|
2 | 1 | random | rand | 1 | |
3 | shortanswer | rand | 1 | ||
4 | numerical | rand | 1 | ||
5 | 2 | calculatedsimple | sumwithvariants | maincat | 1 |
6 | 3 | match | maincat | 1 | |
7 | 4 | truefalse | maincat | 1 | |
8 | 5 | multichoice | two_of_four | maincat | 1 |
9 | 6 | multichoice | one_of_four | maincat | 1 |
10 | 7 | multianswer | maincat | 1 |