From 31303114ef03b13ab320ee553f11a73346be7f4a Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 18 Oct 2013 17:18:51 -0700 Subject: Making slider clickable. This change enables you to click on the slider bar to move the slider. --- src/templates/templates/question-slider.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/templates/templates/question-slider.ftl b/src/templates/templates/question-slider.ftl index 818511d..08b6bd0 100644 --- a/src/templates/templates/question-slider.ftl +++ b/src/templates/templates/question-slider.ftl @@ -8,7 +8,7 @@

Slide the slider to answer the question.

-
+
<#list question.answers?keys as answerid>
${question.answers[answerid].text}
-- cgit v1.2.3