Skip to content

Commit

Permalink
Removal of unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
AnupamaSarjoshi committed Oct 13, 2023
1 parent 2ef5321 commit 0ed7eed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions question.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0ed7eed

Please sign in to comment.