From 3d55741ebc840431d469f603fbf6a8897e811c89 Mon Sep 17 00:00:00 2001 From: Cay Henning Date: Tue, 21 Feb 2023 14:16:26 -0500 Subject: [PATCH] Removes comment --- src/_score/score_module.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/_score/score_module.php b/src/_score/score_module.php index 4e11145..dea1d8b 100755 --- a/src/_score/score_module.php +++ b/src/_score/score_module.php @@ -8,9 +8,6 @@ class Score_Modules_Hangman extends Score_Module public function check_answer($log) { - // get qset once for options - // if (empty($this->inst->qset)) $this->inst->get_qset($this->inst->id); - $wrong_limit = $this->inst->qset->data['options']['attempts']; $is_partial = $this->inst->qset->data['options']['partial'];