i would like to share my quiz maker app. it’s a simple generic quiz maker is based on the simple structure shown below:
the field group is an arbitrary classification that can be used for designating a subject, a chapter, difficulty level, user, etc. and is used for selecting the kind of test at the start. the field answer1 always contains the correct answer but the app will randomize the order during execution, but it will keep score, for the session.
the actual csv contents in this app is reproduced below:
group,question,answer1,answer2,answer3,answer4 SC,how many planets are there?,9,7,8,10 BD,Paris is found in what country?,france,germany,ireland,scotland SC,language used for building web pages?,html,apl,cobol,basic SC,What part of speech modifies a noun?,adjective,verb,adverb,conjunction BD,what religion uses the term 'mazeltov'?,jewish,catholic,hindi,islam SC,"the setting for the ""Cheers"" sitcom is?",bar,school,hotel,airport BD,old documents containing accounts similar to Bible,Dead Sea scrolls,the Lachish letters,the Cyrus Cylinders,the Shishak parchments LY,"what state is the ""Grand Canyon State""?",Arizona,Montana,Nevada,Utah SC,how many legs does a lobster have?,10,8,12,16 LY,"what is ""fear of water"" also called",hydrophobia,octophobia,pyrophobia,dentophobia BD,who invented the sewing machine,Isaac Singer,Nikola Tesla,Alexander Bobbin,Helen Seams LY,scarlet is a shade of,red,yellow,green,blue LY,what is the logo of evernote,elephant,donkey,panda,zebra BD,someone collapses due to cardiac arrest. What does he need,CPR,ACT,DMV,HRT SC,where might you find an ICU,hospital,garage,library,church
save the above into a file called myquiz.csv
the table is created in airtable and can be easily replicated with these steps (this assumes you already have an airtable account).
- create a new workbase and specify that you will import a spreadsheet.
- browse to the location of myquiz.csv and press ok and that’s it.
- obtain the apikey, dbid, table name and grid name and note them down.
here is a link to the project:
https://x.thunkable.com/copy/c55d34191e9d5df57fd16b7e4065d176
open it and apply the information above to the airtable properties, and you’re ready to go!