LICENSE
MANIFEST.in
README.md
README_CN.md
pyproject.toml
requirements.txt
flashexam/__init__.py
flashexam/admin.py
flashexam/answer_preservation_system.py
flashexam/api.py
flashexam/auth.py
flashexam/cli.py
flashexam/code_executor.py
flashexam/database.py
flashexam/encoding_detector.py
flashexam/english_questions.py
flashexam/exam_reliability_system.py
flashexam/grading_engine.py
flashexam/improved_grading_system.py
flashexam/intelligent_grading_enhanced.py
flashexam/intelligent_grading_ollama.py
flashexam/intelligent_grading_qwen.py
flashexam/keyword_focused_grader.py
flashexam/main.py
flashexam/models.py
flashexam/new_exam_creation_api.py
flashexam/new_question_system.py
flashexam/quick_test.py
flashexam/reading_passage_database.py
flashexam/reading_passage_models.py
flashexam/reading_passages.py
flashexam/redis_store.py
flashexam/reset_system.py
flashexam/run.py
flashexam/setup_database.py
flashexam/smart_import_manager.py
flashexam/stress_test_submission.py
flashexam/student.py
flashexam/teacher.py
flashexam/teacher_fix.py
flashexam/tools.py
flashexam/unified_grader.py
flashexam/user.py
flashexam/utils.py
flashexam/verify_submission_queue.py
flashexam.egg-info/PKG-INFO
flashexam.egg-info/SOURCES.txt
flashexam.egg-info/dependency_links.txt
flashexam.egg-info/entry_points.txt
flashexam.egg-info/requires.txt
flashexam.egg-info/top_level.txt
flashexam/static/css/app.css
flashexam/static/css/exam.css
flashexam/static/css/student_info_display.css
flashexam/static/css/themes.css
flashexam/static/css/libs/sweetalert2.min.css
flashexam/static/css/libs/bootstrap/bootstrap-5.1.3.min.css
flashexam/static/css/libs/bootstrap/bootstrap-5.3.0.min.css
flashexam/static/css/libs/bootstrap/bootstrap-5.3.2.min.css
flashexam/static/css/libs/bootstrap/bootstrap.min.css
flashexam/static/css/libs/bootstrap-icons/bootstrap-icons-1.10.0.css
flashexam/static/css/libs/bootstrap-icons/bootstrap-icons-1.11.0.css
flashexam/static/css/libs/bootstrap-icons/bootstrap-icons-1.7.2.css
flashexam/static/css/libs/bootstrap-icons/bootstrap-icons-1.8.1.css
flashexam/static/css/libs/bootstrap-icons/bootstrap-icons.min.css
flashexam/static/css/libs/bootstrap-icons/fonts/bootstrap-icons.woff
flashexam/static/css/libs/bootstrap-icons/fonts/bootstrap-icons.woff2
flashexam/static/css/libs/bootstrap-icons/fonts/1.10.0/bootstrap-icons.woff
flashexam/static/css/libs/bootstrap-icons/fonts/1.10.0/bootstrap-icons.woff2
flashexam/static/css/libs/bootstrap-icons/fonts/1.11.0/bootstrap-icons.woff
flashexam/static/css/libs/bootstrap-icons/fonts/1.11.0/bootstrap-icons.woff2
flashexam/static/css/libs/bootstrap-icons/fonts/1.7.2/bootstrap-icons.woff
flashexam/static/css/libs/bootstrap-icons/fonts/1.7.2/bootstrap-icons.woff2
flashexam/static/css/libs/bootstrap-icons/fonts/1.8.1/bootstrap-icons.woff
flashexam/static/css/libs/bootstrap-icons/fonts/1.8.1/bootstrap-icons.woff2
flashexam/static/css/libs/prism/prism-tomorrow.min.css
flashexam/static/css/libs/prism/prism.min.css
flashexam/static/js/app.js
flashexam/static/js/exam_monitoring.js
flashexam/static/js/exam_optimized.js
flashexam/static/js/offline-detection.js
flashexam/static/js/prism-init.js
flashexam/static/js/prism-local-config.js
flashexam/static/js/libs/bootstrap-shim.js
flashexam/static/js/libs/init.js
flashexam/static/js/libs/bootstrap/bootstrap-5.1.3.bundle.min.js
flashexam/static/js/libs/bootstrap/bootstrap-5.3.0.bundle.min.js
flashexam/static/js/libs/bootstrap/bootstrap-5.3.2.bundle.min.js
flashexam/static/js/libs/bootstrap/bootstrap.bundle.min.js
flashexam/static/js/libs/chart/chart.js
flashexam/static/js/libs/chart/chart.min.js
flashexam/static/js/libs/jquery/jquery-3.7.1.min.js
flashexam/static/js/libs/jquery/jquery.min.js
flashexam/static/js/libs/prism/prism-core.min.js
flashexam/static/js/libs/prism/components/prism-bash.min.js
flashexam/static/js/libs/prism/components/prism-c.min.js
flashexam/static/js/libs/prism/components/prism-clike.min.js
flashexam/static/js/libs/prism/components/prism-core.min.js
flashexam/static/js/libs/prism/components/prism-cpp.min.js
flashexam/static/js/libs/prism/components/prism-csharp.min.js
flashexam/static/js/libs/prism/components/prism-css.min.js
flashexam/static/js/libs/prism/components/prism-go.min.js
flashexam/static/js/libs/prism/components/prism-java.min.js
flashexam/static/js/libs/prism/components/prism-javascript.min.js
flashexam/static/js/libs/prism/components/prism-json.min.js
flashexam/static/js/libs/prism/components/prism-markdown.min.js
flashexam/static/js/libs/prism/components/prism-markup.min.js
flashexam/static/js/libs/prism/components/prism-php.min.js
flashexam/static/js/libs/prism/components/prism-python.min.js
flashexam/static/js/libs/prism/components/prism-ruby.min.js
flashexam/static/js/libs/prism/components/prism-rust.min.js
flashexam/static/js/libs/prism/components/prism-sql.min.js
flashexam/static/js/libs/prism/components/prism-typescript.min.js
flashexam/static/js/libs/prism/plugins/autoloader/prism-autoloader.min.js
flashexam/static/js/libs/sweetalert2/sweetalert2.min.js
flashexam/templates/base.html
flashexam/templates/index.html
flashexam/templates/admin/index.html
flashexam/templates/admin/settings.html
flashexam/templates/admin/teachers.html
flashexam/templates/auth/login.html
flashexam/templates/auth/login_conflict.html
flashexam/templates/auth/setup_password.html
flashexam/templates/auth/student_login.html
flashexam/templates/errors/404.html
flashexam/templates/errors/500.html
flashexam/templates/student/dashboard.html
flashexam/templates/student/exam_continue_choice.html
flashexam/templates/student/exam_result.html
flashexam/templates/student/exam_result_detail.html
flashexam/templates/student/exam_result_detail_secure.html
flashexam/templates/student/exams.html
flashexam/templates/student/profile.html
flashexam/templates/student/results.html
flashexam/templates/student/take_exam.html
flashexam/templates/student/take_exam_new.html
flashexam/templates/student/take_exam_tpo.html
flashexam/templates/teacher/dashboard.html
flashexam/templates/teacher/english_questions.html
flashexam/templates/teacher/exam_edit.html
flashexam/templates/teacher/exam_monitoring_config.html
flashexam/templates/teacher/exam_submissions.html
flashexam/templates/teacher/exams.html
flashexam/templates/teacher/grading.html
flashexam/templates/teacher/grading_detail.html
flashexam/templates/teacher/new_exam_interface.html
flashexam/templates/teacher/questions.html
flashexam/templates/teacher/reading_passages.html
flashexam/templates/teacher/results.html
flashexam/templates/teacher/settings.html
flashexam/templates/teacher/student_exam_details.html
flashexam/templates/teacher/student_progress.html
flashexam/templates/teacher/students.html
flashexam/templates/teacher/test_export.html
flashexam/templates/teacher/test_update_score.html
flashexam/templates/teacher/unified_grading.html
tests/test_api.py
tests/test_code_executor.py