diff --git a/app/Logic/SetMappers/Gcses.php b/app/Logic/SetMappers/Gcses.php index e5e5765..9c53b9b 100644 --- a/app/Logic/SetMappers/Gcses.php +++ b/app/Logic/SetMappers/Gcses.php @@ -55,6 +55,11 @@ public function handle(?int $year): int|string return (int) substr($code, 2, 1); } + if ($year === 10) { + if ($subject === 'French') { + return 'Option B'; + } + } // CMFL -- remove if statement block in M24 //if ($year === 11) { if (preg_match('^\A'.$year.'\.?[0-9]/(Fr|Sp)\Z^', $code, $matches)) {