Skip to content

Commit

Permalink
Precondition: test result percentage evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
smeyer-ilias committed Oct 17, 2024
1 parent 6e617ef commit 2855e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ILIAS/Test/classes/class.ilObjTestAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ protected static function isRangeAchieved(int $user_id, int $a_obj_id, string $v
) {
return true;
}
return false;
}
return false;
}

/**
Expand Down

0 comments on commit 2855e90

Please sign in to comment.