Skip to content

Commit

Permalink
Deduplicate exam numbers in test course (#10045)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanschroeder committed Jun 18, 2024
1 parent 88abc63 commit e257f71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/prairielearn/src/tests/groupExam.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const courseInstanceUrl = baseUrl + '/course_instance/1';
const storedConfig: any = {};

const GROUP_EXAM_1_TID = 'exam14-groupWork';
const GROUP_EXAM_2_TID = 'exam15-groupWorkRoles';
const GROUP_EXAM_2_TID = 'exam16-groupWorkRoles';
const GROUP_NAME = 'groupBB';
const GROUP_NAME_ALTERNATIVE = 'groupCC';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const courseInstanceUrl = baseUrl + '/course_instance/1';

const storedConfig: any = {};

const GROUP_WORK_EXAM_TID = 'exam15-groupWorkRoles';
const GROUP_WORK_EXAM_TID = 'exam16-groupWorkRoles';
const QUESTION_ID_1 = 'demo/demoNewton-page1';
const QUESTION_ID_2 = 'demo/demoNewton-page2';
const QUESTION_ID_3 = 'addNumbers';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "Exam",
"title": "Group Activity Exam with Roles",
"set": "Exam",
"number": "15",
"number": "16",
"groupWork": true,
"groupMaxSize": 4,
"groupMinSize": 2,
Expand Down

0 comments on commit e257f71

Please sign in to comment.