Viewing 1 replies (of 1 total)
  • Plugin Contributor ustimenko

    (@ustimenko)

    To show only max result in your case is possible, but not so nice.

    1. You can remove 4 results and leave only scales here. So you dont’ need to write formulas at all. So all descriptions you should move from results to scales.

    2. Then enable sort by scales.

    3. And here are most ugly part — hacky one. We will have all scales at the result page, but we will hide all except 1st.

    Add this to the test’s description in text (or html) mode:

    <style>.scale-index-1, .scale-index-2, .scale-index-3 {display: none}</style>

    1st scale will have CSS-class “scale-index-0” and will not be hidden. It’s a hack but it will works now.

Viewing 1 replies (of 1 total)
  • The topic ‘How to write formulas’ is closed to new replies.