Giter Club home page Giter Club logo

quiz_creator_for_google's Introduction

Quiz_Creator

This is a script that works with GoogleSheets and GoogleForms.

PROBLEM: GoogleForms allows you to create quizzes, but the interface is very tedious and involves a lot of clicking to add each question. Suppose you wanted to add 50 questions, it would take a lot of time. However, there is a way to add questions in bulk through Google Extensions (https://developers.google.com/apps-script/reference/forms/form-app). This lets you put a bunch of questions and answers into a spreadsheet and create quizzes much more quickly. Unfortunately, it does not offer the option of short-answer questions, like one would want for creating a spelling test. It only allows the creation of multiple-choice questions and quizzes.

SOLUTION: The ability to create short-answer questions IS available through the GoogleForms API! So that is what I made here, with HTML and GoogleScript. In GoogleSheets, you can input questions/answers, use the HTML sidebar to name it and call the functions to create the quiz.

The script has 11 functions: onOpen() - Adds app to Toolbar showCreatorSidebar() - Opens app sidebar formatSheet() - Adds formatting to Sheet, to identify columns returnValues() - Reads data from GoogleSheet createMultipleSolutions() - Creates answer arrays addQuestionToQuiz() - Adds questions, one by one, to quiz *This does most of the work createTheQuiz() - Creates the GoogleForm, sets form settings formEntry() - Takes user information from the sidebar testFormEntry() - For testing; pretends information is being sent from sidebar showAlert() - After form is created, creates a success popup openUrl() - Links user to the newly created form

quiz_creator_for_google's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.