test
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m2s
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m2s
This commit is contained in:
BIN
quiz/db.sqlite3
BIN
quiz/db.sqlite3
Binary file not shown.
BIN
quiz/db.sqlite3-shm
Normal file
BIN
quiz/db.sqlite3-shm
Normal file
Binary file not shown.
BIN
quiz/db.sqlite3-wal
Normal file
BIN
quiz/db.sqlite3-wal
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
quiz/quiz/utils/__pycache__/__init__.cpython-313.pyc
Normal file
BIN
quiz/quiz/utils/__pycache__/__init__.cpython-313.pyc
Normal file
Binary file not shown.
BIN
quiz/quiz/utils/__pycache__/importer.cpython-313.pyc
Normal file
BIN
quiz/quiz/utils/__pycache__/importer.cpython-313.pyc
Normal file
Binary file not shown.
BIN
quiz/quiz/utils/__pycache__/watcher.cpython-313.pyc
Normal file
BIN
quiz/quiz/utils/__pycache__/watcher.cpython-313.pyc
Normal file
Binary file not shown.
@@ -150,7 +150,7 @@ def parse_markdown_question(file_path: Path, content: str) -> Tuple[bool, dict]:
|
||||
'question_type': question_type,
|
||||
'tags': tags if 'tags' in locals() else []
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Extract options (pattern: "- A:" or "- A" for MCQ, or text for textalternativ)
|
||||
options_data = []
|
||||
@@ -258,7 +258,7 @@ def parse_markdown_question(file_path: Path, content: str) -> Tuple[bool, dict]:
|
||||
'question_type': question_type,
|
||||
'tags': tags if 'tags' in locals() else []
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
def import_question_file(file_path: Path, base_path: Path, stats: ImportStats, force: bool = False):
|
||||
|
||||
Reference in New Issue
Block a user