Hello. I need to build a quiz where I want two things:
-
I want to be able to assign points/values to the answer. For example, let’s say question says: “Which fruit do you like?” and the answers are: “Apple, Banana, Orange”. I want the app to return me not the answer itself, but the value I attached to it. So for example, if I attached 1 to Apple, 2 to Banana and 3 to Orange, and if customer selected Banana, I want to get 2 as the answer to that question.
-
I want to group questions (but not visibly). For example, I want customer to see 7 sequential questions, but under the hood I want the first 3 questions to be under one group, then following 2 questions to be in another group, and remaining questions to be single.
I’m a developer so I can build such app myself, so please don’t offer to build an app. I just want an existing one if there is. Thanks!