]> git.parisson.com Git - teleforma.git/commit
Add personalized home page and quiz
authorYoan Le Clanche <yoan@ellington.pilotsystems.net>
Thu, 26 Apr 2018 12:58:39 +0000 (14:58 +0200)
committerYoan Le Clanche <yoan@ellington.pilotsystems.net>
Thu, 26 Apr 2018 12:58:39 +0000 (14:58 +0200)
commit3636a44fd713e06484434f39057b1d8bf9c85bb9
tree541660d76b6312313daa15116f093b3c13bf083b
parent2efd084ecce30c4c29e477e2c5dde6c4093e211b
Add personalized home page and quiz
26 files changed:
teleforma/admin.py
teleforma/exam/views.py [changed mode: 0644->0755]
teleforma/locale/fr/LC_MESSAGES/django.mo
teleforma/locale/fr/LC_MESSAGES/django.po
teleforma/migrations/0092_auto__add_home.py [new file with mode: 0644]
teleforma/migrations/0093_auto__add_field_home_video__chg_field_home_text.py [new file with mode: 0644]
teleforma/migrations/0094_auto__add_field_course_quiz.py [new file with mode: 0644]
teleforma/migrations/0095_auto__del_field_course_quiz.py [new file with mode: 0644]
teleforma/models/core.py
teleforma/models/crfpa.py
teleforma/static/teleforma/js/application.js
teleforma/templates/quiz/category_list.html [new file with mode: 0644]
teleforma/templates/quiz/correct_answer.html [new file with mode: 0644]
teleforma/templates/quiz/progress.html [new file with mode: 0644]
teleforma/templates/quiz/question.html [new file with mode: 0644]
teleforma/templates/quiz/quiz_detail.html [new file with mode: 0644]
teleforma/templates/quiz/quiz_list.html [new file with mode: 0644]
teleforma/templates/quiz/result.html [new file with mode: 0644]
teleforma/templates/quiz/single_complete.html [new file with mode: 0644]
teleforma/templates/quiz/sitting_detail.html [new file with mode: 0644]
teleforma/templates/quiz/sitting_list.html [new file with mode: 0644]
teleforma/templates/quiz/view_quiz_category.html [new file with mode: 0644]
teleforma/templates/teleforma/course_detail.html
teleforma/templates/teleforma/courses.html
teleforma/templatetags/teleforma_tags.py
teleforma/views/core.py