set competition state in db + randomized single-question forms
authorJan Szejko <janek37@gmail.com>
Wed, 18 Oct 2017 12:57:50 +0000 (14:57 +0200)
committerJan Szejko <janek37@gmail.com>
Wed, 18 Oct 2017 12:57:50 +0000 (14:57 +0200)
commit3f387ec5d75ff85576e87649427cbdc1f14a95b8
treef5f06290c13090952c1b004f10925e49a11af7b4
parentb9210264c863674f37f8538ade251b056859532e
set competition state in db + randomized single-question forms
wtem/admin.py
wtem/forms.py
wtem/migrations/0011_auto__add_competitionstate__add_field_submission_random_seed.py [new file with mode: 0644]
wtem/models.py
wtem/static/wtem/wtem.js
wtem/templates/wtem/exercises/exercise_no.html
wtem/templates/wtem/single.html [new file with mode: 0644]
wtem/templates/wtem/thanks_single.html [new file with mode: 0644]
wtem/urls.py
wtem/views.py