• Resolved Srgdnn

    (@srgdnn)


    Hello,
    It is probably the most basic thing that can be done in a test, is how to display only the result with the max score. I couldn’t find the answer in the forum.
    The case is the following: there are 4 results, each result has a score. I want to set the condition to display a result based on its comparison of the scores with the other results, and display only the result which obtain the highest score: how can this be done?

    Thanks
    Serge

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

    (@ustimenko)

    @srgdnn, what do you understand by “max result”? Results has no scores, only scales has scores.

    Thread Starter Srgdnn

    (@srgdnn)

    OK, let me tell it in another way. how to display as a result, only the scale with the highest score?
    Which means identify what is the scale with the highest score.
    Actually I think that I found a way, if we have 4 Scales Si, and 4 results Ri corresponding directly to the 4 Scales Si the formula for the result R1 could be something like:
    (S1 >=S2) and (S1>=S3) and (S1>=S4)
    In the same way R2 could be:
    (S2>=S1) and (S2>=S3) and(S2>=S4)
    R3 and R4 formulas made in the same way should cover what I need

    Though it isn’t always straightforward, the formula of the results is powerful because it is possible to cover many cases.

    Hopefully my comment will help other people

    Thanks Alexander for this great plugin, I’ll come back to you if I see that some cases cannot be handled.

    Cheers

    Serge

    Plugin Contributor ustimenko

    (@ustimenko)

    @srgdnn

    Im’ glad you found 1 scale to 1 result solution ))

    Another possible option is to sort scales by scores and then just hide with CSS non-1st scales.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to display only the result with the max score?’ is closed to new replies.