-
Notifications
You must be signed in to change notification settings - Fork 8
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
Activity completion support, improved scoring and logging #39
Conversation
This commit includes: 1. An AJAX service to write player scores to the DB 2. The ability to clear user scores upon activity deletion & course reset. 3. User scores now display on the user activity reports (complete & outline) 4. Improved logging for user scores. TODO: 1. Activity completion based on score 2. Logging based on gameplay start 3. Unit Tests 4. Getting travis to pass.
Update travis.yml file to use v2 of the moodle-ci plugin
Adds support for both view and score based activity completion.
With matching questions it is possible to get a score of 666.66667 with will result in an exception since the database is expecting an integer.
@sbourget Is there any chance you'd be interested in continuing this work? Scores are effected by GDPR as the users should be able to export and delete their scores |
Yes, I can work on implementing the Privacy API. |
Ah ok @sbourget should we close this one? |
Sure, lets close this one and hopefully finish this up in #43 |
This patch resolves issue #22 and also partially implements #14.
It addresses the following: