{% extends "base.html" %} {% block content %}


Add sliders:


Please paste the slider set questions followed by the left and right ends of the scales separated with a ; Place a /n after the right scale to input another question followed by the corresponding scales. Make sure you do not input the /n after the last question.

Here is an example input of two questions followed by their left (first) and right (second) ends of the scales:

Did the stimulus make you feel angry?; No; Yes /n Did the stimulus make you feel happy; Not at all; Yes, alot

{% from "_formhelpers.html" import render_field %}
Cancel
{% endblock %}