Help

The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.

Re: Form with scoring system

1585 0
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