Which widget would you recommend?

  • MBWHS
    Asked on October 25, 2017 at 6:45 AM

    Hi 

    I need to add a scoring system to my form.  Depending on what the user selects will determine the score.  I looked at the button widget (see the bottom of the form) but I can't see where i can add a value to the response to use in a calculation.  Do you have any suggestions on what to use?  

    1508928033modified bishop score Screenshot 10


  • aubreybourke
    Replied on October 25, 2017 at 12:00 PM

    I have a working demo here:

    https://form.jotform.com/72975023863968

    You can clone it if you like:

    How to Clone an Existing Form from a URL  


    I used a single choice field for each question.

    I also used calculation values for each choice.

    1508947003Microsoft Edge 25 10 2017 16 5 Screenshot 10

    Then I used some custom CSS to layout the single choice fields:

    #cid_167 span.form-radio-item {
        width : 150px;
    }

    #cid_168 span.form-radio-item {
        width : 150px;
    }

    #cid_169 span.form-radio-item {
        width : 150px;
    }

    #cid_170 span.form-radio-item {
        wdith : 150px;
    }

    Finally I used a form calculation widget to tally up all the values, giving a total score. It looks like this:

    1508947106Microsoft Edge 25 10 2017 16 5 Screenshot 21