]> git.parisson.com Git - teleforma.git/commit
add quiz views, templates and validation
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 18 Sep 2025 08:59:33 +0000 (10:59 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 18 Sep 2025 08:59:33 +0000 (10:59 +0200)
commitbc75ff183fad184e25a92bc53003f93519cf42cb
treed09b9a16f3aac01ce42a7c2a1653b890307f44ed
parentb13366447c1dfba37dd6c6fd10c03571a4b06a40
add quiz views, templates and validation
19 files changed:
.gitmodules
lib/Django-Quiz [new submodule]
poetry.lock
pyproject.toml
teleforma/migrations/0033_course_quizzes.py [new file with mode: 0644]
teleforma/migrations/0034_quizvalidation.py [new file with mode: 0644]
teleforma/models/core.py
teleforma/models/crfpa.py
teleforma/static/teleforma/css/teleforma.css
teleforma/static/teleforma/images/loading.png [new file with mode: 0644]
teleforma/templates/quiz/correct_answer.html
teleforma/templates/quiz/question.html
teleforma/templates/quiz/quiz_detail.html
teleforma/templates/quiz/quiz_list.html
teleforma/templates/quiz/result.html
teleforma/templates/teleforma/course_detail.html
teleforma/templatetags/teleforma_tags.py
teleforma/urls.py
teleforma/views/crfpa.py