-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 2.6
-
Component/s: Questions
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_26_STABLE
-
Fixed Branches:MOODLE_26_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
MDL-41572-master -
Pull Master Diff URL:
For simulating questions which allow multiple tries we need to be able to read behaviour vars for each slot from csv file of simulated response data.
I think the behaviour vars should be specified in the csv file something like in this example :
quizattempt | firstname | lastname | responses.1.1.answer | responses.1.2.answer | responses.1.-submit | responses.1.-tryagain | finished |
---|---|---|---|---|---|---|---|
1 | Juniper | Jones | Pussy-cat | 0 | 1 | 0 | 0 |
1 | Juniper | Jones | Pussy-cat | 0 | 0 | 1 | 0 |
1 | Juniper | Jones | Owl | 0 | 1 | 0 | 1 |
Where there is a multianswer question in slot 1. The 'finished' column applies to the whole attempt, although in this case there is only one slot.
- is blocked by
-
MDL-41540 quiz_create_attempt should not be using $USER global internally
-
- Closed
-