You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this package.
I am wondering if it is possible to assign a value to each answer and sum them up at the end and show the result as a score.
For example if I have a multiple choice answer 1, 2, and 3 for question one
and
1,2 and 3 for question two.
Then I would like to assign a score of 10, 15 and 20 to the answer of question one
and
score of 10, 10 and 20 to the answers of question two.
I can do this with a hidden type and case_when in the value column.
But each time the hidden value is calculated then an empty site is shown.
I would like to assign a score value to each answer and sum the selected at the end as Score and show the Score.
Is that possible?
The text was updated successfully, but these errors were encountered:
Thank you for this package.
I am wondering if it is possible to assign a value to each answer and sum them up at the end and show the result as a score.
For example if I have a multiple choice answer 1, 2, and 3 for question one
and
1,2 and 3 for question two.
Then I would like to assign a score of 10, 15 and 20 to the answer of question one
and
score of 10, 10 and 20 to the answers of question two.
I can do this with a hidden type and case_when in the value column.
But each time the hidden value is calculated then an empty site is shown.
I would like to assign a score value to each answer and sum the selected at the end as Score and show the Score.
Is that possible?
The text was updated successfully, but these errors were encountered: