Web Quizizz 29

Web Quizizz 29

10th Grade

10 Qs

quiz-placeholder

Similar activities

Tin học 10 _ Bài 16 _Định dạng văn bản

Tin học 10 _ Bài 16 _Định dạng văn bản

10th - 12th Grade

10 Qs

Menu Home dan Menu Page Layout

Menu Home dan Menu Page Layout

12th Grade

10 Qs

Anime

Anime

KG - University

10 Qs

Microsoft Word Quiz

Microsoft Word Quiz

6th Grade - University

10 Qs

X-CTI (Part 2)

X-CTI (Part 2)

10th Grade

15 Qs

Code Next code quiz

Code Next code quiz

11th Grade

11 Qs

Microsoft Word

Microsoft Word

6th Grade - University

10 Qs

HTML nav

HTML nav

6th - 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?