campsych / concerto-platform

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

"Require Response" not working #279

Closed cguilherme00 closed 4 years ago

cguilherme00 commented 4 years ago

Concerto Platform version

5.0.12

Expected behavior

"Require Response" field on Assessment->Responses wizard is not working as it should.

Actual behavior

Either with the option checked or not, the test allows the user to skip pages without responses.

Steps to reproduce the issue

Create a new Assessment test. Go to Assessment->Responses wizard -> require response and check that option. Run the created test and note that it lets you pass through without responding.

przemyslawlis commented 4 years ago

I'm unable to reproduce it. Is your installation based on stable releases or from master/5.0-dev branch? Can you try create clean Concerto instance from stable release (e.g. docker 5.0 image tag) and see if you still have this problem?

cguilherme00 commented 4 years ago

As I found out later, I may have imported some older version test and screwed up the code. After a new install it started working as expected. Thank you for the response.