mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 07:41:02 +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) {
|
function display_lateness($timesubmitted) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
function print_student_answer($studentid){
|
||||||
|
return '';//does nothing!
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user