mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-58628-master' of git://github.com/jleyva/moodle
This commit is contained in:
commit
aabee00d58
2 changed files with 14 additions and 15 deletions
|
@ -192,15 +192,15 @@ class mod_quiz_external_testcase extends externallib_advanced_testcase {
|
|||
// Create what we expect to be returned when querying the two courses.
|
||||
// First for the student user.
|
||||
$allusersfields = array('id', 'coursemodule', 'course', 'name', 'intro', 'introformat', 'introfiles', 'timeopen',
|
||||
'timeclose', 'grademethod', 'section', 'visible', 'groupmode', 'groupingid');
|
||||
$userswithaccessfields = array('timelimit', 'attempts', 'attemptonlast', 'grademethod', 'decimalpoints',
|
||||
'questiondecimalpoints', 'reviewattempt', 'reviewcorrectness', 'reviewmarks',
|
||||
'timeclose', 'grademethod', 'section', 'visible', 'groupmode', 'groupingid',
|
||||
'attempts', 'timelimit', 'grademethod', 'decimalpoints', 'questiondecimalpoints', 'sumgrades',
|
||||
'grade', 'preferredbehaviour', 'hasfeedback');
|
||||
$userswithaccessfields = array('attemptonlast', 'reviewattempt', 'reviewcorrectness', 'reviewmarks',
|
||||
'reviewspecificfeedback', 'reviewgeneralfeedback', 'reviewrightanswer',
|
||||
'reviewoverallfeedback', 'questionsperpage', 'navmethod', 'sumgrades', 'grade',
|
||||
'reviewoverallfeedback', 'questionsperpage', 'navmethod',
|
||||
'browsersecurity', 'delay1', 'delay2', 'showuserpicture', 'showblocks',
|
||||
'completionattemptsexhausted', 'completionpass', 'autosaveperiod', 'hasquestions',
|
||||
'hasfeedback', 'overduehandling', 'graceperiod', 'preferredbehaviour', 'canredoquestions',
|
||||
'allowofflineattempts');
|
||||
'overduehandling', 'graceperiod', 'canredoquestions', 'allowofflineattempts');
|
||||
$managerfields = array('shuffleanswers', 'timecreated', 'timemodified', 'password', 'subnet');
|
||||
|
||||
// Add expected coursemodule and other data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue