I am doing a quiz automation project, working on make and softr, working on the part where questions and answers are displayed, users can select answers using checkboxes. Now when I click submit, the table containing the data will display the results page

:bullseye: What is your goal?

My goal is that when the user finishes ticking the answer in the check box, the data is saved in data softr. When I press submit on the question and answer page, make receives the data, processes the user answer data and the correct answer.

:thinking: What is the problem & what have you tried?

The problem is that on the question and answer page to choose from there is no data source called make, I only see that when using the new form there is a data link called make webhook. I also want to use the form to use make webhook, but can the form display data, because I see the form is showing the user input?

Here’s a rough blueprint for your project:

User Questions (Softr) > Webhook (Submit Data) > Webhook (Receive Data) > Parse User Answers (JSON/Iterator) > Search Correct Answers (Sheets) > Compare Answers & Calculate User Score (Iterator/Set Variable) > Save Result (Sheets) > User Results Page (Softr)

I hope that gives you the idea on how you’ll create your project!