Quantcast
Channel: Topics in Category: Can I do this with LimeSurvey? - LimeSurvey forums
Viewing all articles
Browse latest Browse all 17529

Answers random order - partial randomization & keeping distinct answers fixed - by: tpartner

$
0
0
Hmm...the template uses the image-tick plugin which, in my opinion, should be replaced with pseudo-elements as in the core shipped templates.

Use this rule at the end of template.css which will force the last item to its own row.

.question-item.last-item {
    clear: both;
    margin-top: 15px;
}

I still don't like the way the text input is handled, however that is driven by the template and not a result of this workaround.


Viewing all articles
Browse latest Browse all 17529

Trending Articles