Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 39... Línea 39...
39
            'reviewrightanswer', 'reviewoverallfeedback',
39
            'reviewrightanswer', 'reviewoverallfeedback',
40
            'questionsperpage', 'navmethod', 'shuffleanswers',
40
            'questionsperpage', 'navmethod', 'shuffleanswers',
41
            'sumgrades', 'grade', 'timecreated',
41
            'sumgrades', 'grade', 'timecreated',
42
            'timemodified', 'password', 'subnet', 'browsersecurity',
42
            'timemodified', 'password', 'subnet', 'browsersecurity',
43
            'delay1', 'delay2', 'showuserpicture', 'showblocks', 'completionattemptsexhausted',
43
            'delay1', 'delay2', 'showuserpicture', 'showblocks', 'completionattemptsexhausted',
44
            'completionminattempts', 'allowofflineattempts']);
44
            'completionminattempts', 'allowofflineattempts', 'precreateattempts']);
Línea 45... Línea 45...
45
 
45
 
46
        // Define elements for access rule subplugin settings.
46
        // Define elements for access rule subplugin settings.
Línea 47... Línea 47...
47
        $this->add_subplugin_structure('quizaccess', $quiz, true);
47
        $this->add_subplugin_structure('quizaccess', $quiz, true);
Línea 57... Línea 57...
57
 
57
 
Línea 58... Línea 58...
58
        $this->add_question_references($qinstance, 'mod_quiz', 'slot');
58
        $this->add_question_references($qinstance, 'mod_quiz', 'slot');
Línea -... Línea 59...
-
 
59
 
-
 
60
        $this->add_question_set_references($qinstance, 'mod_quiz', 'slot');
59
 
61
 
Línea 60... Línea 62...
60
        $this->add_question_set_references($qinstance, 'mod_quiz', 'slot');
62
        $this->annotate_set_reference_bank_entries($this->task->get_contextid(), 'mod_quiz', 'slot', $this->task->get_backupid());
Línea 61... Línea 63...
61
 
63