Convert multiple choice answers into numbers?

I would like to build a simple assessment app. it would work like a quiz where the user selects a multiple choice answer and then in knack it is possible to assign a number/score. For example, if there are four answers they might each have a score of 5,10,15 or 20.

Therefore when someone answers number 2, the person scores 10 ‘points’. This number can be used in formula/equation fields.

Is this possible? and if so, how can this easily be achieved.

thanks Knack community.

You could do something like below. Not ideal, but it’s a method out of the box. The check boxes are actions with rules.

1 Like

Hi @GazM!

This article here on how to build a quiz app might be useful to you: How to Build a Quiz App

If you have any questions about building your assessment app out with further functionality, please don’t hesitate to reach out to our support team.

Have a great rest of your week! :slight_smile:

Thanks both of you for your feedback on my question. I can see how this would work now.