Hi there,
Im new to programing. Im trying to do a simple quiz app. Im stuck on one problem:
I have an excel file with questions (over 450 questions), 1st column with no. of question, 2nd actual question, 3-6th ABCD answers, 7th correct answer, 8th explenation of answer.
So, I have a basic idea how to make it work, with one question - by adding data manually. Unfortunately, its not possible for over 400 questions.
How to upload a database with all of my questions, so I can call all of the columns for one row - based on a variable (first column, with question number).
Which MIT App inventor tool should I use?
Maybe I need an additional tool for database managment?