Skip to content

Commit

Permalink
Update question.php comment fix for PHP linting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Apr 22, 2024
1 parent 48a9424 commit c02c2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function grade_response(array $response) : array {
$prompt .= $this->aiprompt;

if ($this->markscheme > '') {
//Tell the LLM how to mark the submission
// Tell the LLM how to mark the submission.
$prompt .= " The total score is: $this->defaultmark .";
$prompt .= ' '.$this->markscheme;
} else {
Expand Down

0 comments on commit c02c2ce

Please sign in to comment.