You have a Word document full of survey or quiz questions. You want them in Google Forms. The bad news: Google Forms has no import button for Word documents. The good news: there are three ways to do it, and one of them takes under 15 minutes with zero coding.
Three Methods: Which One Is Right for You?
| Method | Time (50 questions) | Coding Required | File Types Supported |
|---|---|---|---|
| Manual copy-paste | 3-4 hours | No | Word only |
| Write your own Apps Script | 1-2 hours to code | Yes (JavaScript) | Any (if you code it) |
| Pirai AI (recommended) | Under 15 minutes | No | Word, PDF, Excel, CSV, TXT, XML, QSF |
Method 1: Manual Copy-Paste
This is the method most guides describe. It works. It is just slow.
-
1Open your Word document and Google Forms side by side Go to forms.google.com and create a blank form. Open your Word document alongside it.
-
2Copy each question and paste it into Google Forms For each question: click the plus icon in Google Forms to add a question, paste the question text, select the question type (multiple choice, short answer, etc.) from the dropdown, and enter each answer option manually.
-
3Repeat for every question, review, and share For a 50-question survey this takes 3-4 hours. For a 100-question survey with answer options, plan for 6-8 hours. When done, click Send to share your form.
When to use it: You have fewer than 10 questions and do not want to use any external tool. For anything larger, Method 3 saves hours.
Method 2: Google Apps Script (Technical)
Google Apps Script is a built-in JavaScript platform that can create Google Form questions programmatically. If you know how to code, you can write a script that reads your survey content and builds the form automatically. This is the method tools like GETMARKED Digitaliser use. They generate the script for you from your document.
How Apps Script works
In Google Forms, click the three-dot menu > Apps Script. Write JavaScript that calls FormApp.getActiveForm() and adds questions using methods like .addMultipleChoiceItem() and .addTextItem(). Run the script and the form is built. The challenge is writing the script correctly for every question type in your document.
When to use it: You are comfortable with JavaScript and want full control over the output. For non-developers, Method 3 gives the same result without any coding.
Method 3: Pirai AI, No Coding, Any File Type
Pirai AI generates the Apps Script for you from any source document. You paste and click Run. No coding knowledge required.
| Your File | Extension | Common Source |
|---|---|---|
| Word document | .docx | Microsoft Word, Google Docs (downloaded) |
| Native PDFs, scanned documents, Word exports | ||
| Excel spreadsheet | .xlsx | Survey specs, question banks |
| CSV file | .csv | Structured question lists |
| Plain text | .txt | Simple questionnaire text |
| XML file | .xml | LimeSurvey, SurveyMonkey exports |
| Qualtrics survey | .qsf | Migrating from Qualtrics to Google Forms |
You can also paste plain text directly into the platform without uploading a file.
Convert your Word document to Google Forms. Free, no coding, under 15 minutes.
Convert NowHow to Convert Word to Google Forms with Pirai AI: Step by Step
-
1Upload your document to Pirai AI Go to platform.piraiai.com and upload your file. Accepted: .docx .pdf .xlsx .csv .txt .xml .qsf. Or paste your survey text directly.
-
2Select Google Forms as your target platform Choose Google Forms. Pirai AI generates a .txt file containing a complete Google Apps Script pre-populated with all your questions, answer options, and question types.
-
3Download the Apps Script and copy all content Download the .txt file from Pirai AI. Open it, select all the content, and copy it to your clipboard.
-
4Open Google Forms and go to Apps Script Go to forms.google.com and open a blank form. Click the three-dot menu in the top-right corner and select Apps Script. The editor opens in a new tab.
-
5Paste the script, save, and run Delete any existing default code in the editor. Paste your copied script. Click Save (disk icon), then click Run (play button). When prompted, grant the permissions to let the script access Google Forms on your behalf.
-
6Return to your form and review Go back to your Google Form. All questions and answer options have been created automatically. Review the form, share it, or enable quiz mode in Settings if needed.
About the permissions prompt: Google asks for one-time permission to allow the script to modify your Google Form. Click Review Permissions, select your Google account, and click Allow. The script only accesses the specific form it was launched from.
Converting Other File Types to Google Forms
Unlike most tools that only handle Word documents, Pirai AI converts any document format to Google Forms. Here is how each works:
| Source File | How to Convert to Google Forms |
|---|---|
| Google Doc | File > Download > Microsoft Word (.docx), then upload to Pirai AI and select Google Forms |
| Upload PDF directly to Pirai AI. Works for native PDFs and scanned documents | |
| Excel (.xlsx) | Upload your Excel survey spec or question bank to Pirai AI |
| CSV | Upload your structured CSV question list to Pirai AI |
| Plain text (.txt) | Upload or paste your text directly into Pirai AI |
| Qualtrics QSF | Export your Qualtrics survey as .qsf and upload to Pirai AI |
| Paper questionnaire | Scan to PDF, upload the PDF to Pirai AI, select Google Forms |
Google Forms Question Types Supported
| Question Type | Google Forms Equivalent | Pirai AI Generates |
|---|---|---|
| Multiple choice (single) | Multiple choice | Yes |
| Multiple choice (multi-select) | Checkboxes | Yes |
| Open-ended / text | Short answer / Paragraph | Yes |
| Rating / Likert scale | Linear scale | Yes |
| Matrix / grid | Multiple choice grid / Checkbox grid | Yes |
| Dropdown select | Dropdown | Yes |
Time Comparison: Three Methods
| Survey Size | Manual Copy-Paste | Write Apps Script Yourself | Pirai AI |
|---|---|---|---|
| 10 questions | 30-45 minutes | 1-2 hours (coding) | Under 10 minutes |
| 50 questions | 3-4 hours | 2-3 hours (coding + testing) | Under 15 minutes |
| 100 questions + grids | 6-8 hours | 4-6 hours | Under 15 minutes |
All File Types and Conversion Details
Every input format Pirai AI converts to Google Forms, and how each is handled.
- .docx (Word)
- Microsoft Word documents. Pirai AI extracts all questions and answer options and generates a Google Apps Script that builds the complete Google Form when run.
- .doc (Legacy Word)
- Older Word format. Pirai AI extracts survey content and generates a Google Apps Script for automatic form creation.
- .pdf (PDF)
- Native and scanned PDFs. Pirai AI extracts questions, options, and grid questions and generates a Google Apps Script. Supports multi-page documents.
- .xlsx (Excel)
- Excel spreadsheets with survey or quiz questions. Pirai AI reads the structure and generates a Google Apps Script that builds the form.
- .csv (CSV)
- CSV files with structured question data. Converted to a Google Apps Script for automatic Google Forms creation.
- .txt (Plain text)
- Plain text survey files. Pirai AI structures the content into a Google Apps Script.
- .xml (XML)
- XML exports from LimeSurvey, SurveyMonkey, and others. Converted to a Google Apps Script for Google Forms.
- .qsf (Qualtrics)
- Qualtrics Survey Format files. Pirai AI converts QSF question types to Google Forms equivalents and generates a ready-to-run Apps Script.
- Google Docs
- Download as .docx (File > Download > Microsoft Word), upload to Pirai AI, select Google Forms.
- Plain text (pasted)
- Survey text pasted directly into Pirai AI. Generates a Google Apps Script without any file upload.
- Paper questionnaires
- Scan to PDF, upload to Pirai AI, select Google Forms. The Apps Script builds the form from the scanned content.
This guide covers how to: convert a Word document to Google Forms, import a Word document into Google Forms, convert a Word doc to a Google Form online free, convert a Google Doc to Google Forms, convert a PDF to Google Forms, convert Excel to Google Forms, convert a CSV to Google Forms, convert a quiz from Word to Google Forms, convert a questionnaire to Google Forms, build a Google Form from a Word document without coding, convert a Word document to a Google Form step by step, convert Word to Google Forms no coding, word document to google form online free, convert doc to google form, google form from word document, convert word to google form automatically, create a google form from a word document, free word to google form converter, convert a survey from Word to Google Forms, convert a Word form to Google Forms, convert a Word quiz to Google Forms, convert a paper form to Google Forms, digitize a questionnaire into Google Forms, and convert any document format to Google Forms automatically.
Get Started
Upload your Word document or any other file at platform.piraiai.com. Select Google Forms. Download the Apps Script, paste it into Google Forms via the three-dot menu > Apps Script, click Run, and your form is built.
For the technical Apps Script import guide, see How to Convert Word to Google Forms. For the full platform import reference, see the Pirai AI Platform Import Guide.