Introduction
The Quiz App is an interactive platform designed to facilitate
seamless quiz creation, management, and participation. Whether
you're an educator, student, or just someone who enjoys quizzes,
this app provides features for different user roles, making it easy
to create, attempt, and evaluate quizzes.
Uploading Questions via CSV File
You can upload multiple quiz questions at once using a CSV
(Comma-Separated Values) file. Follow the steps below to ensure a
smooth upload:
📝 Step 1: Create a CSV File
-
Open a spreadsheet application like Microsoft Excel,
Google Sheets, or any text editor (e.g., Notepad).
- Create six columns in the following order:
- QuestionText - The text of the question.
- Option1 - First answer option.
- Option2 - Second answer option.
- Option3 - Third answer option.
- Option4 - Fourth answer option.
-
CorrectAnswer - The correct answer (must match one of the
options).
📊 Step 2: Format the Questions Properly
Ensure each row in the file represents a single question. Example:
"QuestionText","Option1","Option2","Option3","Option4","CorrectAnswer"
"What is 2+2?","2","3","4","5","4"
"Capital of France?","Berlin","Madrid","Paris","Rome","Paris"
"Which planet is known as the Red Planet?","Earth","Mars","Jupiter","Saturn","Mars"
- Each value is separated by a comma (,).
-
The correct answer must exactly match one of the provided options.
💾 Step 3: Save the File
-
If using Excel or Google Sheets, save the file as:
quiz_questions.csv
-
Ensure the file type is selected as CSV (Comma delimited).
📤 Step 4: Upload the File
- Navigate to the Create Quiz page.
- Click on the Upload CSV File button.
- Select your saved CSV file.
- Click Submit and wait for the confirmation message.
✅ Step 5: Verify the Uploaded Questions
-
Ensure all questions are displayed correctly in the preview
section.
- Fix any errors in the CSV file and re-upload if needed.
Following these steps ensures your quiz questions are correctly
uploaded and ready for use. Happy quizzing!