Display only one result
-
Hello!
How to make the display of a result after the test.
Thanks.
-
Hi!
What you already tried to achieve this?
I want to show one result after the test.
What you already tried?
Please describe what you have now.
Autoclosed as non-clarified.
Tipical scenario:
* Add questions, answers, scales and results to test
* Fill up scores
* Fill up formulas for results
* ProfitExample: How are you? 1. good 2. bad answer: 1, I’m happy for you. or 2 then all will be well.)
So what you already tried and what stops you from getting the result?
Show the screenshot of your problem.
how to make that it was?.
)))
1. Do you have plugin installed?
2. What you already tried to do?
This can be achieved by CSS:
First scale has CSS class
.scale-index-0, so you can hide other by this CSS code:.scale-index-1, .scale-index-2, ... , .scale-index-N { display: none; }To have it only on one test, prepend these classes by post’s id class. For example your test has post id 38, then this code will look like:
.postid-38 .scale-index-1, .postid-38 .scale-index-2, ... , .postid-38 .scale-index-N { display: none; }1. I removed the answer number two. on the picture
2. I have the result of one answer.
3. Answers should be different
4. A shows 2.
5. How to do itКороче. В примере у плагина результат теста отображается два результата. (со шкалами). А мне необходимо что бы в результате отображался один ответ. (Я не имею ввиду один и тоже ответ результат теста.). И на картинке я зачеркнул второй ответ. P.S. translate.google Дурак. Надо учить английский
Yeah, “Let me speak from my heart in English” (c) )))
So you want to have only one scale on the results page?
Currently on your screenshot and at example test we have few scales. By the way — they are scales not results.
So you better need to play with new “hello world” test.
* Create it
* Attach there some scales and results
* Then fill up scores
* After link results by formulasIn formulas watch to have on any scales’ sums only one result.
* For example you have one scale (let it be scale1) and 3 results.
* Your scale1 can have values from 0 to 10.
* Then in 1st formula for result1 you should use something like “scale1 < 3”. In second result’s forumula: “scale1 >= 3 AND scale1 < 7” and in last — “scale1 >=7”In this case you will always get only one result.
In example test there are both scales and results — you should underarstand how they are connected and when which will be shown to respondent.
Можно сделать скриншот с примером. Пожалуйста.
Hi!
For such trivial cases there is a paid support. My yandex-money id is 41001405973897. Let it be 200 roubles and then I will help you in Skype in Russian.
ps: pls use english here.
The topic ‘Display only one result’ is closed to new replies.