Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
6fcd084
)
Merge branch 'MDL-69716-master' of git://github.com/aanabit/moodle
author
Jake Dallimore
<jake@moodle.com>
Thu, 29 Oct 2020 04:39:48 +0000
(12:39 +0800)
committer
Jake Dallimore
<jake@moodle.com>
Thu, 29 Oct 2020 04:39:48 +0000
(12:39 +0800)
mod/quiz/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/quiz/lib.php
b/mod/quiz/lib.php
index
18074d7
..
eb9b090
100644
(file)
--- a/
mod/quiz/lib.php
+++ b/
mod/quiz/lib.php
@@
-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');