Apps Script Quiz - Day 2 Lesson

Apps Script Quiz - Day 2 Lesson

11th Grade

10 Qs

quiz-placeholder

Similar activities

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

Getting to Know Excel!

Getting to Know Excel!

11th Grade

10 Qs

Microsoft Excel Basics

Microsoft Excel Basics

5th Grade - University

10 Qs

Excel 1: Essentials (AES)

Excel 1: Essentials (AES)

9th - 12th Grade

10 Qs

Application software

Application software

11th Grade

10 Qs

Excel

Excel

11th Grade

10 Qs

Google Sheets

Google Sheets

9th - 12th Grade

15 Qs

PowerPoint Quiz

PowerPoint Quiz

7th Grade - University

12 Qs

Apps Script Quiz - Day 2 Lesson

Apps Script Quiz - Day 2 Lesson

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Rey Vegafria

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With Apps Script, you can programmatically manipulate Google Sheets and send email alerts.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is the parent class for the Spreadsheet service. It is used to reference a Google Sheet file for any automation task.

 GmailApp

FormApp

SpreadsheetApp

GoogleSheetApp

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


A SpreadsheetApp method that gets the active sheet in a spreadsheet.

getActiveRange()

getActiveSheet()

getActive()

getActiveSpreadsheet()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is sheet.getRange("A1:C3") same as sheet.getRange(1,1,3,3)?

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This function automatically executes a script when a user opens a spreadsheet, document, presentation, or form that they have permission to edit.

onOpen()

onEdit()

onInstall()

doGet()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This class provides access to Gmail threads, messages, and labels.

SpreadsheetApp

GmailApp

FormApp

calendarApp

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This method allows you to reference the Ui class to add features like menus, dialogs, and sidebars.

SpreadsheetApp

.getMenu()

SpreadsheetApp

.getUserInterface()

SpreadsheetApp

.getUi()

None of the above

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?