Skip to content

Commit

Permalink
Test: Fix Attempt Might Be Null
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Dec 18, 2024
1 parent 1333697 commit b72f173
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Modules/TestQuestionPool/classes/class.assClozeTestGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
2 changes: 1 addition & 1 deletion Modules/TestQuestionPool/classes/class.assErrorTextGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ static function (array $c, assFormulaQuestionVariable $v): array {
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
2 changes: 1 addition & 1 deletion Modules/TestQuestionPool/classes/class.assLongMenuGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
2 changes: 1 addition & 1 deletion Modules/TestQuestionPool/classes/class.assNumericGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down

0 comments on commit b72f173

Please sign in to comment.