You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It may be useful to start with questions with equal rating. In this case the next question will be taken from the arbitrary ordering in the DB, and students risk getting the same questions repeated.,
Describe the solution you'd like
If we could randomise the ordering of questions with equal rating difference, the student would get different questions even when they tie.
Describe alternatives you've considered
No other idea.
Additional context
The reason for the current solution is of course that the randomisation is expensive, and hence this may not be a practical solution. The issue came up from a user expecting a different behaviour, and the use case is valid enough. Very often you do not know how to rate the questions, and assigning equal ratings and wait for the system to learn from student performance is a reasomnable approach.
The text was updated successfully, but these errors were encountered:
Supersedes #199
Is your feature request related to a problem? Please describe.
It may be useful to start with questions with equal rating. In this case the next question will be taken from the arbitrary ordering in the DB, and students risk getting the same questions repeated.,
Describe the solution you'd like
If we could randomise the ordering of questions with equal rating difference, the student would get different questions even when they tie.
Describe alternatives you've considered
No other idea.
Additional context
The reason for the current solution is of course that the randomisation is expensive, and hence this may not be a practical solution. The issue came up from a user expecting a different behaviour, and the use case is valid enough. Very often you do not know how to rate the questions, and assigning equal ratings and wait for the system to learn from student performance is a reasomnable approach.
The text was updated successfully, but these errors were encountered: