We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d60957 commit dc6c210Copy full SHA for dc6c210
1 file changed
lib.php
@@ -510,7 +510,7 @@ function quizgame_reset_userdata($data) {
510
* @param string $type (Optional)
511
*/
512
function quizgame_reset_gradebook($courseid, $type = '') {
513
- // TODO: Review and update after grade implementation.
+ // TODO #12: Review and update after grade implementation.
514
global $DB;
515
516
$sql = "SELECT g.*, cm.idnumber as cmidnumber, g.course as courseid
0 commit comments