From 0ed7eed13248adc6f567705d5b82942f4f9b19b8 Mon Sep 17 00:00:00 2001 From: Anupama Sarjoshi Date: Fri, 13 Oct 2023 16:56:53 +0100 Subject: [PATCH] Removal of unnecessary code --- question.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/question.php b/question.php index a3ddc07..6615c70 100644 --- a/question.php +++ b/question.php @@ -214,9 +214,7 @@ public function get_correct_response(): ?array { $response = []; foreach ($this->roworder as $key => $rownumber) { $row = $this->rows[$rownumber]; - //if ($row->correctanswers != '') { $response[$this->field($key)] = $this->columns[array_key_first($row->correctanswers)]->number; - //} } return $response; }