Skip to content
Snippets Groups Projects
Commit ec77f416 authored by srosse's avatar srosse
Browse files

Merge OpenOLAT 8.2 to OpenOLAT default branch with 4de7b80419e50187d503fdfb9250f3ce2d94eef6

parents 95a66ddd 95e3454b
No related branches found
No related tags found
No related merge requests found
...@@ -558,6 +558,9 @@ public class IQDisplayController extends DefaultController implements GenericEve ...@@ -558,6 +558,9 @@ public class IQDisplayController extends DefaultController implements GenericEve
if (qtistatus.isSurvey()) { if (qtistatus.isSurvey()) {
// Send also finished event in case of survey // Send also finished event in case of survey
fireEvent(ureq, new IQSubmittedEvent()); fireEvent(ureq, new IQSubmittedEvent());
} else {
// for test and self-assessment, generate detailed results
generateDetailsResults(ureq, ai);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment