Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 66... Línea 66...
66
     * Create a quiz add questions to it, walk through quiz attempts and then check results.
66
     * Create a quiz add questions to it, walk through quiz attempts and then check results.
67
     *
67
     *
68
     * @param array $csvdata data read from csv file "questionsXX.csv", "stepsXX.csv" and "resultsXX.csv".
68
     * @param array $csvdata data read from csv file "questionsXX.csv", "stepsXX.csv" and "resultsXX.csv".
69
     * @dataProvider get_data_for_walkthrough
69
     * @dataProvider get_data_for_walkthrough
70
     */
70
     */
71
    public function test_walkthrough_from_csv($quizsettings, $csvdata) {
71
    public function test_walkthrough_from_csv($quizsettings, $csvdata): void {
Línea 72... Línea 72...
72
 
72
 
Línea 73... Línea 73...
73
        $this->create_quiz_simulate_attempts_and_check_results($quizsettings, $csvdata);
73
        $this->create_quiz_simulate_attempts_and_check_results($quizsettings, $csvdata);
74
 
74