Web Quizizz 29

Web Quizizz 29

10th Grade

10 Qs

quiz-placeholder

Similar activities

JavaScript #4: DOM

JavaScript #4: DOM

12th Grade

10 Qs

HTML & CSS Basics

HTML & CSS Basics

9th - 12th Grade

15 Qs

Web I: Final Review--BUGS!

Web I: Final Review--BUGS!

9th - 12th Grade

13 Qs

CSS Rules Quiz

CSS Rules Quiz

11th Grade

15 Qs

Cascading Style Sheets

Cascading Style Sheets

University

10 Qs

CSS Styles

CSS Styles

11th Grade

6 Qs

ເວບ ເດືອນ10

ເວບ ເດືອນ10

University

10 Qs

Javascript

Javascript

10th - 12th Grade

15 Qs

Web Quizizz 29

Web Quizizz 29

Assessment

Quiz

Computers

10th Grade

Hard

Created by

James Luong

FREE Resource

10 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • Ungraded

Do you have a question that should be put in an upcoming Quizizz?

(Silly questions are fine too, but they should be school appropriate)

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Where are you at on Project 5?

I put my questions in my HTML file

😎

I saved all the user's answers into variables

😎😎

My message works! (I'm all done with the main part of Project 5)

😎😎😎

I am completely done including all 5 challenges

😎😎😎😎

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a variable do?

Save information so that we can change/use it later

Nothing, variables are lame

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

let mystery = document.getElementById("box99").value;

What is currently stored inside of mystery?

"pink"

"yellow"

"box99"

"box5"

Answer explanation

It did not store "box5"

It stored the value of the element with the id "box99"

It saved what was inside that textbox which was the word "yellow"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

let mystery = document.getElementById("box5").value;

What is currently stored inside of mystery?

"pink"

"yellow"

"box99"

"box5"

Answer explanation

It did not store "box99"

It stored the value of the element with the id "box99"

It saved what was inside that textbox which was the word "pink"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

let mystery = document.getElementById("box99").value;

document.getElementById("p1").style.backgroundColor = mystery

What will change?

The background color of the paragraph will be pink

The text color of the paragraph will be pink

The text color of the paragraph will be yellow

The background color of the paragraph will be yellow

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

let mystery = document.getElementById("box5").value;

document.getElementById("p1").style.backgroundColor = mystery

What will change?

The background color of the paragraph will be pink

The text color of the paragraph will be pink

The text color of the paragraph will be yellow

The background color of the paragraph will be yellow

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?