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

    (@ustimenko)

    Hi!

    What you already tried to achieve this?

    Thread Starter urkazan

    (@urkazan)

    I want to show one result after the test.

    Plugin Contributor ustimenko

    (@ustimenko)

    What you already tried?

    Please describe what you have now.

    Plugin Contributor ustimenko

    (@ustimenko)

    Autoclosed as non-clarified.

    Tipical scenario:

    * Add questions, answers, scales and results to test
    * Fill up scores
    * Fill up formulas for results
    * Profit

    Thread Starter urkazan

    (@urkazan)

    Example: How are you? 1. good 2. bad answer: 1, I’m happy for you. or 2 then all will be well.)

    Plugin Contributor ustimenko

    (@ustimenko)

    So what you already tried and what stops you from getting the result?

    Show the screenshot of your problem.

    Thread Starter urkazan

    (@urkazan)

    how to make that it was?.

    Plugin Contributor ustimenko

    (@ustimenko)

    )))

    1. Do you have plugin installed?

    2. What you already tried to do?

    Thread Starter urkazan

    (@urkazan)

    Plugin Contributor ustimenko

    (@ustimenko)

    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; }

    Thread Starter urkazan

    (@urkazan)

    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

    Thread Starter urkazan

    (@urkazan)

    Короче. В примере у плагина результат теста отображается два результата. (со шкалами). А мне необходимо что бы в результате отображался один ответ. (Я не имею ввиду один и тоже ответ результат теста.). И на картинке я зачеркнул второй ответ. P.S. translate.google Дурак. Надо учить английский

    Plugin Contributor ustimenko

    (@ustimenko)

    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 formulas

    In 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.

    Thread Starter urkazan

    (@urkazan)

    Можно сделать скриншот с примером. Пожалуйста.

    Plugin Contributor ustimenko

    (@ustimenko)

    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.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Display only one result’ is closed to new replies.