I want a formula to create reverse score for someone's entry when taking an assessment
I am creating an assessment with 10 questions where a person will have to choose a score between 0 and 4 for each question. This is a standard Likert scale of 0=never, 1=almost never, 2=sometimes, 3=faily often, 4=very often.
The assessment, however, has some questions that are "positive" questions and some that are "negative" questions. For example, "how often have you felt nervous and stressed" is a negative question while "how often have you felt confident" is a positve question.
Then, when I tally the results within the form, I want to reverse their scores for every positve question such that:
- if they entered 0, what gets calculated in the total is a 4
- if they entered 1, what gets calculated in the total is a 3
- if they entered 2, what gets calculated in the total is still a 2
- if they entered 3, what gets calculated in the total is a 1
- if they entered 4, what gets calculated in the total is a 0
I don't know how to write java script so I'm hoping someone can just give me the actual string of text so I can copy it and paste it into my Adobe form creator.
And I assume this will go into the Custom Calculation Script of the calculate tab in the Text Field Properties.
Thaksn for any help.
