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
{{ message }}
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
Currently there's a distinct difference between how the overall score and the score per Assessment, are being calculated.
The overall score is using a 0 - 100 scale whereas the Assessment scale is based on a 0 - 10 scale.
Seeing as the overall score is the value that gets saved in the database, it might be a good idea to alter the Assessment score values to use the same scale.
This will both lead to less code (thus less maintenance) and will allow for a more refined scoring within the various Assessments.
The text was updated successfully, but these errors were encountered:
@igorschoester pointed out to me that this has, in fact, not been changed in the underlying structure. However, a new issue was created recently with a suggestion on how to improve this. So I will keep this issue closed in favor of #2185
Currently there's a distinct difference between how the overall score and the score per Assessment, are being calculated.
The overall score is using a 0 - 100 scale whereas the Assessment scale is based on a 0 - 10 scale.
Seeing as the overall score is the value that gets saved in the database, it might be a good idea to alter the Assessment score values to use the same scale.
This will both lead to less code (thus less maintenance) and will allow for a more refined scoring within the various Assessments.
The text was updated successfully, but these errors were encountered: