Google Forms: Create a Quiz from a Question Bank (2024)

Google Forms is a survey tool, not a quiz generator. Many teachers utilize Google Forms for formative assessment since they are easy to administrate and the data is easily accessible in a Google spreadsheet. Using the Add-On Flubaroo will automatically grade the multiple choice questions and provide the student with their score. Google Forms allows you to scramble the answer choices and the questions, but it does not allow you to pull questions from a question bank. This is a work around to allow you to create dynamic quizzes.

Go to Google Drive and create a new Google Spreadsheet. You will need 2 tabs. One tab to link to the quiz you create and one for the list of questions. Double click on the tabs to rename them. I named my tabs “quiz” and “questions.” Thisworks for free response questions only. On the “questions” tab you will need to have a column for the question number and for the question. Optionally you can include a column for the answer.

To keep this simple we will ask the spreadsheet to choose a random question from your list of questions for each question. This will allow for the same question to be asked twice. A more complicated formula can solve this, but for the purposes of this tutorial we will not worry about that.

On the “quiz” tab, create a column for the quiz hyperlink and a column for each question you are going to ask on your quiz. You will write a formula to look up a random question from your question list for each question.

In the blank cell under the first question column write the formula

=vlookup(randbetween(1,max(questions!$A:$

A)),questions!$A$2:$B,2,false)

formula elementexplanation
=vlookupThis looks up the random question from the table
randbetween(This generates a random number between 2 values
1,max(questions!$A:$A)You may want to add questions to your question list. Rather than having to rewrite all of your formulas have the spreadsheet check for the largest number in your question list in column A.
questions!A$2:$BThe table of questions is on the “questions” tab and the range of values is from columns A and B. By omitting the number on column B the table values will be the entire column B.
2This number tells the lookup which column to return. Since the questions are in the 2nd column we use the number 2.
falseThis field is not necessary, however it tells the lookup to search the entire table for the lookup value. If you included the column header in your table range you would need this field.

You want this exact formula in all of the cells that will be choosing a random question. To obtain multiple versions of the quiz you will want to repeat this for multiple rows.

Create a generic Google Form to use as the quiz. For the first few questions ask the students name and other student information you need. For each question create TWO paragraph text boxes.

In the Form edit screen use the “Responses” menu to choose “Get pre-filled URL.”

Choosing “Get pre-filled URL” will open up a screen that looks like the live form. This screen allows you to fill out the parts of the form you want to pre-fill. In the question boxes type in capital letters “QUESTIONONE”, “QUESTIONTWO”, “QUESTIONTHREE”, etc…

Press the submit button at the bottom of the screen. Copy the pre-filled URL that is displayed.

Back in the spreadsheet on the “quiz” tab you will want to modify the URL to grab the questions from the spreadsheet. In the hyperlink column next to the random quiz questions type the formula

Replace the pre-filled URL in the above formula with the URL you obtained from the Google Form. The URL does need to be in quotations. The “Click Here”, which also needs to be in quotations, can be any text you would like to be displayed in the spreadsheet.

The key to creating a pre-filled URL from a spreadsheet is quotation ampersand ampersand quotation. Go through the pre-filled URL and replace all of the “QUESTIONONE”, “QUESTIONTWO” etc… with “&&”

In between the ampersands you will want to write the name of the cell that contains that question. For example “&B2&” is where I will find question 1 and “&C2&” is where I will find question 2.

Copy the hyperlink formula down the column. This will give you multiple URL’s thateach link to a unique quiz.

To distribute the quizzes to the students you can create a QR code from each of the unique URL’s if the students have tablets. You can also HIDE the question tab and HIDE the columns that contain the random questions so that students only see the list of hyperlinks.

CLICK HERE to see a sample spreadsheet. Make a copy to use this as your template. Note: You will need to replace the pre-filled URL in my formulas with the pre-filled URL from your own Google Form.

Google Forms: Create a Quiz from a Question Bank (2024)

FAQs

How do you Make a quiz on question bank? ›

How to Create a Smaller Quiz out of a Question Bank
  1. Select the number of questions you want from a particular tag. ...
  2. Select a tag (Chemistry). ...
  3. If you want, you can choose to shuffle the order of questions in each tag.
  4. Similarly, click +Add another to assign five random questions each to Physics and Biology tags.

Can you have a question bank in Google Forms? ›

Form Builder for Sheets is a Google Sheet add-on that allows you to import random questions from the question bank in Sheets to Google Forms. It is a great way to quickly import questions from the question bank in Forms.

How do I turn a Google Form into a quiz? ›

Open a form in Google Forms. At the top of the form, click Settings. Turn on Make this a quiz.

How do I create a linked question in Google Forms? ›

How to create conditional questions in Google Forms
  1. Create a form. To get started, choose a blank form or select one of Google Forms' premade templates. ...
  2. Create and label your sections. To get started, select Add section from the menu on the right. ...
  3. Add your questions. ...
  4. Add display logic. ...
  5. Test your form.

How do I create a quiz with a question group linked to a question bank? ›

How do I create a quiz with a question group linked to a question...
  1. Open Quizzes.
  2. Add Quiz.
  3. Select Quiz Engine.
  4. Edit Quiz Details.
  5. Add New Question Group.
  6. Create Group Details.
  7. Link to a Question Bank.
  8. Find Question Bank.

How do I move questions from question bank to quiz in Moodle? ›

Once logged in to your Moodle course, there are two ways to access the question bank. Note: In order to add question to a quiz, you need to navigate to your quiz and add questions from there. It is not possible to add questions to a quiz starting from the question bank.

Can Google Forms do branching questions? ›

Conditional branching in Google Forms

You can then add Multiple choice or Choose from a list items with the option Go to page based on answer and choose different navigation paths for each option. Often you will also want these conditional branching questions to be marked as required.

How to make a Multiple choice quiz on Google Forms? ›

So, to create a multiple choice quiz, the MCQ format has to be added. Google Forms has different question types to choose from, however, we need only. Add the question by clicking on this '⊕' add question icon. Write the question and from the dropdown on the right side, opt for the Multiple choice option.

Can Google Forms be used as a questionnaire? ›

You can use Google Forms to create online surveys and quizzes and send them to other people.

Why might you use Google Forms to create a quiz? ›

Features of Google Forms You Should Not Miss

During the grading process, you can see auto-generated summaries for all quiz responses. You can review the questions that were missed most frequently, you'll get graphs marked with correct answers, and you'll also receive the average, median, and range of scores.

Is Google Forms quiz free? ›

And, like most of Google's basic tools, it's free. On top of that, Google has a few special features to make grading quizzes easier. This article will show you everything you need to know to create a quiz in Google Forms, as well as one or two tricks you might not have picked up on yourself.

Can you convert a Google Form to a Quizizz? ›

You can import a Google Form from your drive for Quizizz AI to create a quiz. Edit the questions as per your requirements. You can change the question types, add or delete answer options, add images, videos, audio clips, etc.

What is better than Google Forms? ›

10 Best Google Forms Alternatives
  • ClickUp. Conditional logic in ClickUp Forms allows you to create smarter Forms to collect data or info like product feedback. ...
  • Typeform. Via Typeform. ...
  • Wufoo. Via Wufoo. ...
  • Formstack. Via Formstack. ...
  • Jotform. Via Jotform. ...
  • HubSpot Forms. via Hubspot Forms. ...
  • Formsite. via Formsite. ...
  • Paperform. Via Paperform.
May 8, 2024

How do I create a multipart question in Google Forms? ›

Google Forms has a native multiple-choice grid question type. To add one to your form, add a question and select 'Multiple-choice grid' from the list. This will break your question into rows and columns.

How do I add related questions to Google Forms? ›

  1. In Google Forms, open a form.
  2. At the right, click Add question Import questions .
  3. Click the form with the questions you want to import Select.
  4. On the right, click the box next to each question you want to add.
  5. Click Import questions.

How do you make your own quiz on quizzes? ›

Here's how:
  1. Log into your Quizizz student account.
  2. Click on the Create a quiz button in the top-right corner.
  3. Select the 'Quiz' option.
  4. Choose a question type and add your question and answer options. ...
  5. Click on 'Save question' and add more questions to your quiz.
  6. Click on 'Publish' to save the quiz.
Dec 19, 2023

How to use a question bank? ›

How Does a Question Bank Work? In order to create the question bank, you will have to select the questions that you want to add and then select the categories as well. In order to start the process, you will create the bank and add all the questions that you want to the quiz. There are multiple ways to do that.

How to turn a quiz into a question bank in Canvas? ›

How to Move Quiz Questions Into a Question Bank
  1. Begin by signing in to Canvas and selecting the course you wish to work on.
  2. Select Settings from the navigation pane.
  3. Next, select Export Course Content in the right navigation pane.
  4. Select Quiz under Export Type.
  5. Next, select the Quiz you want to export.
Mar 12, 2021

Top Articles
Latest Posts
Article information

Author: Margart Wisoky

Last Updated:

Views: 5874

Rating: 4.8 / 5 (78 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Margart Wisoky

Birthday: 1993-05-13

Address: 2113 Abernathy Knoll, New Tamerafurt, CT 66893-2169

Phone: +25815234346805

Job: Central Developer

Hobby: Machining, Pottery, Rafting, Cosplaying, Jogging, Taekwondo, Scouting

Introduction: My name is Margart Wisoky, I am a gorgeous, shiny, successful, beautiful, adventurous, excited, pleasant person who loves writing and wants to share my knowledge and understanding with you.