can get exact answers

This commit is contained in:
2025-10-22 12:26:28 -06:00
parent 47c69251c8
commit d9f7e7b3e9
7 changed files with 291 additions and 242 deletions

View File

@@ -12,6 +12,7 @@ export enum QuestionType {
MATCHING = "matching",
NONE = "",
SHORT_ANSWER_WITH_ANSWERS = "short_answer=",
NUMERICAL = "numerical",
}
export const zodQuestionType = z.enum([