Create Survey Scoring Functionality

I’d like to create functionality where a group of people (say a committee of 5 people) fill out a survey of 8 questions but in order of highest individual priority to lowest individual priority. Total response score equals 100. For example, priority 1 = 25, priority 2 = 20, etc. The scores of each respondent are then totaled to determine a combined score to see a group priority. The answer with the highest total points from all 5 people is the highest priority, answer with second most total points is next highest priority, etc. Anybody have suggestions on whether this can be done in Wappler and, if so, the best way to do it?

Hi.
The logic you are describing can be implemented with Wappler.
The priority and scoring is actually part of setting up the questions in DB. So not much logic needs to be setup on front end. API/Server Actions can take care of scoring easily.

Laying out steps or exact logic is out of community scope.

Thanks, Sid. Do you know of any tutorials or post the could point me in the right direction of how to do this?

Not sure if there is tutorial that can help you directly.
@ben might be able to help.