Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Showing the score at the end of the survey to the user #496

Open
TarJae opened this issue Nov 13, 2022 · 0 comments
Open

Comments

@TarJae
Copy link

TarJae commented Nov 13, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant