This script will create Google Form from a JSON file
This program take json file as input which contains questions and its properties give a Google Form link with all the question in json file.
To run this in your system first install node.
Dependencies.
=> Puppeteer
=> Cli-progress-bar
Run this command to install all the dependencies.
npm i
To run this script enter the command in terminal.
node script.js
Can be used to generate Multiple google Form by providing json file.
- NodeJs - Server Environment