Rolling back inadverent changes.
This commit is contained in:
parent
e73a7645a7
commit
f85c9fa8f8
1 changed files with 0 additions and 2 deletions
|
|
@ -468,7 +468,6 @@ $rJSON->recordResponses({
|
||||||
'1-0-0' => 'First answer',
|
'1-0-0' => 'First answer',
|
||||||
'1-0-0comment' => 'Section 1, question 0, answer 0 comment',
|
'1-0-0comment' => 'Section 1, question 0, answer 0 comment',
|
||||||
});
|
});
|
||||||
|
|
||||||
cmp_deeply(
|
cmp_deeply(
|
||||||
$rJSON->responses,
|
$rJSON->responses,
|
||||||
{
|
{
|
||||||
|
|
@ -486,7 +485,6 @@ cmp_deeply(
|
||||||
},
|
},
|
||||||
'recordResponses: recorded responses correctly, two questions, one answer, comments, values and time'
|
'recordResponses: recorded responses correctly, two questions, one answer, comments, values and time'
|
||||||
);
|
);
|
||||||
|
|
||||||
$rJSON->survey->question([1,0])->{questionType} = 'Multiple Choice'; # revert change
|
$rJSON->survey->question([1,0])->{questionType} = 'Multiple Choice'; # revert change
|
||||||
|
|
||||||
$rJSON->survey->question([1,0,0])->{terminal} = 1;
|
$rJSON->survey->question([1,0,0])->{terminal} = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue