MDL-69716 mod_quiz: No timestamp for in progress attempts
This commit is contained in:
+1
-1
@@ -561,8 +561,8 @@ function quiz_user_complete($course, $user, $mod, $quiz) {
|
||||
} else {
|
||||
echo get_string('hidden', 'grades');
|
||||
}
|
||||
echo ' - '.userdate($attempt->timefinish).'<br />';
|
||||
}
|
||||
echo ' - '.userdate($attempt->timefinish).'<br />';
|
||||
}
|
||||
} else {
|
||||
print_string('noattempts', 'quiz');
|
||||
|
||||
Reference in New Issue
Block a user