Web Quizizz 29

Web Quizizz 29

10th Grade

10 Qs

quiz-placeholder

Similar activities

Web Development

Web Development

University

15 Qs

CSF U3 Networks p1

CSF U3 Networks p1

9th - 12th Grade

12 Qs

Review for CSS Test

Review for CSS Test

9th - 12th Grade

12 Qs

Evaluasi HTML dan CSS

Evaluasi HTML dan CSS

10th Grade

10 Qs

HTML CSS - Missing Symbols

HTML CSS - Missing Symbols

9th - 12th Grade

11 Qs

Word: Graphics

Word: Graphics

9th - 12th Grade

10 Qs

JavaScript #4: DOM

JavaScript #4: DOM

12th Grade

10 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?