add initial commit
Showing
- .gitignore 10 additions, 0 deletions.gitignore
- app/__init__.py 34 additions, 0 deletionsapp/__init__.py
- app/forms.py 154 additions, 0 deletionsapp/forms.py
- app/messages.pot 19 additions, 0 deletionsapp/messages.pot
- app/models.py 171 additions, 0 deletionsapp/models.py
- app/rating_tool.py 45 additions, 0 deletionsapp/rating_tool.py
- app/routes.py 1471 additions, 0 deletionsapp/routes.py
- app/static/css/custom.css 7 additions, 0 deletionsapp/static/css/custom.css
- app/static/css/main.css 28 additions, 0 deletionsapp/static/css/main.css
- app/static/css/style.css 1455 additions, 0 deletionsapp/static/css/style.css
- app/static/img/madam-300x250.jpg 0 additions, 0 deletionsapp/static/img/madam-300x250.jpg
- app/templates/_formhelpers.html 12 additions, 0 deletionsapp/templates/_formhelpers.html
- app/templates/add_bg_question.html 32 additions, 0 deletionsapp/templates/add_bg_question.html
- app/templates/add_questions.html 36 additions, 0 deletionsapp/templates/add_questions.html
- app/templates/add_stimuli.html 31 additions, 0 deletionsapp/templates/add_stimuli.html
- app/templates/base.html 89 additions, 0 deletionsapp/templates/base.html
- app/templates/begin_with_id.html 29 additions, 0 deletionsapp/templates/begin_with_id.html
- app/templates/consent.html 40 additions, 0 deletionsapp/templates/consent.html
- app/templates/continue_task.html 24 additions, 0 deletionsapp/templates/continue_task.html
- app/templates/create_experiment.html 104 additions, 0 deletionsapp/templates/create_experiment.html
.gitignore
0 → 100644
app/__init__.py
0 → 100644
app/forms.py
0 → 100644
app/messages.pot
0 → 100644
app/models.py
0 → 100644
app/rating_tool.py
0 → 100644
app/routes.py
0 → 100644
This diff is collapsed.
app/static/css/custom.css
0 → 100644
app/static/css/main.css
0 → 100644
app/static/css/style.css
0 → 100644
This diff is collapsed.
app/static/img/madam-300x250.jpg
0 → 100644
9.23 KiB
app/templates/_formhelpers.html
0 → 100644
app/templates/add_bg_question.html
0 → 100644
app/templates/add_questions.html
0 → 100644
app/templates/add_stimuli.html
0 → 100644
app/templates/base.html
0 → 100644
app/templates/begin_with_id.html
0 → 100644
app/templates/consent.html
0 → 100644
app/templates/continue_task.html
0 → 100644
app/templates/create_experiment.html
0 → 100644