Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exercise: Add validation to enforce correct answer and positive score - refs BT#22404 #6130

Merged
merged 6 commits into from
Mar 23, 2025

Conversation

christianbeeznest
Copy link
Contributor

No description provided.

@ywarnier
Copy link
Member

Try to keep the number of language variables to the minimum. In this case, AtLeastOneCorrectAnswerRequired ~= MustSelectCorrectAnswer and AtLeastOneCorrectAnswerMustHavePositiveWeighting ~= CorrectAnswerMustHavePositiveScore.
More language variables mean more time for translators, and that means a smaller ratio of translator contributions in the long run.

@ywarnier
Copy link
Member

Try to keep the number of language variables to the minimum. In this case, AtLeastOneCorrectAnswerRequired ~= MustSelectCorrectAnswer and AtLeastOneCorrectAnswerMustHavePositiveWeighting ~= CorrectAnswerMustHavePositiveScore. More language variables mean more time for translators, and that means a smaller ratio of translator contributions in the long run.

Nevermind, I just realized it is because of the difference between single answer and multiple answer ! 🤦‍♂️

@ywarnier ywarnier merged commit d2c57d6 into chamilo:1.11.x Mar 23, 2025
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants