It’s now available in Styling Addon.
Hi Ustimenko Alexander!
How can i get Styling Addons?
And,
Can I have a response with this style below?
nothing 1() 2() 3() 4() totally
The options area 1,2,3 and 4 (likert scale). The words “nothing” and “Totally” are descriptive texts…
Regards,
Hi!
It’s now sent to those who ordered it and I’m getting feedback.
It can have the style “Display as in one line” there. But without “nothing” and “totally” words.
Regarding those words — are they same for ALL questions? Or they are individual for each?
Hi.
These words are individuals for each question…
Like this picture:
http://cristiano-coach.com.br/wp-content/uploads/2015/07/Captura-de-Tela-2015-07-06-a%CC%80s-09.17.55.png
It can be a little text, describing the scale…
Currently it could be solved by customizing answer’s titles:
* Say you have answer titled “1”
* You can rename it for some question to “1 [totally blabla]”
Then you will have:
(_) 1 [totally blabla] (_) 2 (_) 3 (_) 4 (_) 5
Yes. I use this approach in some tests. But, in others scenarios it can’t be used.
Some answers need previous descriptions. If used in the answer body, the text of response will be longer…
I was thinking in make use of images in background, with the texts… But it was not responsive…
But ok. I understand the difficulty and I will find a way to apply the test with this solution… Making modifications and the answers…
Thanks!!
You can use CSS as:
<style>
label[for=wpt-test-question-1-answer-1]:before {
content: "From hia ";
}
label[for=wpt-test-question-1-answer-2]:after {
content: " To thea";
}
</style>
Which will give you something like: http://gyazo.com/d309a0ccfefdfdc549e49c37078aedd1
You are the best!
I will do it later… I have to learn about the use of css in my environment …
I will show it when finished the construction.
Best regards
May I ask, if I add the CSS above, it means this template will be shown in every test? Or can we use it with a particular test?
If you add it in concrete test’s content, then it will be applied only to this test.