This commit is contained in:
2024-08-21 21:19:30 -06:00
parent 15c4a2241f
commit 7853b88b0a
2 changed files with 254 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
import { LocalQuiz } from "../localQuiz";
import { quizQuestionMarkdownUtils } from "./quizQuestionMarkdownUtils";
const extractLabelValue = (input: string, label: string): string => {