parent
b9cd56820f
commit
7c6aa504fd
|
@ -195,8 +195,7 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
questionInstances[i].showSolutions();
|
questionInstances[i].showSolutions();
|
||||||
}
|
}
|
||||||
catch(error) {
|
catch(error) {
|
||||||
console.log(error);
|
H5P.error("subcontent does not contain a valid showSolutions function");
|
||||||
console.log("subcontent does not contain a valid showSolutions() function");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -212,8 +211,7 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
questionInstances[i].resetTask();
|
questionInstances[i].resetTask();
|
||||||
}
|
}
|
||||||
catch(error) {
|
catch(error) {
|
||||||
console.log(error);
|
H5P.error("subcontent does not contain a valid resetTask function");
|
||||||
console.log("subcontent does not contain a valid resetTask() function");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue