How to Make a Quiz in Google Forms from a Video
How to make a quiz in Google Forms from a video: turn on quiz mode, generate the questions from the recording, and import them. Includes the CSV import step Forms does not advertise.
By the VidQuiz team
July 2026 · 8 min read
Try it while you read
Pick a sample above or paste a video link, then hit Generate quiz to turn it into questions.
Reading the video…
Pulling the key moments and writing your questions…
Nice. That quiz was written from the video in seconds.
This quiz was made from the video. Now make one from yours.
How to make a quiz in Google Forms from a video
The short version: turn on quiz mode in Google Forms, then either type every question by hand or generate the questions from your video first and import them. Forms is excellent at running and grading a quiz, and genuinely tedious at authoring one, because every stem, option, answer key, and points value is a separate field you fill in yourself. This guide covers both routes, and the CSV import step that most people do not know exists.
Step 1: turn the form into a quiz
Open a blank form at forms.google.com, click the settings gear, and switch on Make this a quiz. Nothing about the form looks different until you add a question, but this is the switch that unlocks the three things that matter: an answer key on every question, a point value, and automatic grading the moment someone submits.
While you are in settings, decide when grades are released. "Immediately after each submission" is right for a self check after a training video, because the learner sees what they missed while the content is still fresh. "Later, after manual review" is the safer choice if the score counts for anything, since it gives you a chance to throw out a question that turned out to be ambiguous.
Step 2: write the questions (the slow part)
For each question you add in Forms, you pick the type (multiple choice), type the question, type each answer option, click Answer key, mark the correct option, set the points, and optionally add feedback that appears when someone gets it wrong.
That is roughly six interactions per question. A twenty question quiz is around a hundred and twenty small actions, on top of the real work of deciding what to ask. This is why so many training videos and recorded lectures ship with no quiz attached at all: the assessment is not hard, it is just boring enough that it keeps sliding down the list.
Where the questions should come from
If the quiz is meant to check that someone understood a specific video, the questions have to come from that video, not from the topic in general. This sounds obvious and is the most common failure in practice. Someone writes questions from memory a week after recording, and ends up testing three points that were cut in the edit and none of the points the video actually spent time on.
The practical fix is to write questions against the transcript, not against your recollection. Pull up the transcript, go through it in order, and note every claim a learner should be able to reproduce. You will find the questions almost write themselves, and your coverage will be even across the whole recording instead of clustered in the first ten minutes.
Step 3: generate the questions instead of typing them
This is where the time actually goes back on the clock. Rather than transcribing and drafting by hand, paste the video link into an AI quiz generator that exports to Google Forms and let it read the recording and produce the full draft: the question, four options, the correct answer already marked, a points value, and a one line explanation for the feedback field.
What you get back is a draft, not a finished exam, and it should be treated that way. Read every question. Cut the ones that test a throwaway aside rather than the point of the lesson. Reword any stem that could be read two ways. Then export.
Step 4: import the questions into Google Forms
Here is the part that surprises people every single year: Google Forms cannot import questions from a CSV on its own. There is no built in "import questions" button. You have two working routes.
- A Forms import add-on. The Google Workspace Marketplace has several add-ons that read a spreadsheet of questions, options, correct answers, and points and build the form for you. This is the fastest route and needs no code. Install the add-on, point it at your file, and the quiz appears as a real Google Form with the answer key populated.
- Google Apps Script. A short script can read a CSV and create the form items programmatically using the Forms service. It is more setup the first time and pays off if you build quizzes every week, because you can rerun it on any file without touching the UI.
Either way, the file needs to be in the column order the importer expects: question, the four options, the correct answer, points, and feedback. A generated export is already laid out that way, which is the difference between a file upload and an afternoon of rearranging columns in Sheets.
Step 5: check the answer key before you send it
Open two or three questions at random and confirm the correct option is genuinely marked correct. This takes a minute and catches the one failure mode that damages trust with learners: a quiz that marks a right answer wrong. If a score is going into a gradebook or a compliance record, spot check every question, not a sample.
Then use the preview (the eye icon) and take your own quiz once, start to finish, exactly as a learner will. You will catch the ambiguous stem you have read fifteen times and stopped seeing.
When Google Forms is the right tool, and when it is not
Forms is the right call for low stakes work: a comprehension check after a lecture, homework, a knowledge check at the end of a training module, a quick pulse on whether a webinar landed. It is free, everyone already has an account, it grades multiple choice instantly, and the response summary showing which question the class missed most is the single most useful screen in the product. That one chart tells you exactly which two minutes of your video failed.
Forms is the wrong call when the score really counts. It has no lockdown, no meaningful question randomization, and nothing at all stopping a second browser tab. For a proctored exam, or for compliance training where you need a defensible record that a named employee passed on a specific date, the quiz belongs somewhere it will be tracked properly. That usually means exporting the questions as QTI and loading them into whichever learning management system holds your training records, so completion and scores sit alongside everything else that employee has done.
Frequently asked questions
Can Google Forms import questions from a CSV or spreadsheet?
Not natively. Google Forms has no built in question import. You need either a Forms import add-on from the Google Workspace Marketplace, which reads a CSV of questions, options, correct answers, and points and builds the form, or a short Google Apps Script that creates the form items programmatically. Both work; the add-on route is faster for one off quizzes.
Does Google Forms grade quizzes automatically?
Yes, for multiple choice, checkbox, and dropdown questions, as long as the form is set as a quiz and each question has an answer key. Forms scores the submission the instant it arrives and can release the grade immediately. Short answer questions can be auto graded only against exact text matches, which is why multiple choice is the practical format for anything you want scored without your involvement.
How many questions should a quiz on a video have?
Eight to twelve questions for a single video lesson. That is enough to cover the main points and produce a score that means something, and short enough that people actually finish. Spread the questions across the full length of the recording rather than clustering them at the beginning, which is the usual pattern when someone writes questions while watching and loses steam.
Can I make a quiz from a YouTube video in Google Forms?
Yes. You can embed the YouTube video directly in the form using the video button in the question sidebar, so learners watch and answer in the same place. The questions themselves still have to come from somewhere, which is the step worth automating: generate them from the video, review the draft, then import them and drop the video in at the top of the form.
Is a Google Forms quiz good enough for corporate training?
For knowledge checks and onboarding refreshers, yes, and plenty of US teams run exactly that way. For regulated compliance training where you may one day need to prove that a specific employee passed on a specific date, no. Forms is not built to be a system of record. Use it for learning, and use your LMS for anything an auditor might ask about.
The workflow that actually sticks
Record the video once. Generate the questions from it in seconds. Spend five minutes reading the draft and cutting what does not belong. Export, import into Forms, spot check the key, and send. The whole loop is minutes rather than an afternoon, which is the only reason it survives contact with a busy week.
The alternative, which is what usually happens, is that the quiz is a nice idea that never gets written, the video goes out unassessed, and nobody finds out that the middle section confused everyone until it is far too late to matter.
Turn any video into a quiz
Paste a YouTube, course, training or webinar link and VidQuiz writes the questions for you, with answers and explanations. See how it works or explore use cases.