診断結果について

  • Profile Image
    konkatu1357
    2025年9月23日 6:47に質問

    おなじ点数の場合バランスタイプを表示したい場合の設定の方法を教えてください

  • Profile Image
    Ertugrul
    2025年9月23日 7:11に返信

    Hi konkatu1357,

    Thanks for reaching out to Jotform Support. I understand you’d like to show a “Balance type” result whenever two (or more) category scores are the same. You can do that with calculation fields and a small set of conditions. Let me walk you through it.

    1. In Form Builder, assign Calculation Values to your choice questions (so each option contributes a numeric score). Then add one Form Calculation widget per category (for example: Score – A, Score – B, Score – C) and build each category’s total inside its widget.
    2. Add a hidden Short Text field called Result (this will hold the final label you’ll show to the user).
    3. In the orange bar at the top, click on Settings → Conditions → Update/Calculate Field. Create a tie rule like this:
    4. IF Score – A Is Equal To Score – B AND A Greater Than C 
    5. OR Score – A Is Equal To Score – C AND A Greater Than B
    6. OR Score – B Is Equal To Score – C AND B Greater Than A 診断結果について Image 1 Screenshot 20
    7. DO → Calculate a value → type Balance type → Copy to → Result. (Use Match Any so any equality triggers the tie.)Add the standard “highest score wins” rules below or above the tie rule depending on your preference:
    8. Example: IF Score – A Greater Than Score – B AND Score – A Greater Than Score – C → Result = Type A; repeat for B and C. To show content, you can either:
    9. a) Add Paragraph fields for each outcome and use Show/Hide Field conditions based on Result, or
    10. b) Use Change Thank You Page to display a custom message per outcome.
    11. Finally, display the outcome: add a Paragraph that reads the Result (or separate Paragraphs for each type) and use Show/Hide Field conditions so only the matching message appears. 

    Give it a try and let us know how it goes.