Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
15 questions
Show answers
  • Q1

    How do you create a new sheet?

    Users enter free text
    Type an Answer
    30s
  • Q2

    What is the name of the google sheets program we use?

    Users re-arrange answers into correct order
    Jumble
    30s
  • Q3

    What is the name of the variable ? variable = hellou

    nothing

    hellou

    variable

    variable = hellou

    30s
  • Q4

    What block of code do we use to link our code with Google Calendar?

    Users enter free text
    Type an Answer
    30s
  • Q5

    What block of code do we use to link our code with Google Gmail?

    Users enter free text
    Type an Answer
    30s
  • Q6

    What block of code do we use to link our code with Google Drive?

    Users enter free text
    Type an Answer
    30s
  • Q7

    In the for-loop syntax, the third statement increases the value of the indexing variable by two units?

    True

    False

    30s
  • Q8

    What is the line of code you need to type to obtain the content of cell D1?

    var infoCell = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet().getRange("D1").setValue();

    var name = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet().setRange("D1").getValue("content");

    var name = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet().getRange("D1").getValue();

    var name = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet().getRange("D1").getValue();

    30s
  • Q9

    Choose the line of code to print "Hello" using the App Script.

    Users enter free text
    Type an Answer
    30s
  • Q10

    In the for-loop syntax, the first statement refers to the definition of the indexing variable and its initial value?

    True�

    False

    30s
  • Q11

    What is the block of code we use in Google Sheets to transalte words?

    Users enter free text
    Type an Answer
    30s
  • Q12

    What is the block of code we use in Google Sheets to join cells with a symbol?

    Users enter free text
    Type an Answer
    30s
  • Q13

    Searches down the first column of a goven range for a key and returns the value of the specified cell in the row found:

    Users re-arrange answers into correct order
    Jumble
    30s
  • Q14

    Converts a provided year, month and day into a date:

    Users enter free text
    Type an Answer
    30s
  • Q15

    What is HTML?

    cascoding style sheets

    hypertext markup language

    hilo totalmade loop

    a form of programming

    30s

Teachers give this quiz to your class