Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 75... Línea 75...
75
    throw new moodle_exception('noreviewattempt', 'quiz', $attemptobj->view_url());
75
    throw new moodle_exception('noreviewattempt', 'quiz', $attemptobj->view_url());
76
}
76
}
Línea 77... Línea 77...
77
 
77
 
78
// Prepare summary informat about this question attempt.
78
// Prepare summary informat about this question attempt.
-
 
79
$summary = new attempt_summary_information();
-
 
80
// Set the caption.
Línea 79... Línea 81...
79
$summary = new attempt_summary_information();
81
$summary->set_caption(get_string('summaryofattempt', 'quiz'));
80
 
82
 
81
// Student name.
83
// Student name.
82
$userpicture = new user_picture($student);
84
$userpicture = new user_picture($student);