campsych / concerto-platform

Concerto Platform - Open-Source Online Adaptive Testing Platform
https://concertoplatform.com/
Apache License 2.0
153 stars 88 forks source link

Question: Keep time counting when test closed with resume session. #284

Closed viboen closed 4 years ago

viboen commented 4 years ago

Concerto Platform version

v5.0.11 - Installed on Amazon EC2

Hello concerto team, Is it possible to 'continue' test on background even when the user close the test ?

Meaning:

I have a test with resume session and user authentication. Each question should take 20sec and if the user close the test the 20secs keep counting. After 20secs the question would be marked as wrong and in case user comes back he is sent to next question.

I was wondering if the submit test API could help. Any help would be very much appreciated.

test flowchart for reference image

przemyslawlis commented 4 years ago

That's currently only possible in "assessment" node for total test time (through "Test Time Limit Type" setting). It's not possible for individual item type for now.

I've already added that to TODO. I'm going to close this issue report, but will update it with a comment when this is implemented.