Skip to content

Commit

Permalink
adding practice test to test purp
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu authored Oct 15, 2024
1 parent 04ff9c4 commit ed1b2e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Constants/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const TestPurposeOptions: Option[] = [
{ value: 'reshuffling_test', label: 'Reshuffling Test' },
{ value: 'selection_test', label: 'Selection Test' },
{ value: 'one_time', label: 'One Time Test' },
{ value: 'practice_test', label: 'Practice Test' },
{ value: 'class_hw', label: 'Class Homework' },
{ value: 'assignment', label: 'Assignment' },
];
Expand Down

0 comments on commit ed1b2e2

Please sign in to comment.