mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 21:36:58 +01:00
fixes bug #4268
This commit is contained in:
parent
aff2944e78
commit
e768aabed0
@ -13,6 +13,9 @@ class assignment_offline extends assignment_base {
|
||||
function display_lateness($timesubmitted) {
|
||||
return '';
|
||||
}
|
||||
function print_student_answer($studentid){
|
||||
return '';//does nothing!
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user