Web Quizizz 29

Web Quizizz 29

10th Grade

10 Qs

quiz-placeholder

Similar activities

Word 2016 Lesson 1

Word 2016 Lesson 1

9th - 12th Grade

10 Qs

CSD-Q9

CSD-Q9

9th Grade - University

11 Qs

Intro to CSS

Intro to CSS

9th - 11th Grade

10 Qs

Web Page Design II

Web Page Design II

9th - 12th Grade

15 Qs

Insert and Formatting Paragraph Texts

Insert and Formatting Paragraph Texts

12th Grade

10 Qs

HTML

HTML

10th Grade

9 Qs

HTML

HTML

9th - 12th Grade

15 Qs

css

css

University

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