0

I’m doing a questionnaire

On the questionnaire there is "Agree, Slightly Agree, Unsure, Slightly Disagree and Disagree"

Im trying to make it so Agree is = to 5 points, Slughtly Agree is = to 4 points etc.

Is this possible? and how would the code go? TIA

12 replies

null
    • yewani
    • 2 yrs ago
    • Reported - view

    Anyone?

    I basically want Choice Value 1 in the Multiple Choice = 2 , Then Choice Value 2 = 2 etc.

    • Ninox partner
    • RoSoft_Steven.1
    • 2 yrs ago
    • Reported - view

    If you have a choice field with choice values starting from Disagree down to Agree. So the first option is Disagree and the fifth option is Agree.

    Using number(ChoiceField) would give you the number of that choice.

     

    Steven

    • yewani
    • 2 yrs ago
    • Reported - view

    Screenshot 2021-08-18 at 10.05.20How about linking question 1,3,9 and 16 to the Conf. formula box? Is that possible?

    • yewani
    • 2 yrs ago
    • Reported - view

    52F39C03-BEAB-4BD4-8E98-02F6C45892D2ok that's done, but how do I change to one number of them all added up? I've tried numbers but it doesn't seem to work for me. tia

    • Ninox partner
    • RoSoft_Steven.1
    • 2 yrs ago
    • Reported - view

    I see you put the 'Agree' first in line, then you can use:    if Choice then 6 - number(Choice) end   to get the right value.

    To sum your values you can add your formula-fields. e.g. fx1+fx3+fx9+fx16 (assuming your formula fields are called fx1, ...fx16)

    Steven

    • Ninox partner
    • RoSoft_Steven.1
    • 2 yrs ago
    • Reported - view

    Are they Multiple choices? Then you get wrong number (Hex Values)

    • Ninox partner
    • RoSoft_Steven.1
    • 2 yrs ago
    • Reported - view

    Best practice is to use choice-field i guess

    • yewani
    • 2 yrs ago
    • Reported - view

    I tried using choice fields, but every time i click on the box (For example: Unsure) it disappears, while when I use a multiple choice the cookout of the box stays.

    • yewani
    • 2 yrs ago
    • Reported - view

    colour*

    • yewani
    • 2 yrs ago
    • Reported - view

    My bad steven i figured it out, while in edit mode you can't press on them. Makes sense I guess lol

    • yewani
    • 2 yrs ago
    • Reported - view

    This is how i ended up doing it, it looks weird when it isn't in order how I had it, so I made combo boxes instead. :)4A1DA51C-B75E-46F1-8899-7C711B5153A4

    • Ninox partner
    • RoSoft_Steven.1
    • 2 yrs ago
    • Reported - view

    👍

Content aside

  • 2 yrs agoLast active
  • 12Replies
  • 451Views