Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Form with scoring system

2260 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Mayla_Granados
4 - Data Explorer
4 - Data Explorer

Hi everyone!

I am using Airtable to have my applicants fill out their information. Now I am thinking to use it for test (multiple choice question type). Can I set a scoring system in the airtable? That way I don;t have to check the answers manually if they select the correct one?

2 Replies 2
Russell_Findlay
8 - Airtable Astronomer
8 - Airtable Astronomer

Perhaps for each question using a formula like if or switch that scores each column and then doing a sum of the total of correct answers.

If and switch - if you have responses a,b, where a is correct you would effectively have a score field if(source =a,1,0)

Hi, thanks :slightly_smiling_face:

I’ll try this one