Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Dynamic Quiz App using Google Sheets as source Google Script
Rating: 4.3 out of 5(23 ratings)
2,048 students

Dynamic Quiz App using Google Sheets as source Google Script

Create your own web applications that uses Google Spreadsheet data to build quizzes and JavaScript to build the website
Created byLaurence Svekis
Last updated 11/2024
English

What you'll learn

  • Connect website input form to Google Spreadsheet
  • Build a quiz application from scratch that uses Google Sheets as the data source
  • Add data from input form to Google Spreadsheet

Course content

5 sections50 lectures3h 34m total length
  • Dynamic Quiz App Introduction2:26

    Build a dynamic quiz app from scratch using data in Google Sheets. Connect to spreadsheet data across multiple sheets, render content in a web app, and score dynamically.

  • Development Setup6:04

    Set up Brackets with live preview for localhost Ajax requests, and prepare a Google Sheet named quiz with Google Apps Script to supply data.

  • Resources0:01

Requirements

  • Internet connection
  • Google Account
  • Fundamental JavaScript Knowledge

Description

Build your own Dynamic and interactive quiz that uses only Google Sheet data to output the contents of the quiz, and JavaScript on your web page or website.  You will be amazed at what you can do with just a few lines of code and how easy it is to connect Google Sheets to your website.   This is a great solution to avoid backend code using only Google Script which is essentially JavaScript with a bunch of methods in the cloud. 

No database - only JavaScript skills is a prerequisite for this course.

Power up your web applications - made easy - no magic just code ;)

All the source code is included

New to apps script - don't worry its like JavaScript : Apps Script is a scripting language based on JavaScript 1.6, which gets executed in the Google Cloud. 

JavaScript developers extend your knowledge and learn how you can use your skills to develop apps script bringing together all the power of Google's Apps. 

Google Apps Script : is based on JavaScript 1.6 with some portions of 1.7 and 1.8 and provides subset of ECMAScript 5 API however instead of running on the client, it gets executed in the Google Cloud. According to Google, Apps Script "provides easy ways to automate tasks across Google products and third party services."Apps Script is also the tool that powers the add-ons for Google Docs, Sheets and Slides."

If you haven't tried it yet, I guarantee you will be BLOWN AWAY at how powerful Google Script can be, and at how easy it is to write.  With just a few lines of code you can DO A WHOLE LOT!!!

Don't take my word for it try it and see.

Taught by an instructor with over 20 years of web development experience, ready to help you learn and answer any questions you may have.

What are you waiting for this course is perfect to start writing Google Script and to practice writing Google Script, you have nothing to lose.

Who this course is for:

  • Anyone who wants to practice Google Apps Script
  • Anyone who wants to practice using Google Script to build a fun interactive application
  • Anyone who wants to be able to explore the power of what can be done with Google Script
  • Anyone who wants to learn more about what Google Script can do
  • Update and use Spreadsheet data within your website
  • Anyone who wants to learn about Google Apps Script
  • JavaScript developers who want to extend their knowledge
  • Application developers