Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Contributor ustimenko

    (@ustimenko)

    Plugin Contributor ustimenko

    (@ustimenko)

    It’s now available in Styling Addon.

    Plugin Contributor cristipere

    (@cristipere)

    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,

    Plugin Contributor ustimenko

    (@ustimenko)

    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?

    Plugin Contributor cristipere

    (@cristipere)

    Hi.

    These words are individuals for each question…
    Like this picture:
    https://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…

    Plugin Contributor ustimenko

    (@ustimenko)

    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

    Plugin Contributor cristipere

    (@cristipere)

    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!!

    Plugin Contributor ustimenko

    (@ustimenko)

    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: https://gyazo.com/d309a0ccfefdfdc549e49c37078aedd1

    Plugin Contributor cristipere

    (@cristipere)

    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

    Plugin Contributor Natchalike

    (@natchalike)

    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?

    Plugin Contributor ustimenko

    (@ustimenko)

    If you add it in concrete test’s content, then it will be applied only to this test.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘horizontal answer’ is closed to new replies.