Skip to content

ashtonfei/google-apps-script-projects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

GAS-079 Questionnaire with Data from Sheet

Description

Create a Google Doc questionnaire with data in a Google Sheet. Check the demo questionnaire here

Make a copy of the script

Make a copy Make a copy of doc template

If you prefer to use clasp

GAS-059 How to use clasp - Watch on YouTube

Script Type

Google Sheet

Configuration

const CONFIGS = {
  sheet_name_questions: "Questions",
  sheet_name_settings: "Settings",
  folder_name_output: "Questionnarie",
  app_name: "Questionnarie",
}

Screenshots

image

YouTube