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: Store values of answers and sum them at the end and show the score #33

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

Comments

@TarJae
Copy link

TarJae commented Nov 8, 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 as 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 value to each answer possibility 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