|
@@ -269,7 +269,7 @@ class html5 implements ilm_handle {
|
|
|
}
|
|
|
|
|
|
// ./mod/iassign/ilm/ivprog-html/js/services.js : call this to define the variable 'evaluationResult'
|
|
|
- function getEvaluationCallback (evaluation) {
|
|
|
+ function getEvaluationCallback (evaluation, event) {
|
|
|
let submissionbehavior = ".$ilm->submissionbehavior.";
|
|
|
let evt = null;
|
|
|
if (event) evt = event;
|