diff --git a/scrapers/cpex-scraper/src/index.ts b/scrapers/cpex-scraper/src/index.ts index ec61152c8e..beaa3b4234 100644 --- a/scrapers/cpex-scraper/src/index.ts +++ b/scrapers/cpex-scraper/src/index.ts @@ -4,7 +4,7 @@ import path from 'path'; import env from '../env.json'; -const TERM = '2320'; +const TERM = '2410'; // Sanity check to see if there are at least this many modules before overwriting cpexModules.json // The last time I ran this fully there were 3418 modules diff --git a/website/src/featureFlags.ts b/website/src/featureFlags.ts index e56ce0f110..b6301aa7ab 100644 --- a/website/src/featureFlags.ts +++ b/website/src/featureFlags.ts @@ -8,4 +8,4 @@ export const enableShortUrl = false; /** Enable Course Planning Exercise */ -export const enableCPEx = false; +export const enableCPEx = true; diff --git a/website/src/views/mpe/MpeContainer.tsx b/website/src/views/mpe/MpeContainer.tsx index 10e2ce5c13..a2a2ec7e67 100644 --- a/website/src/views/mpe/MpeContainer.tsx +++ b/website/src/views/mpe/MpeContainer.tsx @@ -80,7 +80,7 @@ const MpeContainer: React.FC = () => { solely for planning purposes and there is no guarantee that you will be allocated the selected courses during the CourseReg Exercise.

-

The CPEx for this round will be from 16 Oct to 20 Oct 2023.

+

The CPEx for this round will be from 11 Mar to 15 Mar 2024.

Participation in the CPEx will be used as one of the tie-breakers{' '} during the CourseReg Exercise, in cases where the demand exceeds the available quota and diff --git a/website/src/views/mpe/constants.ts b/website/src/views/mpe/constants.ts index 628abae2d7..a587aa4246 100644 --- a/website/src/views/mpe/constants.ts +++ b/website/src/views/mpe/constants.ts @@ -1,3 +1,3 @@ export const MAX_MODULES = 7; -export const MPE_SEMESTER: 1 | 2 = 2; -export const MPE_AY = '2023/2024'; +export const MPE_SEMESTER: 1 | 2 = 1; +export const MPE_AY = '2024/2025';