Steps:
Create a Google Form:
- First, create a Google Form. This form will hold your quiz questions and options.
- Select multiple choice, checkboxes, or short answer types for each question.
- To enable scoring in the Google Form, go to Settings, select Quizzes, and turn on the quiz option.
- Then, you can set the correct answer and assign points for each question.
Store Responses in Google Sheets:
- To store form responses in a Google Sheet, go to the Responses section in the Google Form and click on View responses in Sheets.
- This will provide you with a Google Sheet where all quiz responses will be automatically saved.
Set Up Automated Scoring:
- In the sheet, create an additional column that you can name Score.
- Use Google Sheets formulas in this column to automate the scoring based on the correct answers.
- Example: If your form has multiple choice questions, you can use the IF formula like this:
=IF(B2="Correct Answer", 1, 0)
- If you have multiple questions, you can use the
SUM
function to add them up.
Result Calculation:
You can create a summary sheet or pivot table to calculate individual scores.
Use functions like AVERAGE, SUM, and COUNTIF to generate aggregate results.
Result Feedback:
- In the Google Form, go to Settings and enable the Release grades option. This will allow students to see their feedback and score immediately after submitting their answers.
Share Results:
- You can share your Google Sheet or send result emails directly to students from the Responses section of the Google Form.
Example:
- If your quiz has 5 multiple-choice questions, assign 1 point for each correct answer and use formulas in the sheet to calculate the total score.
- This is a basic outline, and you can customize this process according to your needs.