Skip to content

Commit

Permalink
adds mock test'
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu committed Nov 30, 2024
1 parent 39edd07 commit eb7060a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/InstructionPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ export default defineComponent({
["hiring_test", "Hiring Test"],
["evaluation_test", "Evaluation Test"],
["homework", "Homework"],
["mock_test", "Mock Test"]
]);

// to split the questionSetTitles from char "-" (eg. Section A)
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

type language = "en" | "hi";
export type quizType = "assessment" | "homework" | "omr-assessment";
export type testFormat = "full_syllabus_test" | "major_test" | "part_test" | "chapter_test" | "hiring_test" | "evaluation_test" | "homework" | "";
export type testFormat = "full_syllabus_test" | "major_test" | "part_test" | "chapter_test" | "hiring_test" | "evaluation_test" | "mock_test" | "homework" | "";
export type quizTitleType = string | null;
export type textAreaValueType = string | number | null;
export type isFirstSessionType = boolean | null;
Expand Down

0 comments on commit eb7060a

Please sign in to comment.