wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Fundamentals of Web Design Final Exam

Total questions: 97

Worksheet time: 49mins

Name
Class
Date
1.
Q: Which of the following is an HTML tag that is used to bold text?
a)
A)
b)
B)
c)
C)

d)
D)
2.
Q: Which of the following HTML tag is used to italicize text?
a)
A)
b)
B)
c)
C)
d)
D)

3.
Q: What does HTML stand for?
a)
A) Hyperlinks and Text Markup Language
b)
B) Home Tool Markup Language
c)
C) Hyper Text Markup Language
d)
D) Hyper Tool Markup Language
4.
Q) What is the main purpose of the tag>
a)
A) To create a division amongst sections of a webpage
b)
B) To separate out small pieces of text to be styled
c)
C) To apply stylings spanning across multiple webpages
d)
D) Applying a horizontal line across the page
5.
Q: Which HTML tag is used to insert a line break?
a)
A)
b)
B)
c)
C)
d)
D)
6.
Q: Which property is used to change the background color in CSS?
a)
A) color
b)
B) background-color
c)
C) bgcolor
d)
D) background
7.
Q: Which CSS property is used to change the text color of an element?
a)
A) text-color
b)
B) font-color
c)
C) text-style
d)
D) color
8.
Q: Which keyword is used to declare a variable in JavaScript?
a)
A) var
b)
B) variable
c)
C) v
d)
D) declare
9.
Q: Which HTML tag is used to define a paragraph?
a)
A)

b)
B)
c)
C)
d)
D)
10.
Q: What does the "div" tag do in HTML?
a)
A) It creates a division or a section in an HTML document
b)
B) It divides the HTML document into two parts
c)
C) It provides a division symbol for mathematical operations
d)
D) It creates a divider line in the HTML document
11.
Q: In CSS, what does the "px" unit stand for?
a)
A) Pixels
b)
B) Percentage
c)
C) Points
d)
D) Picas
12.
Q: Which HTML tag is used to define an internal style sheet?
a)
A)
b)
B)
c)
C)
d)
D)
15.
Q: What is embedded CSS?
a)
A) CSS rules defined within the tag of an HTML document
b)
B) CSS rules defined in an external .css file
c)
C) CSS rules defined within HTML tags using the 'style' attribute
d)
D) CSS rules defined within a JavaScript file
16.
Q: Which type of CSS has the highest specificity?
a)
A) External CSS
b)
B) Internal CSS
c)
C) Inline CSS
d)
D) Embedded CSS
17.
Q: What is the order of specificity from less specific to most specific?
a)
A) External -> Internal -> In-line
b)
B) Internal -> External - In-Line
c)
C) In-Line -> Internal -> External
d)
D) External -> In-Line -> Internal
18.
Q: In which HTML tag do you typically place internal CSS?
a)
A)
b)
B)
c)
C)
d)
D)
19.
Q: Which type of CSS is written directly within an HTML element's opening tag?
a)
A) Internal CSS
b)
B) External CSS
c)
C) In-line CSS
d)
D) Embedded CSS
20.
Q: If the same style is defined in an external CSS file and an internal style sheet, which one will be applied?
a)
A) The style in the external CSS file
b)
B) The style in the internal style sheet
c)
C) Both styles will be applied
d)
D) Neither style will be applied
21.
Q: Which HTML element contains the metadata about the document, such as its title and link to its CSS file?
a)
A)
b)
B)
c)
C)
d)
D)
22.
Q: What is the purpose of the tag in HTML?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) To provide a title for the webpage that is displayed in the browser's title bar or tab</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) To create a title heading within the webpage</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) To provide a title for the webpage's images</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) To create a title footer at the bottom of the webpage</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>23.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What is the purpose of the <body> tag in HTML?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) To contain the webpage's metadata</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) To contain the webpage's visible content</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) To contain the webpage's scripts and styles</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) To contain the webpage's title and description</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>24.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which HTML element is used to define a list item?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <li></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) <list></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) <item></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) <ul></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>25.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What is the purpose of the <header> element in HTML?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) To define a header for a document or a section</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) To define the head of a table</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) To define a heading</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) To define the top margin of a document</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>26.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which HTML element is used to insert an image into a webpage?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <img></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) <picture></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) <media></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) <graphic></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>27.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which HTML element is used to create a hyperlink?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <link></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) <a></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) <href></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) <url></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>28.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which HTML semantic tag is used to define a section in a document?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <div></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) <span></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) <section></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) <article></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>29.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which HTML element is used to define a table?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <tab></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) <table></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) <grid></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) <data></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>30.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What is the purpose of the <footer> semantic tag in HTML?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) To define a header for a document or a section</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) To define the bottom of a document, article, or section</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) To define a footer for a table</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) To define the bottom margin of a document</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>31.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which HTML element is used to define emphasized text?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <strong></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e><em></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e><font></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e><color></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>32.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What is the purpose of the <em> and <strong> tags in HTML?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) To make text appear 3D</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Allow for better responsive design when switching between device screens</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Increased specificity over <i> and <b></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) To allow Screen Readers to better understand the material when reading to the viewer</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>33.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which CSS property is used to change the font of a text?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) text-style</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) text-font</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) font-family</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) font-type</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>34.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: How do you make the text bold in CSS?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) font-weight: bold;</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) text-style: bold;</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) font: bold;</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) text-weight: bold;</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>35.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which CSS property is used to change the left margin of an element?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) padding-left</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) margin-left</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) indent-left</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) left-margin</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>36.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which of the following browsers are no longer supported?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Mozilla Firefox</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Google Chrome</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Internet Explorer</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Opera</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>37.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What does the DOCTYPE declaration do in HTML?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) It links to a CSS file.</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) It declares the document type and version of HTML.</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) It sets the title of the webpage.</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) It embeds JavaScript into the webpage.</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>38.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which of the following is NOT a semantic tag in HTML5?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <article></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) <footer></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) <section></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) <div></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>39.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which is the correct CSS syntax?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) {body:color=black;}</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) {body;color:black;}</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) body:color=black;</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) body {color: black;}</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>40.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which tag creates a numbered list in HTML?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <dl></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) <ol></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) <list></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) <ul></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>41.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which tag creates a bulleted list in HTML?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <dl></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) <ol></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) <list></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) <ul></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>42.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which event occurs when the user clicks on an HTML element in JavaScript?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) onmouseclick</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) onchange</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) onclick</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) onmouseover</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>43.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: How do you create a function in JavaScript?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) function = myFunction()</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) function:myFunction()</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) function myFunction()</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) myFunction():function</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>44.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: How do you group selectors in CSS?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Using the "." operator</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Using the "#" operator</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Using the "," operator</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Using the ":" operator</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>45.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which CSS property is used to set the space between an element's border and its content?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) margin</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) padding</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) border</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) spacing</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>46.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: In HTML, what does the acronym "CSS" stand for? </div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Cascading Style Sheet</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Computer Style Syntax</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Creative Styling System</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Centralized Style Set</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>47.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which of the following is a correct tag to use within a table to create a header?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <head></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) <tr></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) <th></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) <td></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>48.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which of the following is a correct tag to use within a table to create a cell?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <head></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) <tr></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) <th></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) <td></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>49.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which of the following is a correct tag to use within a table to create a row?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <head></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) <tr></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) <th></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D <td></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>50.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: In HTML, what does the acronym "URL" stand for?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Universal Resource Locator</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Uniform Resource Locator</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Unified Resource Language</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Universal Rendering Language</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>51.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What does the HTML <blockquote> tag represent?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Defines a block of code</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Indicates a long quotation</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Creates a bulleted list</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Represents a bold text</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>52.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What is the correct way to include an external JavaScript file in an HTML document?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <script src="script.js"></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) <javascript href="script.js"></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) <link rel="script" href="script.js"></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) <include src="script.js"></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>53.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which HTML attribute is used to set the text alignment within an element?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) text-align</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) align</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) text-position</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) alignment</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>54.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which HTML tag is used for creating a horizontal rule or line?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <line></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) <br></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) <div></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) <hr></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>55.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which of the following HTML tags are used to bold text for accessibility reasons?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) <br></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) <em></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) <strong></span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) <i></span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>56.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which CSS selector targets all instances of a specific HTML element on a page?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) #element</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) .element</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) element{}</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) *{}</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>57.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which of the following correctly displays a CSS Class?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) this-is-an-id {}</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) .this-is-an-id {}</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) #this-is-an-id {}</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) this is a class {}</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>58.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: In CSS, what does the :hover pseudo-class target?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) The first child element</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Elements with a specific class</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Elements when the mouse hovers over them</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Elements in odd-numbered positions</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>59.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which CSS property is used to control the transparency of an element?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) opacity</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) transparency</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) visibility</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) alpha</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>60.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: In CSS, what is the purpose of the float property?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Adds a floating animation to the element</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Aligns the element to the left or right within its container</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Increases the element's font size</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Creates a border around the element</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>61.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which CSS property is used to set the minimum width of an element?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) max-width</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) min-width</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) width-min</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) minimum-width</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>62.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What is the alternate name of the HTML Tree?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) HTML Branches</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) HTML Skeleton</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) HTML Flowchat</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) HTML Doc</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>63.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which CSS property is used to control the visibility of an element?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) display</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) visibility</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) hidden</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) opacity</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>64.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What is a digital footprint?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) The physical size of a device</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) A measure of internet speed</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) The trail of data left behind by online activities</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) The brightness of a computer screen</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>65.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: How can a person actively manage their digital footprint?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Avoiding internet use entirely</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Deleting all online accounts</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Being mindful of online activities and settings</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Increasing online presence</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>66.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What potential impact can a negative digital footprint have on an individual?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Enhanced online security</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Improved job opportunities</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Negative effects on personal and professional life</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Increased social media followers</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>67.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which of the following is an example of personal information that contributes to a digital footprint?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Online search history</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Internet connection speed</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Computer screen resolution</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Software preferences</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>68.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: How can social media contribute to an individual's digital footprint?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) By reducing online visibility</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) By avoiding any online interaction</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) By sharing posts, comments, and images</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) By using private browsing mode</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>69.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What is the significance of privacy settings on social media platforms concerning a digital footprint?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) They have no impact on digital footprints</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) They control who can access and view personal information</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) They increase the size of the digital footprint</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) They slow down internet connectivity</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>70.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Why is it important for individuals to be aware of their digital footprint?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) To increase online anonymity</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) To boost internet speed</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) To maintain a positive online reputation</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) To avoid all online interactions</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>71.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which of the following actions contributes to a positive digital footprint?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Sharing inappropriate content</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Deleting all online accounts</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Using strong language online</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Engaging in positive and constructive online activities</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>72.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What role does online security play in managing one's digital footprint?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) It has no impact on a digital footprint</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) It ensures complete online anonymity</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) It helps protect personal information and reduces potential risks</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) It increases the visibility of the digital footprint.</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>73.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What is personally identifiable information (PII)?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) A measure of internet speed</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Information that can be used to identify an individual</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) The brightness of a computer screen</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) The physical size of a device</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>74.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which of the following is considered personally identifiable information (PII)?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Computer screen resolution</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Social media post likes</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Home address and phone number</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Online search history</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>75.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: How should individuals handle the sharing of personally identifiable information online?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Share PII freely to increase online presence</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Avoid using the internet altogether</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Be cautious and selective about sharing PII</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Share PII without considering privacy settings</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>76.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Why is it crucial to protect personally identifiable information (PII) from unauthorized access?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) To increase online visibility</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) To enhance job opportunities</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) To avoid potential privacy breaches and identity theft</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) To boost social media followers</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>77.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which action contributes to safeguarding personally identifiable information (PII) online?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Regularly updating privacy settings on online accounts</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Sharing PII in public forums</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Using weak and easily guessable passwords</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Providing PII to unknown websites without verification</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>78.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What is the purpose of a web browser in the context of the internet?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) To measure internet speed</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) To browse and access websites on the internet</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) To adjust screen brightness</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) To store computer files</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>79.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which of the following is a commonly used web browser?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Adobe Photoshop</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Microsoft Excel</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Windows File Explorer</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Google Chrome</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>80.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: How can users enhance their online privacy while using web browsers?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Regularly clear browser history and cookies</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Disable all browser extensions</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Use weak passwords</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Share PII freely</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>81.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which feature in web browsers allows users to save and manage website passwords securely?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Incognito Mode</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Cookie Settings</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Extensions</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Password Manager</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>82.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What is the significance of copyright protection in the context of webpage images?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) It insures faster webpage loading times</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) It protects the intellectual property rights of image creators</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) It increases the size of image files</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) It allows unlimited sharing of images without attribution</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>83.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which Creative Commons license is the most lenient?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) CC BY-ND</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) CC BY-SA</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) CC BY-NC-ND</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) CC BY-NC-SA</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>84.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: How can webpage creators respect copyright when using images on their sites?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Use any image found on the internet without attribution</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Only use images that are in the public domain</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Crop and edit images to remove watermarks</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Ignore copyright laws for online images</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>85.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What does the term "royalty-free" mean in the context of webpage images?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Images that be used without permission or payment</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Images that are free to use only for a limited time</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Images that require payment for every use</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Images that can only be used by paying the creator initially</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>86.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: How does watermarking contribute to copyright protection for webpage images?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) It increases image file size</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) It prevents images from being displayed on webpages</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) It adds a visible or invisible mark to identify the image's creator</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) It automatically grans permission for unlimited image usage</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>87.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What should website creators consider to avoid copyright infringement when using images?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Ignore copyright laws for online images</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Always use images from the internet without attribution</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Obtain permission or use images with proper licensing</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Crop and edit images to remove any copyright information</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>88.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What is the Creative Commons (CC) in the context of content licensing?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) A paid subscription service for creative works</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) A platform for selling copyrighted materials</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) A website with free-to-use images</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) A licensing system that allows creators to share their work with specific permissions</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>89.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: How does the Creative Commons licensing system differ from traditional copyright?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Creative Commons restricts all usage of the content</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Creative Commons provides unlimited usage rights without any restrictions</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Creative Commons allows creators to choose specific permissions for their work</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Creative Commons automatically grants exclusive rights to the first person who views the content</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>90.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What does the Creative Commons license type "Attribution" mean for content usage?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Users are not required to give credit to the creator</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Users must provide proper credit to the original creator</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Content can only be used for non-commercial purposes</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) No changes or modifications are allowed to the content</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>91.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which of the following Creative Commons licensure requires that credit must be given to the original creator and it cannot be used to earn money?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) CC BY</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) CC BY-NC</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) CC BY-ND</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) CC BY-SA</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>92.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which of the following Creative Commons licensure requires that credit must be given to the original creator and it cannot be changed in any way?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) CC BY</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) CC BY-NC</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) CC BY-ND</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) CC BY-SA</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>93.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: Which of the following changes the size of the image when added to the <img> tag?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) size:</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) px:</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) type:</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) height:</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>94.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: How can the CSS property "filter" be used to modify images on a webpage?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) By adjusting the image's transparency</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) By changing the image's file format</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) By applying visual effects like blurring or color adjustments</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) By resizing the image</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>95.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: In CSS, how can the opacity property be used to control the transparency of an image?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) opacity: transparent</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) opacity: 0.5</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) opacity: solid</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) opacity: visible</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>96.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What does the CSS property transform: rotate() do when applied to an image?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Adjusts the image size</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Flips the image</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Rotates the image by a specific angle degree</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Changes the image color</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><div class="text-sm flex flex-col mt-8 no-break-within hide-question question-render b-a-auto relative w-full" data-v-08a3a974><!----><div class="mcq flex gap-4 [question.structure.kind !== QuestionType.FLASHCARD ? 'items-baseline relative'] text-sm" fontsize="L" repaintflag="true" swapfrontwithback="false" showonlyfront="false" data-v-08a3a974 data-v-ebf2363e><div class="flex items-start justify-end" data-v-ebf2363e>97.</div><div class="flex flex-col gap-4 flex-grow" data-v-ebf2363e><div class="flex-col flex items-start gap-4" data-v-ebf2363e><!----><div data-v-ebf2363e>Q: What does the CSS property transform: scale() do when applied to an image?</div></div><div class="options" data-v-ebf2363e><!--[--><div class="option" data-v-ebf2363e><span data-v-ebf2363e>a)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>A) Adjusts the image size</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>b)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>B) Flips the image vertically</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>c)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>C) Rotates the image by a specified angle</span></div></div><div class="option" data-v-ebf2363e><span data-v-ebf2363e>d)</span><div class="flex flex-col gap-2 items-start" data-v-ebf2363e><!----><span data-v-ebf2363e>D) Changes the image hue</span></div></div><!--]--></div><!--[--><!--]--></div></div></div><!--]--><!----><!----></div></div></div><div class="zoom-controls select-none hidden md:flex fixed bottom-4 left-10 flex-col items-start gap-2" data-v-08a3a974><div class="w-10 h-10 flex items-center justify-center rounded-lg border-1 border-dark-30% bg-light shadow-sm cursor-pointer" data-testid="zoom-plus" data-v-08a3a974><div class="flex justify-center items-center w-4 h-4 text-xs text-wds-dark-500 flex-shrink-0" data-testid data-v-08a3a974><i class="far fa-magnifying-glass-plus"></i></div></div><div data-testid="worksheet-reset-btn" class="cursor-default zoom-indicator h-10 px-3 flex items-center rounded-lg border-1 border-dark-30% bg-light shadow-sm text-base font-bold" data-v-08a3a974>100 %</div><div class="w-10 h-10 flex items-center justify-center rounded-lg border-1 border-dark-30% bg-light shadow-sm cursor-pointer" data-testid="zoom-minus" data-v-08a3a974><div class="flex justify-center items-center w-4 h-4 text-xs text-wds-dark-500 flex-shrink-0" data-testid data-v-08a3a974><i class="far fa-magnifying-glass-minus"></i></div></div></div></div></div><!--]--><!--]--></div><!--]--><!--]--></div><aside class="info-section" data-testid="worksheet-info-section" data-v-d36da48c><div class="relative box-border w-full h-full bg-wds-light-500 border-l border-wds-light-200" data-v-d36da48c><!--[--><!--[--><div class="flex p-5 gap-0 justify-start items-stretch w-full flex-col flex-nowrap" style=""><!--[--><!--[--><div class="flex gap-2 pt-0 pr-0 pb-4 pl-0 justify-start items-stretch flex-col flex-nowrap" style=""><!--[--><!--[--><h1 class="text-w-header-base font-semibold"><!--[--> Fundamentals of Web Design Final Exam<!--]--></h1><div class="flex gap-3 justify-start items-stretch flex-row flex-wrap" style=""><!--[--><!--[--><div class="flex gap-1 justify-start items-stretch flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex justify-center items-center w-4 h-4 text-xs text-wds-dark-200 flex-shrink-0" data-testid><i class="icon-regular-list-ul"></i></div><p id class="text-wds-dark-200 text-w-content-small font-normal"><!--[--><!--[-->97 questions<!--]--><!--]--></p><!--]--><!--]--></div><div class="flex gap-1 justify-start items-stretch flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex justify-center items-center w-4 h-4 text-xs text-wds-dark-200 flex-shrink-0" data-testid><i class="icon-regular-graduation-cap"></i></div><p id class="text-wds-dark-200 text-w-content-small font-normal"><!--[--><!--[--><!--]--><!--]--></p><!--]--><!--]--></div><div class="flex gap-1 justify-start items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex justify-center items-center w-4 h-4 text-xs text-wds-dark-200 flex-shrink-0" data-testid><i class="icon-regular-book"></i></div><!--[--><div aria-describedby="tooltip-v-0-0-4" class="contents"><!--[--><p class="text-w-content-small font-normal text-wds-dark-200 text-clip text-left line-clamp-1 w-auto overflow-none" tooltipposition="top"><!--[--><!--[--><!--[-->others<!--]--><!--]--><!--]--></p><!--]--></div><!----><!--]--><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><div class="flex gap-3 py-4 px-0 justify-start items-stretch flex-col flex-nowrap" style=""><!--[--><!--[--><!----><!----><!--[--><div class="w-full"><!--[--><!--[--><!--[--><button type="button" aria-label="Print / Download" class="bg-wds-magenta-500 hover:bg-wds-magenta-400 active:bg-transparent py-2 px-4 border-transparent rounded-w-admin-xl min-w-20 bg-gradient-to-br from-wds-magenta-500 from-0% to-wds-purple-500 to-100% bg-gradient-to-br hover:from-wds-magenta-400 hover:from-0% hover:to-wds-purple-400 hover:to-100% bg-gradient-to-br active:from-wds-magenta-600 active:from-0% active:to-wds-purple-500 active:to-100% border disabled:my-px bg-clip-padding group min-w-20 rounded-lg flex items-center justify-center focus-visible:outline focus-visible:outline-4 focus-visible:outline-offset-2 shrink-0 focus-visible:outline-ds-lilac-500-40 cursor-pointer w-full" data-testid="print-download-btn" data-track="Print / Download-ukw-button"><!----><div class="visible"><!--[--><!--[--><div class="flex gap-2 justify-center items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex justify-center items-center h-5 text-sm text-wds-light-500 flex-shrink-0" data-testid><i class="far fa-download"></i></div><!----><p id class="text-wds-light-500 none underline-offset-4 select-none text-w-control-base font-semibold text-nowrap" data-testid="button-text"><!--[--><!--[-->Print / Download<!--]--><!--]--></p><!----><!----><!--]--><!--]--></div><!--]--><!--]--></div></button><!--]--><!--]--><!--]--></div><!----><!--]--><!----><!----><!--]--><!--]--></div><div class="flex gap-4 py-4 px-0 justify-start items-stretch flex-col flex-nowrap" style=""><!--[--><!--[--><div class="flex gap-6 p-8 rounded-w-admin-lg justify-start items-stretch w-full flex-col flex-nowrap bg-[#F5F8F8]" style=""><!--[--><!--[--><div class="flex gap-1 justify-start items-stretch flex-col flex-nowrap" style=""><!--[--><!--[--><h2 class="text-w-header-base font-semibold"><!--[-->Grade worksheets with your phone<!--]--></h2><p id class="text-wds-dark-100 text-w-content-base font-normal"><!--[--><!--[-->Auto-grade papers and see what to re-teach<!--]--><!--]--></p><!--]--><!--]--></div><div class="flex gap-4 justify-start items-start flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex justify-start items-stretch flex-grow basis-0 flex-row flex-nowrap" style=""><!--[--><!--[--><div class="rounded-w-admin-md overflow-hidden w-full h-auto flex-shrink-0 relative group" style=""><!--[--><!--[--><!----><!--[--><img style="" src="https://cf.quizizz.com/companion-app/grade_worksheet_1.png" alt="Wayground teacher grading app" class="w-full h-full" data-testid="undefined-image"><!----><!--]--><!----><!--]--><!--]--></div><!--]--><!--]--></div><div class="flex gap-2 justify-start items-center flex-shrink-0 flex-col flex-nowrap" style=""><!--[--><!--[--><div class="bg-wds-light-500 border-2 border-wds-magenta-500 rounded-w-admin-lg p-2"><!--[--><!--[--><div class="rounded-w-admin-sm overflow-hidden w-24 h-24 flex-shrink-0 relative group" style=""><!--[--><!--[--><!----><!--[--><img style="" src="https://cf.quizizz.com/companion-app/wayground_teacher_print.png" alt="Scan to download Wayground app" class="w-full h-full" data-testid="undefined-image"><!----><!--]--><!----><!--]--><!--]--></div><!--]--><!--]--></div><p id class="text-wds-dark-500 text-center whitespace-nowrap text-w-content-small font-semibold"><!--[--><!--[-->Scan to download<!--]--><!--]--></p><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><div class="flex gap-3 pt-4 pr-0 pb-0 pl-0 justify-start items-stretch flex-col flex-nowrap" style=""><!--[--><!--[--><div class="flex gap-2 justify-between items-stretch flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex justify-start items-stretch flex-grow basis-0 flex-row flex-nowrap" style=""><!--[--><!--[--><!--[--><div class="w-full"><!--[--><!--[--><!--[--><button type="button" aria-label="Play as a game" class="bg-wds-light-500 hover:bg-wds-magenta-100 active:bg-wds-magenta-200 py-2 px-4 border-wds-magenta-500 rounded-w-admin-lg min-w-20 border disabled:my-px bg-clip-padding group min-w-20 rounded-lg flex items-center justify-center focus-visible:outline focus-visible:outline-4 focus-visible:outline-offset-2 shrink-0 focus-visible:outline-ds-lilac-500-40 cursor-pointer w-full" data-track="Play as a game-ukw-button"><!----><div class="visible"><!--[--><!--[--><div class="flex gap-1 justify-center items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex justify-center items-center h-4 text-xs text-wds-magenta-600 flex-shrink-0" data-testid><i class="fas fa-sparkles"></i></div><!----><p id class="text-wds-magenta-600 none underline-offset-4 select-none text-w-control-small font-semibold text-nowrap" data-testid="button-text"><!--[--><!--[-->Play as a game<!--]--><!--]--></p><!----><!----><!--]--><!--]--></div><!--]--><!--]--></div></button><!--]--><!--]--><!--]--></div><!----><!--]--><!--]--><!--]--></div><div class="flex justify-start items-stretch flex-grow basis-0 flex-row flex-nowrap" style=""><!--[--><!--[--><!--[--><div class="w-full"><!--[--><!--[--><!--[--><button type="button" aria-label="Share" class="bg-wds-light-500 hover:bg-wds-light-300 active:bg-wds-light-200 py-2 px-4 border-wds-light-100 rounded-w-admin-lg min-w-20 border disabled:my-px bg-clip-padding group min-w-20 rounded-lg flex items-center justify-center focus-visible:outline focus-visible:outline-4 focus-visible:outline-offset-2 shrink-0 focus-visible:outline-ds-lilac-500-40 cursor-pointer w-full" data-track="Share-ukw-button"><!----><div class="visible"><!--[--><!--[--><div class="flex gap-1 justify-center items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex justify-center items-center h-4 text-xs text-wds-dark-500 flex-shrink-0" data-testid><i class="fas fa-share"></i></div><!----><p id class="text-wds-dark-500 none underline-offset-4 select-none text-w-control-small font-semibold text-nowrap" data-testid="button-text"><!--[--><!--[-->Share<!--]--><!--]--></p><!----><!----><!--]--><!--]--></div><!--]--><!--]--></div></button><!--]--><!--]--><!--]--></div><!----><!--]--><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div></aside><!--]--><!--]--></main><!----><!--]--><!--]--></div><!--]--><!--]--></div></div><div class="max-w-320 my-0 mx-auto p-8 print:hidden"><!--[--><!--[--><div class="flex bg-wds-light-500 gap-4 p-8 rounded-w-admin-xl border border-wds-light-200 justify-start items-stretch flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex gap-3 max-w-40 justify-start items-start flex-col flex-nowrap" data-testid="similar-resources-identifier" style=""><!--[--><!--[--><div class="flex min-h-16 min-w-16 max-w-16 rounded-full bg-wds-info-50 justify-center items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex justify-center items-center w-10 h-10 text-3xl text-wds-info-600 flex-shrink-0" data-testid><i class="fas fa-calculator-simple"></i></div><!--]--><!--]--></div><h2 class="text-w-header-base font-semibold"><!--[-->Similar Resources on Wayground<!--]--></h2><button type="button" aria-label="View all" class="bg-transparent hover:bg-wds-dark-500-10 active:bg-wds-dark-500-20 py-2 px-4 border-wds-light-100 rounded-w-admin-lg min-w-20 border disabled:my-px bg-clip-padding group min-w-20 rounded-lg flex items-center justify-center focus-visible:outline focus-visible:outline-4 focus-visible:outline-offset-2 shrink-0 focus-visible:outline-ds-lilac-500-40 cursor-pointer" data-testid="recommendations-see-more-button" data-track="View all-ukw-button"><!----><div class="visible"><!--[--><!--[--><div class="flex gap-1 justify-center items-center flex-row flex-nowrap" style=""><!--[--><!--[--><!----><!----><p id class="text-wds-dark-500 none underline-offset-4 select-none text-w-control-small font-semibold text-nowrap" data-testid="button-text"><!--[--><!--[-->View all<!--]--><!--]--></p><div class="flex justify-center items-center h-4 text-xs text-wds-dark-500 flex-shrink-0" data-testid><i class="fas fa-arrow-right"></i></div><!----><!--]--><!--]--></div><!--]--><!--]--></div></button><!--]--><!--]--></div><div class="overflow-hidden w-auto h-auto flex-grow flex-shrink basis-full relative" style="" data-testid="recommendation-container" data-v-fdf4f615><!--[--><!--[--><div class="h-full relative" data-v-fdf4f615 data-v-8e8bc9d6><!--[--><!--[--><div class="scroll-container w-auto h-full hide-scrollbar" style="height:;max-height:70vh;" data-v-8e8bc9d6><div class="content h-full" data-v-8e8bc9d6><!--[--><!--[--><div class="flex gap-4 justify-start items-stretch flex-row flex-nowrap" style=""><!--[--><!--[--><!--[--><a href="/print/quiz/6936d3565cab9d861134d955" target="_blank" rel="noopener noreferrer" data-testid="activity-recommendation-card-6936d3565cab9d861134d955"><div class="w-60 h-auto" style=""><!--[--><!--[--><div class="flex cursor-pointer bg-wds-light-500 rounded-w-admin-lg border border-wds-light-200 transition-all hover:border-wds-dark-500 overflow-hidden justify-start items-start flex-col flex-nowrap" style=""><!--[--><!--[--><div class="relative box-border w-full h-full bg-wds-light-400 relative"><!--[--><!--[--><div class="overflow-hidden w-auto h-40 flex-shrink-0 relative group" style=""><!--[--><!--[--><!----><img src="https://cf.quizizz.com/image/image-loader.svg" alt="7th Grade Final Review" class="w-full h-full object-cover" data-testid="undefined-image-loading"><!----><!--]--><!--]--></div><div class="top-2 left-2 absolute"><!--[--><!--]--></div><div class="bottom-2 left-2 absolute"><!--[--><div class=""><!--[--><!--[--><div class="bg-wds-light-500 py-1 px-2 border max-w-max border-wds-light-200 rounded-w-admin-md w-auto h-6" data-testid="activity-display-card-stats" style=""><!--[--><!--[--><p id class="text-wds-dark-500 text-w-control-small font-semibold" data-testid="pill-text"><!--[--><!--[--><span class="flex items-center gap-1"><!----><!----> 93 questions <!----></span><!--]--><!--]--></p><!--]--><!--]--></div><!--]--><!--]--></div><!--]--></div><!--]--><!--]--></div><div class="border-t border-wds-light-200 w-60 h-auto" style=""><!--[--><!--[--><div class="flex gap-2 py-4 px-2 justify-start items-stretch w-full flex-col flex-nowrap" style=""><!--[--><!--[--><!--[--><div aria-describedby="tooltip-v-0-0-5" class="contents"><!--[--><p class="text-w-content-base font-semibold text-clip text-left line-clamp-1 w-auto overflow-none" tooltipposition="top"><!--[--><!--[--><!--[-->7th Grade Final Review<!--]--><!--]--><!--]--></p><!--]--></div><!----><!--]--><div class="flex gap-1 justify-start items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex gap-2 justify-start items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="overflow-hidden w-4 h-4 flex-shrink-0 relative group" style=""><!--[--><!--[--><!----><!--[--><img style="" src="https://cf.quizizz.com/image/assessment-icon.svg" alt="quiz" class="w-full h-full" data-testid="activity-type-image"><!----><!--]--><!----><!--]--><!--]--></div><p id class="text-wds-dark-200 text-w-content-small font-normal" data-testid="activity-type-text"><!--[--><!--[-->Worksheet<!--]--><!--]--></p><!--]--><!--]--></div><p id class="text-wds-dark-100 text-w-content-base font-semibold"><!--[--><!--[--> • <!--]--><!--]--></p><p id class="text-wds-dark-200 text-w-content-small font-semibold" data-testid="activity-display-card-grade"><!--[--><!--[-->7th Grade<!--]--><!--]--></p><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div></a><a href="/print/quiz/69401e310340c8820470bc55" target="_blank" rel="noopener noreferrer" data-testid="activity-recommendation-card-69401e310340c8820470bc55"><div class="w-60 h-auto" style=""><!--[--><!--[--><div class="flex cursor-pointer bg-wds-light-500 rounded-w-admin-lg border border-wds-light-200 transition-all hover:border-wds-dark-500 overflow-hidden justify-start items-start flex-col flex-nowrap" style=""><!--[--><!--[--><div class="relative box-border w-full h-full bg-wds-light-400 relative"><!--[--><!--[--><div class="overflow-hidden w-auto h-40 flex-shrink-0 relative group" style=""><!--[--><!--[--><!----><img src="https://cf.quizizz.com/image/image-loader.svg" alt="Sinh 10 CKI" class="w-full h-full object-cover" data-testid="undefined-image-loading"><!----><!--]--><!--]--></div><div class="top-2 left-2 absolute"><!--[--><!--]--></div><div class="bottom-2 left-2 absolute"><!--[--><div class=""><!--[--><!--[--><div class="bg-wds-light-500 py-1 px-2 border max-w-max border-wds-light-200 rounded-w-admin-md w-auto h-6" data-testid="activity-display-card-stats" style=""><!--[--><!--[--><p id class="text-wds-dark-500 text-w-control-small font-semibold" data-testid="pill-text"><!--[--><!--[--><span class="flex items-center gap-1"><!----><!----> 93 questions <!----></span><!--]--><!--]--></p><!--]--><!--]--></div><!--]--><!--]--></div><!--]--></div><!--]--><!--]--></div><div class="border-t border-wds-light-200 w-60 h-auto" style=""><!--[--><!--[--><div class="flex gap-2 py-4 px-2 justify-start items-stretch w-full flex-col flex-nowrap" style=""><!--[--><!--[--><!--[--><div aria-describedby="tooltip-v-0-0-6" class="contents"><!--[--><p class="text-w-content-base font-semibold text-clip text-left line-clamp-1 w-auto overflow-none" tooltipposition="top"><!--[--><!--[--><!--[-->Sinh 10 CKI<!--]--><!--]--><!--]--></p><!--]--></div><!----><!--]--><div class="flex gap-1 justify-start items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex gap-2 justify-start items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="overflow-hidden w-4 h-4 flex-shrink-0 relative group" style=""><!--[--><!--[--><!----><!--[--><img style="" src="https://cf.quizizz.com/image/assessment-icon.svg" alt="quiz" class="w-full h-full" data-testid="activity-type-image"><!----><!--]--><!----><!--]--><!--]--></div><p id class="text-wds-dark-200 text-w-content-small font-normal" data-testid="activity-type-text"><!--[--><!--[-->Worksheet<!--]--><!--]--></p><!--]--><!--]--></div><p id class="text-wds-dark-100 text-w-content-base font-semibold"><!--[--><!--[--> • <!--]--><!--]--></p><p id class="text-wds-dark-200 text-w-content-small font-semibold" data-testid="activity-display-card-grade"><!--[--><!--[-->KG - University<!--]--><!--]--></p><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div></a><a href="/print/quiz/658d25496c467beee9941aa9" target="_blank" rel="noopener noreferrer" data-testid="activity-recommendation-card-658d25496c467beee9941aa9"><div class="w-60 h-auto" style=""><!--[--><!--[--><div class="flex cursor-pointer bg-wds-light-500 rounded-w-admin-lg border border-wds-light-200 transition-all hover:border-wds-dark-500 overflow-hidden justify-start items-start flex-col flex-nowrap" style=""><!--[--><!--[--><div class="relative box-border w-full h-full bg-wds-light-400 relative"><!--[--><!--[--><div class="overflow-hidden w-auto h-40 flex-shrink-0 relative group" style=""><!--[--><!--[--><!----><img src="https://cf.quizizz.com/image/image-loader.svg" alt="English 102" class="w-full h-full object-cover" data-testid="undefined-image-loading"><!----><!--]--><!--]--></div><div class="top-2 left-2 absolute"><!--[--><!--]--></div><div class="bottom-2 left-2 absolute"><!--[--><div class=""><!--[--><!--[--><div class="bg-wds-light-500 py-1 px-2 border max-w-max border-wds-light-200 rounded-w-admin-md w-auto h-6" data-testid="activity-display-card-stats" style=""><!--[--><!--[--><p id class="text-wds-dark-500 text-w-control-small font-semibold" data-testid="pill-text"><!--[--><!--[--><span class="flex items-center gap-1"><!----><!----> 102 questions <!----></span><!--]--><!--]--></p><!--]--><!--]--></div><!--]--><!--]--></div><!--]--></div><!--]--><!--]--></div><div class="border-t border-wds-light-200 w-60 h-auto" style=""><!--[--><!--[--><div class="flex gap-2 py-4 px-2 justify-start items-stretch w-full flex-col flex-nowrap" style=""><!--[--><!--[--><!--[--><div aria-describedby="tooltip-v-0-0-7" class="contents"><!--[--><p class="text-w-content-base font-semibold text-clip text-left line-clamp-1 w-auto overflow-none" tooltipposition="top"><!--[--><!--[--><!--[-->English 102<!--]--><!--]--><!--]--></p><!--]--></div><!----><!--]--><div class="flex gap-1 justify-start items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex gap-2 justify-start items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="overflow-hidden w-4 h-4 flex-shrink-0 relative group" style=""><!--[--><!--[--><!----><!--[--><img style="" src="https://cf.quizizz.com/image/assessment-icon.svg" alt="quiz" class="w-full h-full" data-testid="activity-type-image"><!----><!--]--><!----><!--]--><!--]--></div><p id class="text-wds-dark-200 text-w-content-small font-normal" data-testid="activity-type-text"><!--[--><!--[-->Worksheet<!--]--><!--]--></p><!--]--><!--]--></div><p id class="text-wds-dark-100 text-w-content-base font-semibold"><!--[--><!--[--> • <!--]--><!--]--></p><p id class="text-wds-dark-200 text-w-content-small font-semibold" data-testid="activity-display-card-grade"><!--[--><!--[-->KG - University<!--]--><!--]--></p><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div></a><a href="/print/quiz/684205a697c693c7245afc37" target="_blank" rel="noopener noreferrer" data-testid="activity-recommendation-card-684205a697c693c7245afc37"><div class="w-60 h-auto" style=""><!--[--><!--[--><div class="flex cursor-pointer bg-wds-light-500 rounded-w-admin-lg border border-wds-light-200 transition-all hover:border-wds-dark-500 overflow-hidden justify-start items-start flex-col flex-nowrap" style=""><!--[--><!--[--><div class="relative box-border w-full h-full bg-wds-light-400 relative"><!--[--><!--[--><div class="overflow-hidden w-auto h-40 flex-shrink-0 relative group" style=""><!--[--><!--[--><!----><img src="https://cf.quizizz.com/image/image-loader.svg" alt="regnes de la cultura prohibida" class="w-full h-full object-cover" data-testid="undefined-image-loading"><!----><!--]--><!--]--></div><div class="top-2 left-2 absolute"><!--[--><!--]--></div><div class="bottom-2 left-2 absolute"><!--[--><div class=""><!--[--><!--[--><div class="bg-wds-light-500 py-1 px-2 border max-w-max border-wds-light-200 rounded-w-admin-md w-auto h-6" data-testid="activity-display-card-stats" style=""><!--[--><!--[--><p id class="text-wds-dark-500 text-w-control-small font-semibold" data-testid="pill-text"><!--[--><!--[--><span class="flex items-center gap-1"><!----><!----> 100 questions <!----></span><!--]--><!--]--></p><!--]--><!--]--></div><!--]--><!--]--></div><!--]--></div><!--]--><!--]--></div><div class="border-t border-wds-light-200 w-60 h-auto" style=""><!--[--><!--[--><div class="flex gap-2 py-4 px-2 justify-start items-stretch w-full flex-col flex-nowrap" style=""><!--[--><!--[--><!--[--><div aria-describedby="tooltip-v-0-0-8" class="contents"><!--[--><p class="text-w-content-base font-semibold text-clip text-left line-clamp-1 w-auto overflow-none" tooltipposition="top"><!--[--><!--[--><!--[-->regnes de la cultura prohibida<!--]--><!--]--><!--]--></p><!--]--></div><!----><!--]--><div class="flex gap-1 justify-start items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex gap-2 justify-start items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="overflow-hidden w-4 h-4 flex-shrink-0 relative group" style=""><!--[--><!--[--><!----><!--[--><img style="" src="https://cf.quizizz.com/image/assessment-icon.svg" alt="quiz" class="w-full h-full" data-testid="activity-type-image"><!----><!--]--><!----><!--]--><!--]--></div><p id class="text-wds-dark-200 text-w-content-small font-normal" data-testid="activity-type-text"><!--[--><!--[-->Worksheet<!--]--><!--]--></p><!--]--><!--]--></div><p id class="text-wds-dark-100 text-w-content-base font-semibold"><!--[--><!--[--> • <!--]--><!--]--></p><p id class="text-wds-dark-200 text-w-content-small font-semibold" data-testid="activity-display-card-grade"><!--[--><!--[-->8th Grade - University<!--]--><!--]--></p><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div></a><a href="/print/quiz/693d3774bc16542a60c8335d" target="_blank" rel="noopener noreferrer" data-testid="activity-recommendation-card-693d3774bc16542a60c8335d"><div class="w-60 h-auto" style=""><!--[--><!--[--><div class="flex cursor-pointer bg-wds-light-500 rounded-w-admin-lg border border-wds-light-200 transition-all hover:border-wds-dark-500 overflow-hidden justify-start items-start flex-col flex-nowrap" style=""><!--[--><!--[--><div class="relative box-border w-full h-full bg-wds-light-400 relative"><!--[--><!--[--><div class="overflow-hidden w-auto h-40 flex-shrink-0 relative group" style=""><!--[--><!--[--><!----><img src="https://cf.quizizz.com/image/image-loader.svg" alt="200-300" class="w-full h-full object-cover" data-testid="undefined-image-loading"><!----><!--]--><!--]--></div><div class="top-2 left-2 absolute"><!--[--><!--]--></div><div class="bottom-2 left-2 absolute"><!--[--><div class=""><!--[--><!--[--><div class="bg-wds-light-500 py-1 px-2 border max-w-max border-wds-light-200 rounded-w-admin-md w-auto h-6" data-testid="activity-display-card-stats" style=""><!--[--><!--[--><p id class="text-wds-dark-500 text-w-control-small font-semibold" data-testid="pill-text"><!--[--><!--[--><span class="flex items-center gap-1"><!----><!----> 100 questions <!----></span><!--]--><!--]--></p><!--]--><!--]--></div><!--]--><!--]--></div><!--]--></div><!--]--><!--]--></div><div class="border-t border-wds-light-200 w-60 h-auto" style=""><!--[--><!--[--><div class="flex gap-2 py-4 px-2 justify-start items-stretch w-full flex-col flex-nowrap" style=""><!--[--><!--[--><!--[--><div aria-describedby="tooltip-v-0-0-9" class="contents"><!--[--><p class="text-w-content-base font-semibold text-clip text-left line-clamp-1 w-auto overflow-none" tooltipposition="top"><!--[--><!--[--><!--[-->200-300<!--]--><!--]--><!--]--></p><!--]--></div><!----><!--]--><div class="flex gap-1 justify-start items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex gap-2 justify-start items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="overflow-hidden w-4 h-4 flex-shrink-0 relative group" style=""><!--[--><!--[--><!----><!--[--><img style="" src="https://cf.quizizz.com/image/assessment-icon.svg" alt="quiz" class="w-full h-full" data-testid="activity-type-image"><!----><!--]--><!----><!--]--><!--]--></div><p id class="text-wds-dark-200 text-w-content-small font-normal" data-testid="activity-type-text"><!--[--><!--[-->Worksheet<!--]--><!--]--></p><!--]--><!--]--></div><p id class="text-wds-dark-100 text-w-content-base font-semibold"><!--[--><!--[--> • <!--]--><!--]--></p><p id class="text-wds-dark-200 text-w-content-small font-semibold" data-testid="activity-display-card-grade"><!--[--><!--[-->KG - University<!--]--><!--]--></p><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div></a><a href="/print/quiz/6936fd29082a9a125b6da8d7" target="_blank" rel="noopener noreferrer" data-testid="activity-recommendation-card-6936fd29082a9a125b6da8d7"><div class="w-60 h-auto" style=""><!--[--><!--[--><div class="flex cursor-pointer bg-wds-light-500 rounded-w-admin-lg border border-wds-light-200 transition-all hover:border-wds-dark-500 overflow-hidden justify-start items-start flex-col flex-nowrap" style=""><!--[--><!--[--><div class="relative box-border w-full h-full bg-wds-light-400 relative"><!--[--><!--[--><div class="overflow-hidden w-auto h-40 flex-shrink-0 relative group" style=""><!--[--><!--[--><!----><img src="https://cf.quizizz.com/image/image-loader.svg" alt="Honors Biology Midterm Review2025" class="w-full h-full object-cover" data-testid="undefined-image-loading"><!----><!--]--><!--]--></div><div class="top-2 left-2 absolute"><!--[--><!--]--></div><div class="bottom-2 left-2 absolute"><!--[--><div class=""><!--[--><!--[--><div class="bg-wds-light-500 py-1 px-2 border max-w-max border-wds-light-200 rounded-w-admin-md w-auto h-6" data-testid="activity-display-card-stats" style=""><!--[--><!--[--><p id class="text-wds-dark-500 text-w-control-small font-semibold" data-testid="pill-text"><!--[--><!--[--><span class="flex items-center gap-1"><!----><!----> 100 questions <!----></span><!--]--><!--]--></p><!--]--><!--]--></div><!--]--><!--]--></div><!--]--></div><!--]--><!--]--></div><div class="border-t border-wds-light-200 w-60 h-auto" style=""><!--[--><!--[--><div class="flex gap-2 py-4 px-2 justify-start items-stretch w-full flex-col flex-nowrap" style=""><!--[--><!--[--><!--[--><div aria-describedby="tooltip-v-0-0-10" class="contents"><!--[--><p class="text-w-content-base font-semibold text-clip text-left line-clamp-1 w-auto overflow-none" tooltipposition="top"><!--[--><!--[--><!--[-->Honors Biology Midterm Review2025<!--]--><!--]--><!--]--></p><!--]--></div><!----><!--]--><div class="flex gap-1 justify-start items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex gap-2 justify-start items-center flex-row flex-nowrap" style=""><!--[--><!--[--><div class="overflow-hidden w-4 h-4 flex-shrink-0 relative group" style=""><!--[--><!--[--><!----><!--[--><img style="" src="https://cf.quizizz.com/image/assessment-icon.svg" alt="quiz" class="w-full h-full" data-testid="activity-type-image"><!----><!--]--><!----><!--]--><!--]--></div><p id class="text-wds-dark-200 text-w-content-small font-normal" data-testid="activity-type-text"><!--[--><!--[-->Worksheet<!--]--><!--]--></p><!--]--><!--]--></div><p id class="text-wds-dark-100 text-w-content-base font-semibold"><!--[--><!--[--> • <!--]--><!--]--></p><p id class="text-wds-dark-200 text-w-content-small font-semibold" data-testid="activity-display-card-grade"><!--[--><!--[-->KG - University<!--]--><!--]--></p><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div></a><!--]--><!--]--><!--]--></div><!--]--><!--]--></div></div><div class="left-0 bottom-0 absolute w-full" data-v-8e8bc9d6><!--[--><div class="bg-wds-dark-500-50 border border-wds-light-500-20 rounded-w-admin-lg w-auto h-2 x-thumb relative cursor-grab" style="width:0%;left:0%;opacity:0;" data-v-8e8bc9d6><!--[--><!--]--></div><!--]--></div><!----><!--]--><!--]--></div><!----><div class="right-0 top-0 bottom-0 z-100 absolute gradient-right" data-v-fdf4f615><!--[--><div class="flex p-2 justify-start items-center w-full h-full flex-row flex-nowrap" style="" data-v-fdf4f615><!--[--><!--[--><button type="button" aria-label="chevron-right" class="bg-wds-light-500 hover:bg-wds-light-300 active:bg-wds-light-200 w-8 h-8 border-wds-light-100 border rounded-w-admin-lg border bg-clip-padding relative rounded flex items-center justify-center cursor-pointer focus-visible:outline focus-visible:outline-4 focus-visible:outline-offset-2 focus-visible:outline-ds-lilac-500-40 shrink-0" data-testid="carousel-right-button" data-v-fdf4f615><!----><div class="flex visible justify-center items-center h-full flex-row flex-nowrap" style=""><!--[--><!--[--><div class="flex justify-center items-center w-5 h-5 text-sm text-wds-dark-500 flex-shrink-0" data-testid><i class="fas fa-chevron-right"></i></div><!--]--><!--]--></div><!----></button><!--]--><!--]--></div><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><!--]--><!--]--></div><span></span><!--]--><!--]--><!--]--><div id="overlay-layer-1" class="z-1 absolute top-0 left-0"></div><div id="modal-layer-2" class="z-5 absolute top-0 left-0"></div><div id="modal-overlay-layer-3" class="z-10 absolute top-0 left-0"></div><div id="third-party-layer-4" class="z-20 absolute top-0 left-0"></div><div id="layer-1" class="z-1 absolute top-0 left-0"></div><div id="layer-2" class="z-5 absolute top-0 left-0"></div><div id="layer-3" class="z-10 absolute top-0 left-0"></div><div id="layer-4" class="z-20 absolute top-0 left-0"></div><div id="layer-5" class="z-50 absolute top-0 left-0"></div><!--]--></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="true" id="__NUXT_DATA__">[["ShallowReactive",1],{"data":2,"state":5567,"once":5569,"_errors":5570,"serverRendered":8,"path":5572,"pinia":5573,"country":620,"region":-1},["ShallowReactive",3],{"print-feature-flags":4,"print-quiz-6644bc3d6beadc9272d56c02":602,"print-recommendations-6644bc3d6beadc9272d56c02-false":5500},{"DISCUSSION_BOARD":5,"TABLE_FILL_SUPPORT":7,"acc-page-expired-accommodations":9,"accommodation-preview":10,"accommodations-row":12,"accommodations-short-term-full-access":14,"activation-exp":15,"activation-explore-page":16,"activation-holdout":17,"activation-skip-settings":19,"activation-srp-toggles":20,"activity-status-lessons":21,"adp-standard-tagging":22,"adp-youtube-iv-variants":23,"ai-analyze":25,"ai-byoc-new-extract-flow":26,"ai-byoc-new-generate-flow":27,"ai-create-enhance":28,"ai-enhance-v2":29,"ai-extract-diagrams-using-mistral":30,"ai-extract-from-multiple-images-v2":31,"ai-extract-from-two-pages":32,"ai-extract-images-from-options":33,"ai-launchpad":34,"ai-lessons-supply-interlacing":35,"ai-localisation":36,"ai-localisation-enhance":37,"ai-math-ques-correctness-eval":38,"ai-mistral-auto-snip-in-generate":39,"ai-quiz-generator":40,"ai-std-tag-without-grade":41,"ai-title-generation":42,"ai-workflow-reports":43,"ai-workflows-enhance":44,"allow-local-files-import":45,"app-bundle-diff":46,"app-enable-belajar-id":47,"app-enable-vision-api":48,"app-join-side-create-quiz":49,"app-library-limits":50,"app-new-editor-web-url":51,"app-quizizz-ai":52,"app-search-alternative":53,"app-teacher-powerup":54,"app-theme-tooltip":55,"app-theme-video-animation":56,"app-webview-check":57,"async-bulk-import":58,"async-live-dash-redirect":59,"async-live-new-users":60,"aura-generation":61,"auth-server-availability":62,"auth-service-migration":64,"autocomplete-custom-tile":66,"avatar-shop-v2":67,"avatar-shop-v3":68,"basic-plan-admin-user-admin-controls-activation":69,"belajar-id-sso":70,"blackboard-lti":71,"block_reports":72,"bm25-exp":73,"bncc-test-prep":74,"book-discovery":75,"book-discovery-variations":76,"branding-zap-to-lock":78,"brazil-default-setting":79,"brightspace-lti":80,"bts-fc":81,"bubblesheet-app":82,"byoc-nearpod-slides":83,"ca-listing-page":84,"ca-manual-distribution":85,"ca-settings":86,"ca-subgroups":87,"ca-teacher-distribution":88,"ca-teacher-report":89,"canvas-lti":90,"category-pages":91,"class-photo":92,"classes-listing-ds":93,"classification-question-recommendations":94,"classlink-rostering-enabled":95,"classroom-pulse-liveDash":96,"clever-accommodation-nudge":97,"clever-rostering-enabled":98,"click-view-video":99,"coin-heist":100,"common-assessment":102,"compass-chatbot":103,"consolidation-adp":104,"consolidation-banner":105,"consolidation-card":106,"content-moderation":108,"content-moderation-hosted-activities":109,"content-sharing-nudge-count":110,"continue-onboarding":112,"costume-drop":114,"costume-drop-page":115,"cp-accommodations":116,"creator-quality-score-v2":117,"cross-teacher-recommendations":118,"crosswalk-enabled":119,"csat-accommodations-report-survey":120,"cte-addon-locked":121,"cte-resource-access":122,"delivery-global-control":123,"demo-quiz-banner":125,"diff-nudge-empty-class-notice":127,"differentiated-versions-v2":128,"differentiation-banner-props":129,"differentiation-students-new-pagination-api":132,"disable-external-translation-for-question":133,"disable-notif-modal":134,"discovery-dedup":135,"discuss-demo":136,"dok-options":138,"dr-lms-page-update":139,"dv-v2-assign-flow":140,"edit-game-settings":141,"editor-improvements-1":142,"editor-large-actions-buttons":143,"editor-question-recommendation":144,"editor-revamp":145,"editor-standard-suggestion":146,"edsby-lti":147,"ela-comprehension-browse":148,"ela-vocab-rc-homepage-variants":149,"email-blacklist-rules":150,"enable-ai-standard-tagging-from-prompt":154,"enable-ca-service-migration":155,"enable-ca-teacher-report-pending-eval":157,"enable-game-service-migration":158,"enable-hotspot-msq-partial-eval":178,"enable-monolith-migration-apis":179,"enable-multi-teacher-kudos":181,"enable-new-qt":182,"enable-normal-youtube":184,"enable-v2-aggregates":185,"enable_assessment_mode":186,"engagement-up":187,"english-leveled-resources":188,"exclude-from-library-limits":189,"exclude-from-snd-churn-banner":190,"exp-additional-instruction-study-material":191,"exp-dok-default-prompt-flow":192,"exp-extract-from-content-250-1500":193,"exp-new-create-flow":194,"explore-hqrl":195,"explore-hqrl-curriculum":196,"explore-hqrl-custom-library":197,"explore-hqrl-standards":198,"explore-hqrl-topics":199,"explore-ssr-admin-route":200,"explore-ssr-hqrl-personalization":201,"explore-ssr-hqrl-personalization-topic":202,"explore-ssr-personal-finance-curriculum":203,"explore-ssr-richmond-compass-curriculum":204,"explore-ssr-taiwan-custom-curriculum":205,"explore-v2-enabled":206,"extended-deadline":207,"extension-touchpoints":208,"fc-consolidation":209,"fc_admin_revamp":210,"feat-sso-v2":211,"featured-way-arena-quest":212,"fetch-hostedinvoice-from-subs-service":213,"ffs-admin-flow":214,"ffs-eligible":215,"ffs-new-flow":216,"ffs-school-library":217,"ffs-school-page":218,"ffs-teachers-count":219,"fib-qt-revamp":221,"force-rebranding":222,"freshdesk-web-widget":223,"ftr-best-attempt-shadow-compare":224,"ftr-grade-sync-ux-enh":225,"ftr-grade-sync-ux-enh-be":226,"ftr-rybena-accessibility-toolbar":227,"fuse-yt-channel":228,"game_setting_v3":229,"gbdemo-checkout-layout":230,"gc-addon":232,"generate-conceptual-flashcard-quiz":233,"generate-with-standards":234,"gensearch-district-library-release":235,"google-translate":236,"graphing-v2":237,"group-details-v2":238,"growth-service-async-lead-processing":239,"gtm-preview-server-id":240,"hide-ai-toolkit-section":242,"highlight-students-expired-accommodations":243,"hints-onboarding-modal":244,"hot-text-question-type":245,"hqrl-bundles-enabled":246,"ib-email-verification":247,"import_content_anywhere":248,"individual-referral-school-trial-plan":249,"inferred_grades_experiment":250,"international-test-prep":251,"is-teacher-stuck-on-join":252,"is-worksheet-classifier":253,"iv-adp-versions":254,"iv-banner-on-explore-v2":255,"iv-boclips-create":256,"iv-cards-v2":257,"iv-local-video":258,"iv-milestones":259,"iv-played-boost":260,"iv-quality-version":262,"iv-query-supply":263,"iv-recommendation-adp":264,"iv-search-experiment":265,"iv-search-improvements-v2":267,"iv-yt-channel-supply":268,"kurikulum-indonesia":269,"late-submission":270,"lesson-seeker-bulding-block":271,"lessons-gen-variants":272,"library-limit-for-fcs":273,"library-limits":274,"library-limits-banner":275,"library-limits-braze-notifications":277,"live-chat-config":278,"live-teacher-class":282,"lms-api-deprecation":283,"lms-course-validation-modal":284,"lms-redirect-uri-wayground":285,"lobbyV3":286,"lockdown-browser":287,"lti-common-assessment":288,"lti-migration":289,"lti-migration_V2":291,"manage-teachers-v2":298,"manual-page-navigation":299,"master-peak-shareability":300,"mastery-mode-gs":301,"mastery-on-running":302,"match-question-recommendations":303,"math-leveled-resources":304,"math-skill-search-v2":305,"mcq-qt-layout-revamp":306,"mcq-vertical-layout-join":307,"migrated-connections-page":308,"migrated-my-school":309,"minigames-beta":310,"missed-questions":311,"mmr-reranking":313,"mode-selection":314,"moodle-lti":315,"ms_parity":316,"mta_create":317,"my-library-ds":318,"my-library-v2":319,"my-school-feed":320,"network-recommendations-nudge":321,"new-game-api-mobile-app":322,"new-growth-onboarding":323,"new-iv-creation-flow":324,"new-persona-flow":325,"new-pre-ffs-flow":326,"new-pricing-page":327,"new-quiz-share-modal":328,"new-search-teachers":329,"new-usage-analytics":330,"new-usage-analytics-milestone-2":331,"no-socket-gameplay":332,"ob-math-curriculum":333,"on-before-route-leave":334,"open-ended-ecr":335,"open-ended-eval":336,"org-content-recommend-v2":337,"org-service-monolith-migration-2":338,"org-service-peer-recommendations":339,"paid-org-library-v2":340,"paired-passage":341,"paper-mode-enable-us":342,"paper-mode-enabled-us-v1":343,"paper-mode-roster-migration-get-one":344,"papermode-main-cta":345,"parana-lesson-settings":346,"participant-feedback":347,"passage-in-lesson":348,"pause-lesson":349,"payload-utilization-tracking":350,"player-login":351,"plc-reporting":352,"pqa-admin-paywall":353,"premium-hosting-basic-acc":354,"pricing-page-typeform-fc":355,"pricing-page-typeform-mc":356,"privileges-fe":357,"profile-curriculum-listing":358,"profile-shell-layout":359,"proj-ai-premium-reccos-quiz-page":360,"proj-ai-recommendations":361,"proj-ai-studio":362,"proj-create-ai-file-card":363,"proj-differentiation":365,"proj-differentiation-class-assignment-other":367,"proj-differentiation-full-access":368,"proj-differentiation-levelled-resources":369,"proj-differentiation-variant-algorithm":370,"proj-dv-passages":372,"proj-gtm-super-upsell":373,"proj-pv3-v2":374,"proj-qtypes-gallery":375,"proj-quiz-streaming":376,"proj-super-week":377,"project-ssr-search-server":378,"prompt-report":379,"pulse-visiblity":380,"qbit-animations":381,"qfw-library-empty-state-buttons":382,"qfw-library-v2":383,"qfw-qdp-buttons-layout-new":384,"qfw-rp-entrypoints":385,"qfw-user-limits":386,"qfw-video-qt":387,"query-contenttype-boosting":388,"query-editor-ff":390,"query-expansion":391,"query-features-boosting":392,"query-rewrite-v2":393,"question-img-description":394,"questionsv2-search":395,"quests":396,"quiz-creation-default-visibility-org":398,"quiz-dedup-search":399,"quiz-owner-relation":400,"quiz-page-reco-improved":401,"quiz-service-v3-apis-migration":402,"quizizz-ai-create-ocr-other-formats-version":404,"quizizz-ai-create-ocr-version":406,"quizizz-ai-extract-enhancements":407,"quizizz-ai-extract-enhancements-v2":408,"quizizz-ai-gpt-4-1-models":409,"quizizz-ai-gpt-4-1-models-generate":410,"quizizz-ai-gpt-4-1-models-v2":411,"quizizz-ai-lessons-question-relevance-eval":412,"quizizz-ai-quality-evaluation":413,"quizizz-ai-question-extraction":414,"quizizz-ai-question-relavance-evaluation":415,"quizizz-ai-quota":416,"quizizz-ai-url-generate-using-vision":417,"quizizz-ai-url-socket":418,"quizizz-ai-use-portkey":419,"quizizz-ai-version-for-create":420,"quizizz-ai-version-for-create-app":422,"quizizz-downtime":423,"quizizz-ui-debug":424,"rc-qt-free":425,"rc-qt-snd-only":426,"re-onboarding":427,"reco-iv-lessons":428,"reco-iv-lessons-srp":429,"redirect-upsell-to-pricing":430,"reopen-new":431,"reorder-question-recommendations":432,"reports-evaluation":433,"reports-listing-ds":434,"reports-listing-ds-mobile":435,"resource-hub-admin-controls":436,"review-srp":437,"rewritten-titles-search":438,"right-side-panel":439,"row-lms-parity":440,"row-my-org":441,"row-premium-paywall":442,"school-plan-trial-variants":443,"schoology-lti":444,"schools-upsell-modal-variant":445,"science-leveled-resources":447,"search-country-override":448,"search-create-with-ai-interlacing":449,"search-grade-range-boost-deboost":450,"search-interlacing-v3":451,"search-library-limit":452,"search-minimal-ui":454,"search-rescore-query":455,"search-show-review-queries":456,"search-state-boost":457,"search-tabs-as-column":458,"search-to-hqrl-english":459,"search-v2-enabled":460,"search-v3-apis":461,"search-vm-integration":462,"search-vm-tab":463,"share-flashcard":464,"share-notifications":465,"share-quiz-modal-v2":466,"share-resource-generation-toast":467,"share-with-students-old-user":468,"shared-folder-access":469,"shell-layout-ssr":470,"shell-sidebar":471,"shoe-forge":472,"show-admin-nps":473,"show-ai-literacy":474,"show-browse-standard-in-explore-page":475,"show-co-teaching":476,"show-cte-in-hqrl":477,"show-digital-citizenship":478,"show-editor-question-templates":479,"show-generate-report-button":480,"show-previously-hosted-and-saved-content":481,"show-super-churn-modal":482,"show-usage-stats-for-refer-admin-trial":483,"showindividualplan":484,"skillet-enterprise-login":485,"skillet-join-call-issues":486,"skillet-ss-debug":487,"skillet-user-migrate":488,"skip-ll":489,"skolon-sso":490,"slide-transition":491,"slideaddon-publish-flow":492,"slideaddon_ui_revamp":493,"snd-churn-banner-v2":494,"snd-lead-form-exp":495,"snd-new-form-type":497,"snd-org-picker":499,"sonnet-4-6-generate-prompt":500,"sot-migration-hqrl":501,"srp-activity-duration":502,"standard-search-be":503,"standard-selector-v2":504,"standard-tagging-ai":505,"standard-tagging-ai-new-reports":506,"state-rubric-ai-eval":507,"state-standards":508,"state-test-prep-on-search":509,"std-rag-generation":510,"std-rag-generation-ela":511,"std-rag-generation-science":512,"student-forum-at-summary":513,"student-login-back-door":514,"student-login-nudge":515,"student-signup":516,"student-whiteboard-2":517,"suggest-yt-iv-questions":518,"summer-hype":519,"super-format-mvp":520,"super-pricing-exit-popup":522,"supply-plugging-google-social":523,"supply-plugging-iv":524,"supply-plugging-iv-english":525,"supply-plugging-iv-english-math":526,"supply-plugging-iv-math":527,"supply-plugging-staging":528,"tag-voyage-math":529,"taw25-stats":530,"teacher-insights":535,"teacher-rostering-common-workflow":536,"teacher-sat":537,"team-creation-flow-v2":538,"team-migration":539,"teams-pagination":540,"toddle-lti":541,"tug-of-war":542,"tug-of-war-ai":543,"unified-standards":544,"universal-accommodations":545,"unlock-quiz":546,"updated-teacher-rostering-orgs":548,"usage-based-paywalling":549,"use-ai-polling-over-socket":550,"use-ai-service":551,"use-ai-service-be":552,"use-ai-upload-button-label":553,"use-ai-workflows":554,"use-ai-workflows-youtube":555,"use-bedrock-for-claude":556,"use-create-lead-salesforce-new-api":557,"use-game-socket-cf-url":558,"use-sonnet-4-ff":559,"use-subscription-service-for-products":560,"use-v3-query":561,"user-profile-settings":562,"user-service-migration":563,"uxr-group":564,"uxr-group-2":565,"v3-sentry-logger":566,"vapi-debug-panel":567,"verified-content":568,"video-and-rc-activity":569,"video-avatar-game-setting":570,"vlibras-integration":571,"vm-hook-enabled":572,"vm-standards-in-wg-reports":573,"wayArenaCorrectAnswerEffect":574,"wayground-curriculum-version":575,"wfb-ai-coach-chat-input":577,"wfb-ai-roleplay-self-serve":578,"wfb-iva":579,"wfb-learner-dashboard-v2":580,"wfb-persona-ctx-join":581,"wfb-preCallPrep":582,"wfb-roleplay-coaching":583,"wfb-roleplay-dashboard-default":584,"wfb-rp-create-v2":585,"wfb-rp-dashboard-v3":586,"wfb-visualAid":587,"winning-weekly-rollout":588,"wol-endpoints":590,"wonde-sso":591,"worksheet-assign":592,"worksheet-companion":593,"worksheet-differentiation":594,"year-wise-boost":595,"yt-edu":596,"yt-edu-join-kill-switch":597,"yt-edu-upsell":598,"yt-ratelimit":599,"yt-ss-cap":600,"zeraki-lti":601},{"defaultValue":6},"NOT_ELIGIBLE",{"defaultValue":8},true,{"defaultValue":8},{"defaultValue":11},false,{"defaultValue":13},"DISABLED",{"defaultValue":6},{"defaultValue":11},{"defaultValue":11},{"defaultValue":18},0,{"defaultValue":11},{"defaultValue":11},{"defaultValue":18},{"defaultValue":11},{"defaultValue":24},"ENABLED",{"defaultValue":6},{"defaultValue":24},{"defaultValue":13},{"defaultValue":6},{"defaultValue":24},{"defaultValue":24},{"defaultValue":6},{"defaultValue":6},{"defaultValue":6},{"defaultValue":13},{"defaultValue":24},{"defaultValue":13},{"defaultValue":13},{"defaultValue":13},{"defaultValue":24},{"defaultValue":11},{"defaultValue":6},{"defaultValue":11},{"defaultValue":6},{"defaultValue":6},{"defaultValue":8},{"defaultValue":13},{"defaultValue":13},{"defaultValue":11},{"defaultValue":24},{"defaultValue":24},{"defaultValue":13},{"defaultValue":24},{"defaultValue":13},{"defaultValue":24},{"defaultValue":24},{"defaultValue":24},{"defaultValue":24},{"defaultValue":8},{"defaultValue":24},{"defaultValue":24},{"defaultValue":8},{"defaultValue":63},{"auth-service-logout":11,"check-email-availability":8,"check-phone-availability":8,"check-username-availability":8,"deactivate":8,"refresh-token":8,"reset-password":8,"reset-password-link":8,"send-deactivation-link":8,"set-password":8,"update-password":8,"update-user-info":8,"verify-password-reset":8},{"defaultValue":65},{"apple-sso":8,"classlink-sso":8,"clever-sso":8,"facebook-sso":8,"google-sso":8,"google-sso-redirect":8,"local-login":8,"microsoft-sso":8,"nycdoe-sso":8,"user-register":8,"user-update-api":8,"wonde-sso":8},{"defaultValue":8},{"defaultValue":8},{"defaultValue":8},{"defaultValue":8},{"defaultValue":13},{"defaultValue":24},{"defaultValue":11},{"defaultValue":24},{"defaultValue":6},{"defaultValue":11},{"defaultValue":77},"ENABLE_QUALIFIERS",{"defaultValue":24},{"defaultValue":13},{"defaultValue":24},{"defaultValue":13},{"defaultValue":11},{"defaultValue":13},{"defaultValue":24},{"defaultValue":8},{"defaultValue":24},{"defaultValue":24},{"defaultValue":8},{"defaultValue":11},{"defaultValue":24},{"defaultValue":8},{"defaultValue":13},{"defaultValue":8},{"defaultValue":6},{"defaultValue":8},{"defaultValue":13},{"defaultValue":8},{"defaultValue":8},{"defaultValue":13},{"defaultValue":101},"OFF",{"defaultValue":11},{"defaultValue":8},{"defaultValue":24},{"defaultValue":13},{"defaultValue":107},"new_new",{"defaultValue":11},{"defaultValue":11},{"defaultValue":111},"0",{"defaultValue":113},"NOT_ELLIGIBLE",{"defaultValue":8},{"defaultValue":8},{"defaultValue":13},{"defaultValue":101},{"defaultValue":24},{"defaultValue":13},{"defaultValue":24},{"defaultValue":24},{"defaultValue":6},{"defaultValue":124},"TEST",{"defaultValue":126},"GAME_SUMMARY",{"defaultValue":8},{"defaultValue":11},{"defaultValue":130},{"instructorCount":131,"show":8},20238,{"defaultValue":24},{"defaultValue":8},{"defaultValue":11},{"defaultValue":11},{"defaultValue":137},"DISCUSS",{"defaultValue":6},{"defaultValue":11},{"defaultValue":11},{"defaultValue":13},{"defaultValue":13},{"defaultValue":11},{"defaultValue":6},{"defaultValue":11},{"defaultValue":11},{"defaultValue":11},{"defaultValue":11},{"defaultValue":6},{"defaultValue":151},{"rules":152},[153],"^.*bowvip.*@.*$",{"defaultValue":101},{"defaultValue":156},{"delete-ca":8,"get-sessions":8,"start-assessment":8,"update-ca":11},{"defaultValue":11},{"defaultValue":159},{"activatePowerup":8,"get-answer-explanation":8,"proceedGame":160,"reactionUpdate":8,"reactionUpdateTeacher":8,"rejoinGame":8,"replacePowerups":8},{"gameTypes":161,"questionTypes":167},[162,163,164,165,166],"test","team","live","async","common_assessment",[168,169,170,171,172,173,174,175,176,177],"MCQ","MSQ","OPEN","AUDIO","VIDEO","MATCH","REORDER","EQUATION","GRAPHING","BLANK",{"defaultValue":24},{"defaultValue":180},{"acc-recom-list-students":8,"acc-recom-list-teachers":8,"acc-recom-student-update":8,"acc-recom-teacher-usage":8,"accommodations-recommendations-teacherId":8,"accommodations-recommendations-teacherId-apply":8,"accommodations-recommendations-teacherId-apply-all":8,"challenge-friends":8,"create-game-migration":8,"delete-games":8,"edit-homework":8,"edit-lesson":8,"end-game":8,"reopen-game":8,"reschedule-game":8,"resume-lesson":8,"start-game":8},{"defaultValue":24},{"defaultValue":183},{"match-table-grid-question-type":8},{"defaultValue":8},{"defaultValue":11},{"defaultValue":8},{"defaultValue":11},{"defaultValue":8},{"defaultValue":11},{"defaultValue":11},{"defaultValue":13},{"defaultValue":24},{"defaultValue":6},{"defaultValue":24},{"defaultValue":6},{"defaultValue":24},{"defaultValue":13},{"defaultValue":24},{"defaultValue":24},{"defaultValue":24},{"defaultValue":11},{"defaultValue":6},{"defaultValue":13},{"defaultValue":6},{"defaultValue":13},{"defaultValue":8},{"defaultValue":8},{"defaultValue":8},{"defaultValue":24},{"defaultValue":13},{"defaultValue":11},{"defaultValue":8},{"defaultValue":8},{"defaultValue":13},{"defaultValue":13},{"defaultValue":24},{"defaultValue":13},{"defaultValue":13},{"defaultValue":220},5,{"defaultValue":24},{"defaultValue":8},{"defaultValue":24},{"defaultValue":8},{"defaultValue":8},{"defaultValue":8},{"defaultValue":11},{"defaultValue":11},{"defaultValue":13},{"defaultValue":231},"dev-compact",{"defaultValue":13},{"defaultValue":13},{"defaultValue":24},{"defaultValue":8},{"defaultValue":13},{"defaultValue":11},{"defaultValue":8},{"defaultValue":8},{"defaultValue":241},"",{"defaultValue":6},{"defaultValue":8},{"defaultValue":24},{"defaultValue":8},{"defaultValue":24},{"defaultValue":13},{"defaultValue":13},{"defaultValue":13},{"defaultValue":24},{"defaultValue":8},{"defaultValue":6},{"defaultValue":6},{"defaultValue":24},{"defaultValue":18},{"defaultValue":8},{"defaultValue":8},{"defaultValue":8},{"defaultValue":18},{"defaultValue":261},2,{"defaultValue":11},{"defaultValue":6},{"defaultValue":11},{"defaultValue":266},3,{"defaultValue":6},{"defaultValue":6},{"defaultValue":6},{"defaultValue":8},{"defaultValue":18},{"defaultValue":101},{"defaultValue":11},{"defaultValue":8},{"defaultValue":276},"WITH_BANNER",{"defaultValue":8},{"defaultValue":279},{"allowedPages":280,"enabled":11},[281],"super-pricing",{"defaultValue":24},{"defaultValue":8},{"defaultValue":8},{"defaultValue":11},{"defaultValue":8},{"defaultValue":24},{"defaultValue":11},{"defaultValue":290},{"alm":11,"blackboard":8,"brightspace":8,"canvas":8,"moodle":11,"schoology":8,"toddle":8},{"defaultValue":292},{"callback":293,"deepLink":294,"getLtiContext":295,"initiate":296,"resumeContext":297},{"alm":8,"blackboard":8,"brightspace":8,"canvas":8,"moodle":8,"schoology":8,"toddle":8},{"alm":8,"blackboard":8,"brightspace":8,"canvas":8,"moodle":8,"schoology":8,"toddle":8},{"alm":8,"blackboard":8,"brightspace":8,"canvas":8,"moodle":8,"schoology":8,"toddle":8},{"alm":8,"blackboard":8,"brightspace":8,"canvas":8,"moodle":8,"schoology":8,"toddle":8},{"alm":8,"blackboard":8,"brightspace":8,"canvas":8,"moodle":8,"schoology":8,"toddle":8},{"defaultValue":11},{"defaultValue":11},{"defaultValue":24},{"defaultValue":11},{"defaultValue":11},{"defaultValue":6},{"defaultValue":8},{"defaultValue":18},{"defaultValue":24},{"defaultValue":24},{"defaultValue":6},{"defaultValue":24},{"defaultValue":11},{"defaultValue":312},"ALL",{"defaultValue":24},{"defaultValue":13},{"defaultValue":8},{"defaultValue":13},{"defaultValue":8},{"defaultValue":8},{"defaultValue":8},{"defaultValue":24},{"defaultValue":6},{"defaultValue":101},{"defaultValue":24},{"defaultValue":8},{"defaultValue":24},{"defaultValue":8},{"defaultValue":24},{"defaultValue":13},{"defaultValue":8},{"defaultValue":8},{"defaultValue":8},{"defaultValue":11},{"defaultValue":6},{"defaultValue":8},{"defaultValue":8},{"defaultValue":24},{"defaultValue":11},{"defaultValue":8},{"defaultValue":11},{"defaultValue":8},{"defaultValue":24},{"defaultValue":24},{"defaultValue":8},{"defaultValue":8},{"defaultValue":11},{"defaultValue":11},{"defaultValue":13},{"defaultValue":8},{"defaultValue":24},{"defaultValue":11},{"defaultValue":13},{"defaultValue":8},{"defaultValue":6},{"defaultValue":8},{"defaultValue":13},{"defaultValue":13},{"defaultValue":8},{"defaultValue":11},{"defaultValue":6},{"defaultValue":13},{"defaultValue":6},{"defaultValue":8},{"defaultValue":364},"INELIGIBLE",{"defaultValue":366},"2",{"defaultValue":11},{"defaultValue":13},{"defaultValue":8},{"defaultValue":371},"difficulty-prompt",{"defaultValue":8},{"defaultValue":11},{"defaultValue":11},{"defaultValue":24},{"defaultValue":24},{"defaultValue":11},{"defaultValue":6},{"defaultValue":11},{"defaultValue":13},{"defaultValue":11},{"defaultValue":11},{"defaultValue":8},{"defaultValue":11},{"defaultValue":11},{"defaultValue":11},{"defaultValue":11},{"defaultValue":389},1,{"defaultValue":8},{"defaultValue":18},{"defaultValue":389},{"defaultValue":24},{"defaultValue":6},{"defaultValue":18},{"defaultValue":397},{"mqp-trigger":11,"student-mqp":8,"student-quest":8,"teacher-reporting":8},{"defaultValue":11},{"defaultValue":18},{"defaultValue":8},{"defaultValue":8},{"defaultValue":403},{"create":8,"create-questions":8,"create-quiz":8,"delete":8,"rc-child-create":8,"rc-child-delete":8,"rc-child-update":8,"update":8},{"defaultValue":405},"v2",{"defaultValue":405},{"defaultValue":13},{"defaultValue":13},{"defaultValue":13},{"defaultValue":24},{"defaultValue":13},{"defaultValue":13},{"defaultValue":13},{"defaultValue":13},{"defaultValue":24},{"defaultValue":18},{"defaultValue":6},{"defaultValue":13},{"defaultValue":8},{"defaultValue":421},"v1",{"defaultValue":13},{"defaultValue":11},{"defaultValue":11},{"defaultValue":8},{"defaultValue":24},{"defaultValue":24},{"defaultValue":11},{"defaultValue":8},{"defaultValue":13},{"defaultValue":8},{"defaultValue":6},{"defaultValue":8},{"defaultValue":8},{"defaultValue":8},{"defaultValue":8},{"defaultValue":13},{"defaultValue":18},{"defaultValue":6},{"defaultValue":24},{"defaultValue":6},{"defaultValue":11},{"defaultValue":6},{"defaultValue":8},{"defaultValue":446},"CONTROLLED",{"defaultValue":8},{"defaultValue":241},{"defaultValue":18},{"defaultValue":18},{"defaultValue":11},{"defaultValue":453},"APPLICABLE",{"defaultValue":11},{"defaultValue":261},{"defaultValue":13},{"defaultValue":11},{"defaultValue":6},{"defaultValue":24},{"defaultValue":8},{"defaultValue":11},{"defaultValue":13},{"defaultValue":24},{"defaultValue":13},{"defaultValue":13},{"defaultValue":8},{"defaultValue":6},{"defaultValue":11},{"defaultValue":24},{"defaultValue":24},{"defaultValue":24},{"defaultValue":11},{"defaultValue":13},{"defaultValue":24},{"defaultValue":8},{"defaultValue":24},{"defaultValue":24},{"defaultValue":24},{"defaultValue":8},{"defaultValue":11},{"defaultValue":24},{"defaultValue":11},{"defaultValue":8},{"defaultValue":8},{"defaultValue":8},{"defaultValue":11},{"defaultValue":11},{"defaultValue":11},{"defaultValue":13},{"defaultValue":11},{"defaultValue":24},{"defaultValue":8},{"defaultValue":8},{"defaultValue":6},{"defaultValue":496},"TYPEFORM",{"defaultValue":498},"V3",{"defaultValue":8},{"defaultValue":24},{"defaultValue":11},{"defaultValue":8},{"defaultValue":8},{"defaultValue":8},{"defaultValue":11},{"defaultValue":11},{"defaultValue":24},{"defaultValue":24},{"defaultValue":8},{"defaultValue":6},{"defaultValue":6},{"defaultValue":6},{"defaultValue":8},{"defaultValue":24},{"defaultValue":13},{"defaultValue":24},{"defaultValue":8},{"defaultValue":11},{"defaultValue":11},{"defaultValue":521},"MULTIPLE",{"defaultValue":8},{"defaultValue":13},{"defaultValue":389},{"defaultValue":389},{"defaultValue":13},{"defaultValue":18},{"defaultValue":18},{"defaultValue":6},{"defaultValue":531},{"INITIAL_KUDOS_SENT":532,"INITIAL_TEACHERS_PARTICIPATED":533,"MAX_TARGET_NOTES":534},1413,740,10000,{"defaultValue":24},{"defaultValue":8},{"defaultValue":101},{"defaultValue":8},{"defaultValue":24},{"defaultValue":8},{"defaultValue":8},{"defaultValue":101},{"defaultValue":11},{"defaultValue":101},{"defaultValue":8},{"defaultValue":547},"DISABLE",{"defaultValue":11},{"defaultValue":8},{"defaultValue":6},{"defaultValue":13},{"defaultValue":8},{"defaultValue":6},{"defaultValue":24},{"defaultValue":24},{"defaultValue":8},{"defaultValue":8},{"defaultValue":11},{"defaultValue":11},{"defaultValue":24},{"defaultValue":8},{"defaultValue":8},{"defaultValue":8},{"defaultValue":11},{"defaultValue":11},{"defaultValue":8},{"defaultValue":11},{"defaultValue":13},{"defaultValue":24},{"defaultValue":8},{"defaultValue":13},{"defaultValue":24},{"defaultValue":11},{"defaultValue":8},{"defaultValue":576},"default_bundles",{"defaultValue":8},{"defaultValue":11},{"defaultValue":11},{"defaultValue":8},{"defaultValue":11},{"defaultValue":11},{"defaultValue":11},{"defaultValue":11},{"defaultValue":11},{"defaultValue":8},{"defaultValue":11},{"defaultValue":589},{"anti-cheating-v2":24,"async-live-dashboard":24,"gs-v3":24,"mode-selection":24,"sp-tp":24},{"defaultValue":13},{"defaultValue":11},{"defaultValue":11},{"defaultValue":8},{"defaultValue":11},{"defaultValue":13},{"defaultValue":11},{"defaultValue":8},{"defaultValue":8},{"defaultValue":11},{"defaultValue":6},{"defaultValue":11},{"success":8,"message":603,"data":604,"time":5496,"meta":5497},"Ok",{"quiz":605,"draft":611},{"isTagged":11,"isLoved":11,"tagIds":606,"stats":607,"love":18,"cloned":11,"parentDetail":611,"deleted":11,"archived":11,"lifetimeAccess":11,"draftVersion":611,"publishedVersion":612,"isShared":11,"type":613,"hidden":11,"_id":614,"createdBy":615,"info":630,"createdAt":5493,"updated":5495,"premiumUse":24,"shouldIndex":8,"hasDraftVersion":11,"hasPublishedVersion":8,"gameChangerBadge":611,"lock":611,"isPremium":11},[],{"played":389,"totalPlayers":608,"totalCorrect":609,"totalQuestions":610},20,626,1088,null,"6644bc3d6beadc34b5d56c03","quiz","6644bc3d6beadc9272d56c02",{"_id":616,"firstName":617,"lastName":618,"occupation":619,"country":620,"preferences":621,"grades":623,"subject_tags":628,"media":629},"637b86284a422e001d9f258c","Jacob","Davis","teacher","US",{"lang":622},"en",[624,625,626,627],9,10,11,12,[241],"https://lh3.googleusercontent.com/a/ACg8ocLXmOiOHPHRN5y9PNP7SDli2IjoTmo7UXB_LPkKq-ZPsDpq5g=s96-c",{"lang":631,"aiGenerated":11,"qm":632,"questionGroups":731,"visibility":8,"subjects":732,"topics":734,"subtopics":735,"grade":736,"gradeLevel":611,"deleted":11,"pref":737,"traits":738,"standardIds":739,"__v":740,"meta":741,"_id":612,"name":744,"aiCreateMeta":745,"questions":758,"questionDrafts":5492,"standards":611,"courses":611,"createdAt":5493,"updated":5494,"isProfane":11,"whitelisted":8,"slug":744},"English",{"6644bc3ef8fd59033546c7b7":633,"6644bc3ef8fd59036f46c7e1":635,"6644bc3ef8fd590c1346c7b0":636,"6644bc3ef8fd590e2346c7e3":637,"6644bc3ef8fd5910f746c7cb":638,"6644bc3ef8fd59113c46c7f1":639,"6644bc3ef8fd59129f46c7f8":640,"6644bc3ef8fd5912d846c7ca":641,"6644bc3ef8fd59131146c7f4":642,"6644bc3ef8fd5913c246c7ac":643,"6644bc3ef8fd59209046c7b8":644,"6644bc3ef8fd5920e146c7cc":645,"6644bc3ef8fd5924b946c7ee":646,"6644bc3ef8fd59283c46c7ce":647,"6644bc3ef8fd592a0a46c7c0":648,"6644bc3ef8fd592cbc46c7fb":649,"6644bc3ef8fd592d3f46c7d4":650,"6644bc3ef8fd59304946c7c5":651,"6644bc3ef8fd59319b46c7ef":652,"6644bc3ef8fd5933eb46c7bd":653,"6644bc3ef8fd59370446c7e5":654,"6644bc3ef8fd593c9046c7be":655,"6644bc3ef8fd593ced46c7c1":656,"6644bc3ef8fd593d9746c7a4":657,"6644bc3ef8fd593ea546c7ba":658,"6644bc3ef8fd593f0946c7d3":659,"6644bc3ef8fd59419646c7ea":660,"6644bc3ef8fd5943e246c7f0":661,"6644bc3ef8fd59443f46c7ad":662,"6644bc3ef8fd5947ba46c7f5":663,"6644bc3ef8fd59483546c7e7":664,"6644bc3ef8fd59490e46c7dc":665,"6644bc3ef8fd594ada46c7c2":666,"6644bc3ef8fd594c9f46c79e":667,"6644bc3ef8fd594cd546c7b6":668,"6644bc3ef8fd594dad46c7d8":669,"6644bc3ef8fd594f4446c7f6":670,"6644bc3ef8fd59523b46c7bb":671,"6644bc3ef8fd5954e346c7a9":672,"6644bc3ef8fd5956e946c7fd":673,"6644bc3ef8fd5957e546c7aa":674,"6644bc3ef8fd5957f546c7a8":675,"6644bc3ef8fd59582746c7ec":676,"6644bc3ef8fd5960da46c7b4":677,"6644bc3ef8fd5965c946c7c7":678,"6644bc3ef8fd5965ca46c7bf":679,"6644bc3ef8fd59661f46c7af":680,"6644bc3ef8fd59678246c7f9":681,"6644bc3ef8fd596b0346c7a7":682,"6644bc3ef8fd596b9146c7ed":683,"6644bc3ef8fd596dbc46c7c3":684,"6644bc3ef8fd596e0646c7ab":685,"6644bc3ef8fd596f8946c7b2":686,"6644bc3ef8fd596ff346c7da":687,"6644bc3ef8fd59700e46c7f7":688,"6644bc3ef8fd59752946c7de":689,"6644bc3ef8fd59780146c79f":690,"6644bc3ef8fd5978f346c7fc":691,"6644bc3ef8fd597a9146c7cd":692,"6644bc3ef8fd597ba046c7e6":693,"6644bc3ef8fd597d9d46c7b5":694,"6644bc3ef8fd59811a46c7d5":695,"6644bc3ef8fd5981fa46c7a5":696,"6644bc3ef8fd59854046c7cf":697,"6644bc3ef8fd59893546c7bc":698,"6644bc3ef8fd598cdc46c7d1":699,"6644bc3ef8fd598e0346c7eb":700,"6644bc3ef8fd598e8a46c7d6":701,"6644bc3ef8fd598f4446c7c8":702,"6644bc3ef8fd598f9746c7d7":703,"6644bc3ef8fd59911e46c79d":704,"6644bc3ef8fd59949a46c7f2":705,"6644bc3ef8fd59949d46c7f3":706,"6644bc3ef8fd5998f646c7e9":707,"6644bc3ef8fd599f3846c7b9":708,"6644bc3ef8fd59a1ae46c7df":709,"6644bc3ef8fd59a47646c7b1":710,"6644bc3ef8fd59a88e46c7d0":711,"6644bc3ef8fd59a9a846c7c4":712,"6644bc3ef8fd59ac7e46c7c9":713,"6644bc3ef8fd59b01146c7b3":714,"6644bc3ef8fd59b7fc46c7c6":715,"6644bc3ef8fd59be3346c7dd":716,"6644bc3ef8fd59be6246c7db":717,"6644bc3ef8fd59cdf246c7a2":718,"6644bc3ef8fd59ce3046c7e4":719,"6644bc3ef8fd59ce5e46c7a0":720,"6644bc3ef8fd59cec446c7d9":721,"6644bc3ef8fd59d36246c7e2":722,"6644bc3ef8fd59d75a46c7a6":723,"6644bc3ef8fd59d8c846c7d2":724,"6644bc3ef8fd59e45346c7fa":725,"6644bc3ef8fd59e51546c7e0":726,"6644bc3ef8fd59ee1f46c7ae":727,"6644bc3ef8fd59f8a446c7a3":728,"6644bc3ef8fd59fb4746c7a1":729,"6644bc3ef8fd59fe3f46c7e8":730},{"time":634},30000,{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},{"time":634},[],[733],"others",[],[],[],{"time":611},{"isQuizWithoutCorrectAnswer":11,"totalSlides":18,"totalComprehensionQuestions":18,"nonAnswerableQuestions":18},[],7,{"slot":742,"experiment":743},21,"main_main"," Fundamentals of Web Design Final Exam",{"sample":746,"sampled":8},{"taggedTopic":747,"taggedSubtopics":748},"Fundamentals of Web Design Final Exam",[749,750,751,752,753,754,755,756,757],"Embedded CSS","Specificity in Web Design","Types of CSS","CSS Units","Changing background color in CSS","Understanding HTML tags","Internal style sheets in HTML","HTML Tags and Elements","Purpose of the \u003Ctitle> tag in HTML",[759,821,871,925,976,1027,1077,1128,1179,1231,1281,1331,1382,1433,1485,1535,1586,1636,1689,1738,1788,1838,1889,1940,1992,2040,2089,2138,2187,2236,2283,2332,2381,2429,2477,2525,2573,2621,2668,2716,2764,2809,2857,2905,2953,3001,3049,3098,3143,3189,3237,3285,3334,3382,3431,3479,3528,3577,3625,3673,3721,3769,3817,3865,3913,3961,4009,4057,4105,4153,4201,4248,4296,4344,4392,4440,4488,4536,4584,4632,4680,4728,4776,4824,4872,4920,4968,5016,5064,5112,5160,5208,5252,5301,5349,5397,5445],{"structure":760,"standards":810,"topics":811,"isSuperParent":11,"standardIds":812,"unifiedStandardIds":813,"aiGenerated":11,"__v":266,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":814,"time":634,"published":8,"aiCreateMeta":815,"type":168,"createdAt":819,"updated":820},{"settings":761,"hasMath":11,"query":763,"options":770,"explain":795,"hints":799,"kind":168,"theme":800,"marks":809,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},"string",{"type":764,"hasMath":11,"math":765,"answerTime":767,"text":768,"media":769},"text",{"latex":766,"template":611},[],-1,"Q: Which of the following is an HTML tag that is used to bold text?",[],[771,777,783,789],{"type":764,"hasMath":11,"math":772,"answerTime":18,"id":774,"text":775,"media":776,"_id":774},{"latex":773,"template":611},[],"6644bc3d88b05970834253cf","A) \u003Cb>",[],{"type":764,"hasMath":11,"math":778,"answerTime":18,"id":780,"text":781,"media":782,"_id":780},{"latex":779,"template":611},[],"6644bc3d88b05970834253d0","B) \u003Ci>",[],{"type":764,"hasMath":11,"math":784,"answerTime":18,"id":786,"text":787,"media":788,"_id":786},{"latex":785,"template":611},[],"6644bc3d88b05970834253d1","C) \u003Cp>",[],{"type":764,"hasMath":11,"math":790,"answerTime":18,"id":792,"text":793,"media":794,"_id":792},{"latex":791,"template":611},[],"6644bc3d88b05970834253d2","D) \u003Cbr>",[],{"type":241,"text":241,"media":796,"hasMath":11,"math":797,"answerTime":18},[],{"template":611,"latex":798},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":802,"background":804,"shape":806},"Quicksand",{"text":803},"#5D2057",{"color":805,"image":241,"video":241},"#FFFFFF",{"largeShapeColor":807,"smallShapeColor":808},"#F2F2F2","#9A4292",{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59911e46c79d",{"taggedTopic":816,"taggedSubtopics":817,"questionLanguage":631},"Web Design",[818],"HTML Tags","2024-05-15T13:44:30.441Z","2024-11-28T06:59:41.088Z",{"structure":822,"standards":863,"topics":864,"isSuperParent":11,"standardIds":865,"unifiedStandardIds":866,"aiGenerated":11,"__v":266,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":867,"time":634,"published":8,"aiCreateMeta":868,"type":168,"createdAt":819,"updated":870},{"settings":823,"hasMath":11,"query":824,"options":829,"explain":853,"hints":857,"kind":168,"theme":858,"marks":862,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":825,"answerTime":767,"text":827,"media":828},{"latex":826,"template":611},[],"Q: Which of the following HTML tag is used to italicize text?",[],[830,835,841,847],{"type":764,"hasMath":11,"math":831,"answerTime":18,"id":833,"text":775,"media":834,"_id":833},{"latex":832,"template":611},[],"6644bc3d88b05970834253e6",[],{"type":764,"hasMath":11,"math":836,"answerTime":18,"id":838,"text":839,"media":840,"_id":838},{"latex":837,"template":611},[],"6644bc3d88b05970834253e7","B) \u003Cstrong>",[],{"type":764,"hasMath":11,"math":842,"answerTime":18,"id":844,"text":845,"media":846,"_id":844},{"latex":843,"template":611},[],"6644bc3d88b05970834253e8","C) \u003Ci>",[],{"type":764,"hasMath":11,"math":848,"answerTime":18,"id":850,"text":851,"media":852,"_id":850},{"latex":849,"template":611},[],"6644bc3d88b05970834253e9","D) \u003Cp>",[],{"type":241,"text":241,"media":854,"hasMath":11,"math":855,"answerTime":18},[],{"template":611,"latex":856},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":859,"background":860,"shape":861},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd594c9f46c79e",{"taggedTopic":816,"taggedSubtopics":869,"questionLanguage":631},[818],"2024-11-22T12:29:45.664Z",{"structure":872,"standards":914,"topics":915,"isSuperParent":11,"standardIds":916,"unifiedStandardIds":917,"aiGenerated":11,"__v":918,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":919,"time":634,"published":8,"aiCreateMeta":920,"type":168,"createdAt":819,"updated":924},{"settings":873,"hasMath":11,"query":874,"options":879,"explain":904,"hints":908,"kind":168,"theme":909,"marks":913,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":875,"answerTime":767,"text":877,"media":878},{"latex":876,"template":611},[],"Q: What does HTML stand for?",[],[880,886,892,898],{"type":764,"hasMath":11,"math":881,"answerTime":18,"id":883,"text":884,"media":885,"_id":883},{"latex":882,"template":611},[],"6644bc3d88b05970834253fd","A) Hyperlinks and Text Markup Language",[],{"type":764,"hasMath":11,"math":887,"answerTime":18,"id":889,"text":890,"media":891,"_id":889},{"latex":888,"template":611},[],"6644bc3d88b05970834253fe","B) Home Tool Markup Language",[],{"type":764,"hasMath":11,"math":893,"answerTime":18,"id":895,"text":896,"media":897,"_id":895},{"latex":894,"template":611},[],"6644bc3d88b05970834253ff","C) Hyper Text Markup Language",[],{"type":764,"hasMath":11,"math":899,"answerTime":18,"id":901,"text":902,"media":903,"_id":901},{"latex":900,"template":611},[],"6644bc3d88b0597083425400","D) Hyper Tool Markup Language",[],{"type":241,"text":241,"media":905,"hasMath":11,"math":906,"answerTime":18},[],{"template":611,"latex":907},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":910,"background":911,"shape":912},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],6,"6644bc3ef8fd59780146c79f",{"taggedTopic":816,"taggedSubtopics":921,"questionLanguage":923},[922],"HTML basics","Korean","2025-05-21T15:16:15.437Z",{"structure":926,"standards":968,"topics":969,"isSuperParent":11,"standardIds":970,"unifiedStandardIds":971,"aiGenerated":11,"__v":220,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":972,"time":634,"published":8,"aiCreateMeta":973,"type":168,"createdAt":819,"updated":975},{"settings":927,"hasMath":11,"query":928,"options":933,"explain":958,"hints":962,"kind":168,"theme":963,"marks":967,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":929,"answerTime":767,"text":931,"media":932},{"latex":930,"template":611},[],"Q) What is the main purpose of the \u003Cspan> tag>",[],[934,940,946,952],{"type":764,"hasMath":11,"math":935,"answerTime":18,"id":937,"text":938,"media":939,"_id":937},{"latex":936,"template":611},[],"6644bc3d88b0597083425414","A) To create a division amongst sections of a webpage",[],{"type":764,"hasMath":11,"math":941,"answerTime":18,"id":943,"text":944,"media":945,"_id":943},{"latex":942,"template":611},[],"6644bc3d88b0597083425415","B) To separate out small pieces of text to be styled",[],{"type":764,"hasMath":11,"math":947,"answerTime":18,"id":949,"text":950,"media":951,"_id":949},{"latex":948,"template":611},[],"6644bc3d88b0597083425416","C) To apply stylings spanning across multiple webpages",[],{"type":764,"hasMath":11,"math":953,"answerTime":18,"id":955,"text":956,"media":957,"_id":955},{"latex":954,"template":611},[],"6644bc3d88b0597083425417","D) Applying a horizontal line across the page",[],{"type":241,"text":241,"media":959,"hasMath":11,"math":960,"answerTime":18},[],{"template":611,"latex":961},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":964,"background":965,"shape":966},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59ce5e46c7a0",{"taggedTopic":816,"taggedSubtopics":974,"questionLanguage":631},[756],"2025-05-21T12:21:12.074Z",{"structure":977,"standards":1019,"topics":1020,"isSuperParent":11,"standardIds":1021,"unifiedStandardIds":1022,"aiGenerated":11,"__v":266,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1023,"time":634,"published":8,"aiCreateMeta":1024,"type":168,"createdAt":819,"updated":1026},{"settings":978,"hasMath":11,"query":979,"options":984,"explain":1009,"hints":1013,"kind":168,"theme":1014,"marks":1018,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":980,"answerTime":767,"text":982,"media":983},{"latex":981,"template":611},[],"Q: Which HTML tag is used to insert a line break?",[],[985,991,997,1003],{"type":764,"hasMath":11,"math":986,"answerTime":18,"id":988,"text":989,"media":990,"_id":988},{"latex":987,"template":611},[],"6644bc3d88b059708342542b","A) \u003Cbr>",[],{"type":764,"hasMath":11,"math":992,"answerTime":18,"id":994,"text":995,"media":996,"_id":994},{"latex":993,"template":611},[],"6644bc3d88b059708342542c","B) \u003Clb>",[],{"type":764,"hasMath":11,"math":998,"answerTime":18,"id":1000,"text":1001,"media":1002,"_id":1000},{"latex":999,"template":611},[],"6644bc3d88b059708342542d","C) \u003Cbreak>",[],{"type":764,"hasMath":11,"math":1004,"answerTime":18,"id":1006,"text":1007,"media":1008,"_id":1006},{"latex":1005,"template":611},[],"6644bc3d88b059708342542e","D) \u003Cline>",[],{"type":241,"text":241,"media":1010,"hasMath":11,"math":1011,"answerTime":18},[],{"template":611,"latex":1012},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1015,"background":1016,"shape":1017},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59fb4746c7a1",{"taggedTopic":747,"taggedSubtopics":1025,"questionLanguage":631},[756],"2024-11-28T06:59:41.116Z",{"structure":1028,"standards":1070,"topics":1071,"isSuperParent":11,"standardIds":1072,"unifiedStandardIds":1073,"aiGenerated":11,"__v":918,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1074,"time":634,"published":8,"aiCreateMeta":1075,"type":168,"createdAt":819,"updated":924},{"settings":1029,"hasMath":11,"query":1030,"options":1035,"explain":1060,"hints":1064,"kind":168,"theme":1065,"marks":1069,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1031,"answerTime":767,"text":1033,"media":1034},{"latex":1032,"template":611},[],"Q: Which property is used to change the background color in CSS?",[],[1036,1042,1048,1054],{"type":764,"hasMath":11,"math":1037,"answerTime":18,"id":1039,"text":1040,"media":1041,"_id":1039},{"latex":1038,"template":611},[],"6644bc3d88b0597083425442","A) color",[],{"type":764,"hasMath":11,"math":1043,"answerTime":18,"id":1045,"text":1046,"media":1047,"_id":1045},{"latex":1044,"template":611},[],"6644bc3d88b0597083425443","B) background-color",[],{"type":764,"hasMath":11,"math":1049,"answerTime":18,"id":1051,"text":1052,"media":1053,"_id":1051},{"latex":1050,"template":611},[],"6644bc3d88b0597083425444","C) bgcolor",[],{"type":764,"hasMath":11,"math":1055,"answerTime":18,"id":1057,"text":1058,"media":1059,"_id":1057},{"latex":1056,"template":611},[],"6644bc3d88b0597083425445","D) background",[],{"type":241,"text":241,"media":1061,"hasMath":11,"math":1062,"answerTime":18},[],{"template":611,"latex":1063},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1066,"background":1067,"shape":1068},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59cdf246c7a2",{"taggedTopic":747,"taggedSubtopics":1076,"questionLanguage":631},[753],{"structure":1078,"standards":1120,"topics":1121,"isSuperParent":11,"standardIds":1122,"unifiedStandardIds":1123,"aiGenerated":11,"__v":918,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1124,"time":634,"published":8,"aiCreateMeta":1125,"type":168,"createdAt":819,"updated":924},{"settings":1079,"hasMath":11,"query":1080,"options":1085,"explain":1110,"hints":1114,"kind":168,"theme":1115,"marks":1119,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1081,"answerTime":767,"text":1083,"media":1084},{"latex":1082,"template":611},[],"Q: Which CSS property is used to change the text color of an element?",[],[1086,1092,1098,1104],{"type":764,"hasMath":11,"math":1087,"answerTime":18,"id":1089,"text":1090,"media":1091,"_id":1089},{"latex":1088,"template":611},[],"6644bc3d88b0597083425459","A) text-color",[],{"type":764,"hasMath":11,"math":1093,"answerTime":18,"id":1095,"text":1096,"media":1097,"_id":1095},{"latex":1094,"template":611},[],"6644bc3d88b059708342545a","B) font-color",[],{"type":764,"hasMath":11,"math":1099,"answerTime":18,"id":1101,"text":1102,"media":1103,"_id":1101},{"latex":1100,"template":611},[],"6644bc3d88b059708342545b","C) text-style",[],{"type":764,"hasMath":11,"math":1105,"answerTime":18,"id":1107,"text":1108,"media":1109,"_id":1107},{"latex":1106,"template":611},[],"6644bc3d88b059708342545c","D) color",[],{"type":241,"text":241,"media":1111,"hasMath":11,"math":1112,"answerTime":18},[],{"template":611,"latex":1113},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1116,"background":1117,"shape":1118},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59f8a446c7a3",{"taggedTopic":816,"taggedSubtopics":1126,"questionLanguage":631},[1127],"CSS properties for text styling",{"structure":1129,"standards":1171,"topics":1172,"isSuperParent":11,"standardIds":1173,"unifiedStandardIds":1174,"aiGenerated":11,"__v":918,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1175,"time":634,"published":8,"aiCreateMeta":1176,"type":168,"createdAt":819,"updated":924},{"settings":1130,"hasMath":11,"query":1131,"options":1136,"explain":1161,"hints":1165,"kind":168,"theme":1166,"marks":1170,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1132,"answerTime":767,"text":1134,"media":1135},{"latex":1133,"template":611},[],"Q: Which keyword is used to declare a variable in JavaScript?",[],[1137,1143,1149,1155],{"type":764,"hasMath":11,"math":1138,"answerTime":18,"id":1140,"text":1141,"media":1142,"_id":1140},{"latex":1139,"template":611},[],"6644bc3d88b0597083425470","A) var",[],{"type":764,"hasMath":11,"math":1144,"answerTime":18,"id":1146,"text":1147,"media":1148,"_id":1146},{"latex":1145,"template":611},[],"6644bc3d88b0597083425471","B) variable",[],{"type":764,"hasMath":11,"math":1150,"answerTime":18,"id":1152,"text":1153,"media":1154,"_id":1152},{"latex":1151,"template":611},[],"6644bc3d88b0597083425472","C) v",[],{"type":764,"hasMath":11,"math":1156,"answerTime":18,"id":1158,"text":1159,"media":1160,"_id":1158},{"latex":1157,"template":611},[],"6644bc3d88b0597083425473","D) declare",[],{"type":241,"text":241,"media":1162,"hasMath":11,"math":1163,"answerTime":18},[],{"template":611,"latex":1164},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1167,"background":1168,"shape":1169},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd593d9746c7a4",{"taggedTopic":816,"taggedSubtopics":1177,"questionLanguage":631},[1178],"JavaScript variables",{"structure":1180,"standards":1222,"topics":1223,"isSuperParent":11,"standardIds":1224,"unifiedStandardIds":1225,"aiGenerated":11,"__v":266,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1226,"time":634,"published":8,"aiCreateMeta":1227,"type":168,"createdAt":819,"updated":1230},{"settings":1181,"hasMath":11,"query":1182,"options":1187,"explain":1212,"hints":1216,"kind":168,"theme":1217,"marks":1221,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1183,"answerTime":767,"text":1185,"media":1186},{"latex":1184,"template":611},[],"Q: Which HTML tag is used to define a paragraph?",[],[1188,1194,1200,1206],{"type":764,"hasMath":11,"math":1189,"answerTime":18,"id":1191,"text":1192,"media":1193,"_id":1191},{"latex":1190,"template":611},[],"6644bc3d88b0597083425487","A) \u003Cp>",[],{"type":764,"hasMath":11,"math":1195,"answerTime":18,"id":1197,"text":1198,"media":1199,"_id":1197},{"latex":1196,"template":611},[],"6644bc3d88b0597083425488","B) \u003Cpara>",[],{"type":764,"hasMath":11,"math":1201,"answerTime":18,"id":1203,"text":1204,"media":1205,"_id":1203},{"latex":1202,"template":611},[],"6644bc3d88b0597083425489","C) \u003Cparagraph>",[],{"type":764,"hasMath":11,"math":1207,"answerTime":18,"id":1209,"text":1210,"media":1211,"_id":1209},{"latex":1208,"template":611},[],"6644bc3d88b059708342548a","D) \u003Ctext>",[],{"type":241,"text":241,"media":1213,"hasMath":11,"math":1214,"answerTime":18},[],{"template":611,"latex":1215},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1218,"background":1219,"shape":1220},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5981fa46c7a5",{"taggedTopic":1228,"taggedSubtopics":1229,"questionLanguage":631},"Fundamentals of Web Design",[818],"2024-11-22T12:29:45.688Z",{"structure":1232,"standards":1274,"topics":1275,"isSuperParent":11,"standardIds":1276,"unifiedStandardIds":1277,"aiGenerated":11,"__v":918,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1278,"time":634,"published":8,"aiCreateMeta":1279,"type":168,"createdAt":819,"updated":924},{"settings":1233,"hasMath":11,"query":1234,"options":1239,"explain":1264,"hints":1268,"kind":168,"theme":1269,"marks":1273,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1235,"answerTime":767,"text":1237,"media":1238},{"latex":1236,"template":611},[],"Q: What does the \"div\" tag do in HTML?",[],[1240,1246,1252,1258],{"type":764,"hasMath":11,"math":1241,"answerTime":18,"id":1243,"text":1244,"media":1245,"_id":1243},{"latex":1242,"template":611},[],"6644bc3d88b059708342549e","A) It creates a division or a section in an HTML document",[],{"type":764,"hasMath":11,"math":1247,"answerTime":18,"id":1249,"text":1250,"media":1251,"_id":1249},{"latex":1248,"template":611},[],"6644bc3d88b059708342549f","B) It divides the HTML document into two parts",[],{"type":764,"hasMath":11,"math":1253,"answerTime":18,"id":1255,"text":1256,"media":1257,"_id":1255},{"latex":1254,"template":611},[],"6644bc3d88b05970834254a0","C) It provides a division symbol for mathematical operations",[],{"type":764,"hasMath":11,"math":1259,"answerTime":18,"id":1261,"text":1262,"media":1263,"_id":1261},{"latex":1260,"template":611},[],"6644bc3d88b05970834254a1","D) It creates a divider line in the HTML document",[],{"type":241,"text":241,"media":1265,"hasMath":11,"math":1266,"answerTime":18},[],{"template":611,"latex":1267},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1270,"background":1271,"shape":1272},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59d75a46c7a6",{"taggedTopic":747,"taggedSubtopics":1280,"questionLanguage":631},[754],{"structure":1282,"standards":1324,"topics":1325,"isSuperParent":11,"standardIds":1326,"unifiedStandardIds":1327,"aiGenerated":11,"__v":918,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1328,"time":634,"published":8,"aiCreateMeta":1329,"type":168,"createdAt":819,"updated":924},{"settings":1283,"hasMath":11,"query":1284,"options":1289,"explain":1314,"hints":1318,"kind":168,"theme":1319,"marks":1323,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1285,"answerTime":767,"text":1287,"media":1288},{"latex":1286,"template":611},[],"Q: In CSS, what does the \"px\" unit stand for?",[],[1290,1296,1302,1308],{"type":764,"hasMath":11,"math":1291,"answerTime":18,"id":1293,"text":1294,"media":1295,"_id":1293},{"latex":1292,"template":611},[],"6644bc3d88b05970834254b5","A) Pixels",[],{"type":764,"hasMath":11,"math":1297,"answerTime":18,"id":1299,"text":1300,"media":1301,"_id":1299},{"latex":1298,"template":611},[],"6644bc3d88b05970834254b6","B) Percentage",[],{"type":764,"hasMath":11,"math":1303,"answerTime":18,"id":1305,"text":1306,"media":1307,"_id":1305},{"latex":1304,"template":611},[],"6644bc3d88b05970834254b7","C) Points",[],{"type":764,"hasMath":11,"math":1309,"answerTime":18,"id":1311,"text":1312,"media":1313,"_id":1311},{"latex":1310,"template":611},[],"6644bc3d88b05970834254b8","D) Picas",[],{"type":241,"text":241,"media":1315,"hasMath":11,"math":1316,"answerTime":18},[],{"template":611,"latex":1317},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1320,"background":1321,"shape":1322},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd596b0346c7a7",{"taggedTopic":747,"taggedSubtopics":1330,"questionLanguage":631},[752],{"structure":1332,"standards":1374,"topics":1375,"isSuperParent":11,"standardIds":1376,"unifiedStandardIds":1377,"aiGenerated":11,"__v":266,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1378,"time":634,"published":8,"aiCreateMeta":1379,"type":168,"createdAt":819,"updated":1381},{"settings":1333,"hasMath":11,"query":1334,"options":1339,"explain":1364,"hints":1368,"kind":168,"theme":1369,"marks":1373,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1335,"answerTime":767,"text":1337,"media":1338},{"latex":1336,"template":611},[],"Q: Which HTML tag is used to define an internal style sheet?",[],[1340,1346,1352,1358],{"type":764,"hasMath":11,"math":1341,"answerTime":18,"id":1343,"text":1344,"media":1345,"_id":1343},{"latex":1342,"template":611},[],"6644bc3d88b05970834254cc","A) \u003Ccss>",[],{"type":764,"hasMath":11,"math":1347,"answerTime":18,"id":1349,"text":1350,"media":1351,"_id":1349},{"latex":1348,"template":611},[],"6644bc3d88b05970834254cd","B) \u003Cstyle>",[],{"type":764,"hasMath":11,"math":1353,"answerTime":18,"id":1355,"text":1356,"media":1357,"_id":1355},{"latex":1354,"template":611},[],"6644bc3d88b05970834254ce","C) \u003Cscript>",[],{"type":764,"hasMath":11,"math":1359,"answerTime":18,"id":1361,"text":1362,"media":1363,"_id":1361},{"latex":1360,"template":611},[],"6644bc3d88b05970834254cf","D) \u003Cinternal>",[],{"type":241,"text":241,"media":1365,"hasMath":11,"math":1366,"answerTime":18},[],{"template":611,"latex":1367},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1370,"background":1371,"shape":1372},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5957f546c7a8",{"taggedTopic":747,"taggedSubtopics":1380,"questionLanguage":631},[755],"2024-11-25T07:10:47.593Z",{"structure":1383,"standards":1425,"topics":1426,"isSuperParent":11,"standardIds":1427,"unifiedStandardIds":1428,"aiGenerated":11,"__v":918,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1429,"time":634,"published":8,"aiCreateMeta":1430,"type":168,"createdAt":819,"updated":924},{"settings":1384,"hasMath":11,"query":1385,"options":1390,"explain":1415,"hints":1419,"kind":168,"theme":1420,"marks":1424,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1386,"answerTime":767,"text":1388,"media":1389},{"latex":1387,"template":611},[],"Q: What is the main advantage of using external CSS?",[],[1391,1397,1403,1409],{"type":764,"hasMath":11,"math":1392,"answerTime":18,"id":1394,"text":1395,"media":1396,"_id":1394},{"latex":1393,"template":611},[],"6644bc3d88b05970834254e3","A) It allows for faster page load times",[],{"type":764,"hasMath":11,"math":1398,"answerTime":18,"id":1400,"text":1401,"media":1402,"_id":1400},{"latex":1399,"template":611},[],"6644bc3d88b05970834254e4","B) It allows for style rules to be applied across multiple pages",[],{"type":764,"hasMath":11,"math":1404,"answerTime":18,"id":1406,"text":1407,"media":1408,"_id":1406},{"latex":1405,"template":611},[],"6644bc3d88b05970834254e5","C) It allows for more complex animations",[],{"type":764,"hasMath":11,"math":1410,"answerTime":18,"id":1412,"text":1413,"media":1414,"_id":1412},{"latex":1411,"template":611},[],"6644bc3d88b05970834254e6","D) It allows for more secure websites",[],{"type":241,"text":241,"media":1416,"hasMath":11,"math":1417,"answerTime":18},[],{"template":611,"latex":1418},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1421,"background":1422,"shape":1423},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5954e346c7a9",{"taggedTopic":816,"taggedSubtopics":1431,"questionLanguage":631},[1432],"CSS Styling",{"structure":1434,"standards":1476,"topics":1477,"isSuperParent":11,"standardIds":1478,"unifiedStandardIds":1479,"aiGenerated":11,"__v":266,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1480,"time":634,"published":8,"aiCreateMeta":1481,"type":168,"createdAt":819,"updated":1484},{"settings":1435,"hasMath":11,"query":1436,"options":1441,"explain":1466,"hints":1470,"kind":168,"theme":1471,"marks":1475,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1437,"answerTime":767,"text":1439,"media":1440},{"latex":1438,"template":611},[],"Q: How do you link an external CSS file to an HTML document?",[],[1442,1448,1454,1460],{"type":764,"hasMath":11,"math":1443,"answerTime":18,"id":1445,"text":1446,"media":1447,"_id":1445},{"latex":1444,"template":611},[],"6644bc3d88b05970834254fa","A) \u003Clink rel=\"stylesheet\" type=\"text/css\" href=\"mystyle.css\">",[],{"type":764,"hasMath":11,"math":1449,"answerTime":18,"id":1451,"text":1452,"media":1453,"_id":1451},{"latex":1450,"template":611},[],"6644bc3d88b05970834254fb","B) \u003Cstyle src=\"mystyle.css\">\u003C/style>",[],{"type":764,"hasMath":11,"math":1455,"answerTime":18,"id":1457,"text":1458,"media":1459,"_id":1457},{"latex":1456,"template":611},[],"6644bc3d88b05970834254fc","C) \u003Ccss link=\"mystyle.css\">\u003C/css>",[],{"type":764,"hasMath":11,"math":1461,"answerTime":18,"id":1463,"text":1464,"media":1465,"_id":1463},{"latex":1462,"template":611},[],"6644bc3d88b05970834254fd","D) \u003Cscript src=\"mystyle.css\">\u003C/script>",[],{"type":241,"text":241,"media":1467,"hasMath":11,"math":1468,"answerTime":18},[],{"template":611,"latex":1469},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1472,"background":1473,"shape":1474},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5957e546c7aa",{"taggedTopic":816,"taggedSubtopics":1482,"questionLanguage":631},[1483],"Linking external CSS files to HTML documents","2024-11-25T07:10:47.583Z",{"structure":1486,"standards":1528,"topics":1529,"isSuperParent":11,"standardIds":1530,"unifiedStandardIds":1531,"aiGenerated":11,"__v":918,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1532,"time":634,"published":8,"aiCreateMeta":1533,"type":168,"createdAt":819,"updated":924},{"settings":1487,"hasMath":11,"query":1488,"options":1493,"explain":1518,"hints":1522,"kind":168,"theme":1523,"marks":1527,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1489,"answerTime":767,"text":1491,"media":1492},{"latex":1490,"template":611},[],"Q: What is embedded CSS?",[],[1494,1500,1506,1512],{"type":764,"hasMath":11,"math":1495,"answerTime":18,"id":1497,"text":1498,"media":1499,"_id":1497},{"latex":1496,"template":611},[],"6644bc3d88b0597083425511","A) CSS rules defined within the \u003Chead> tag of an HTML document",[],{"type":764,"hasMath":11,"math":1501,"answerTime":18,"id":1503,"text":1504,"media":1505,"_id":1503},{"latex":1502,"template":611},[],"6644bc3d88b0597083425512","B) CSS rules defined in an external .css file",[],{"type":764,"hasMath":11,"math":1507,"answerTime":18,"id":1509,"text":1510,"media":1511,"_id":1509},{"latex":1508,"template":611},[],"6644bc3d88b0597083425513","C) CSS rules defined within HTML tags using the 'style' attribute",[],{"type":764,"hasMath":11,"math":1513,"answerTime":18,"id":1515,"text":1516,"media":1517,"_id":1515},{"latex":1514,"template":611},[],"6644bc3d88b0597083425514","D) CSS rules defined within a JavaScript file",[],{"type":241,"text":241,"media":1519,"hasMath":11,"math":1520,"answerTime":18},[],{"template":611,"latex":1521},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1524,"background":1525,"shape":1526},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd596e0646c7ab",{"taggedTopic":747,"taggedSubtopics":1534,"questionLanguage":631},[749],{"structure":1536,"standards":1578,"topics":1579,"isSuperParent":11,"standardIds":1580,"unifiedStandardIds":1581,"aiGenerated":11,"__v":918,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1582,"time":634,"published":8,"aiCreateMeta":1583,"type":168,"createdAt":819,"updated":924},{"settings":1537,"hasMath":11,"query":1538,"options":1543,"explain":1568,"hints":1572,"kind":168,"theme":1573,"marks":1577,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1539,"answerTime":767,"text":1541,"media":1542},{"latex":1540,"template":611},[],"Q: Which type of CSS has the highest specificity?",[],[1544,1550,1556,1562],{"type":764,"hasMath":11,"math":1545,"answerTime":18,"id":1547,"text":1548,"media":1549,"_id":1547},{"latex":1546,"template":611},[],"6644bc3d88b0597083425528","A) External CSS",[],{"type":764,"hasMath":11,"math":1551,"answerTime":18,"id":1553,"text":1554,"media":1555,"_id":1553},{"latex":1552,"template":611},[],"6644bc3d88b0597083425529","B) Internal CSS",[],{"type":764,"hasMath":11,"math":1557,"answerTime":18,"id":1559,"text":1560,"media":1561,"_id":1559},{"latex":1558,"template":611},[],"6644bc3d88b059708342552a","C) Inline CSS",[],{"type":764,"hasMath":11,"math":1563,"answerTime":18,"id":1565,"text":1566,"media":1567,"_id":1565},{"latex":1564,"template":611},[],"6644bc3d88b059708342552b","D) Embedded CSS",[],{"type":241,"text":241,"media":1569,"hasMath":11,"math":1570,"answerTime":18},[],{"template":611,"latex":1571},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1574,"background":1575,"shape":1576},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5913c246c7ac",{"taggedTopic":816,"taggedSubtopics":1584,"questionLanguage":631},[1585],"CSS Specificity",{"structure":1587,"standards":1629,"topics":1630,"isSuperParent":11,"standardIds":1631,"unifiedStandardIds":1632,"aiGenerated":11,"__v":918,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1633,"time":634,"published":8,"aiCreateMeta":1634,"type":168,"createdAt":819,"updated":924},{"settings":1588,"hasMath":11,"query":1589,"options":1594,"explain":1619,"hints":1623,"kind":168,"theme":1624,"marks":1628,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1590,"answerTime":767,"text":1592,"media":1593},{"latex":1591,"template":611},[],"Q: What is the order of specificity from less specific to most specific?",[],[1595,1601,1607,1613],{"type":764,"hasMath":11,"math":1596,"answerTime":18,"id":1598,"text":1599,"media":1600,"_id":1598},{"latex":1597,"template":611},[],"6644bc3d88b059708342553f","A) External -> Internal -> In-line",[],{"type":764,"hasMath":11,"math":1602,"answerTime":18,"id":1604,"text":1605,"media":1606,"_id":1604},{"latex":1603,"template":611},[],"6644bc3d88b0597083425540","B) Internal -> External - In-Line",[],{"type":764,"hasMath":11,"math":1608,"answerTime":18,"id":1610,"text":1611,"media":1612,"_id":1610},{"latex":1609,"template":611},[],"6644bc3d88b0597083425541","C) In-Line -> Internal -> External",[],{"type":764,"hasMath":11,"math":1614,"answerTime":18,"id":1616,"text":1617,"media":1618,"_id":1616},{"latex":1615,"template":611},[],"6644bc3d88b0597083425542","D) External -> In-Line -> Internal",[],{"type":241,"text":241,"media":1620,"hasMath":11,"math":1621,"answerTime":18},[],{"template":611,"latex":1622},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1625,"background":1626,"shape":1627},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59443f46c7ad",{"taggedTopic":747,"taggedSubtopics":1635,"questionLanguage":631},[750],{"structure":1637,"standards":1679,"topics":1680,"isSuperParent":11,"standardIds":1681,"unifiedStandardIds":1682,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1684,"time":634,"published":8,"aiCreateMeta":1685,"type":168,"createdAt":819,"updated":1688},{"settings":1638,"hasMath":11,"query":1639,"options":1644,"explain":1669,"hints":1673,"kind":168,"theme":1674,"marks":1678,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1640,"answerTime":767,"text":1642,"media":1643},{"latex":1641,"template":611},[],"Q: In which HTML tag do you typically place internal CSS?",[],[1645,1651,1657,1663],{"type":764,"hasMath":11,"math":1646,"answerTime":18,"id":1648,"text":1649,"media":1650,"_id":1648},{"latex":1647,"template":611},[],"6644bc3d88b0597083425556","A) \u003Cbody>",[],{"type":764,"hasMath":11,"math":1652,"answerTime":18,"id":1654,"text":1655,"media":1656,"_id":1654},{"latex":1653,"template":611},[],"6644bc3d88b0597083425557","B) \u003Cdiv>",[],{"type":764,"hasMath":11,"math":1658,"answerTime":18,"id":1660,"text":1661,"media":1662,"_id":1660},{"latex":1659,"template":611},[],"6644bc3d88b0597083425558","C) \u003Chead>",[],{"type":764,"hasMath":11,"math":1664,"answerTime":18,"id":1666,"text":1667,"media":1668,"_id":1666},{"latex":1665,"template":611},[],"6644bc3d88b0597083425559","D) \u003Cfooter>",[],{"type":241,"text":241,"media":1670,"hasMath":11,"math":1671,"answerTime":18},[],{"template":611,"latex":1672},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1675,"background":1676,"shape":1677},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],4,"6644bc3ef8fd59ee1f46c7ae",{"taggedTopic":1228,"taggedSubtopics":1686,"questionLanguage":631},[1687],"Internal CSS placement in HTML tag","2024-12-11T03:22:25.219Z",{"structure":1690,"standards":1731,"topics":1732,"isSuperParent":11,"standardIds":1733,"unifiedStandardIds":1734,"aiGenerated":11,"__v":918,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1735,"time":634,"published":8,"aiCreateMeta":1736,"type":168,"createdAt":819,"updated":924},{"settings":1691,"hasMath":11,"query":1692,"options":1697,"explain":1721,"hints":1725,"kind":168,"theme":1726,"marks":1730,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1693,"answerTime":767,"text":1695,"media":1696},{"latex":1694,"template":611},[],"Q: Which type of CSS is written directly within an HTML element's opening tag?",[],[1698,1704,1710,1716],{"type":764,"hasMath":11,"math":1699,"answerTime":18,"id":1701,"text":1702,"media":1703,"_id":1701},{"latex":1700,"template":611},[],"6644bc3d88b059708342556d","A) Internal CSS",[],{"type":764,"hasMath":11,"math":1705,"answerTime":18,"id":1707,"text":1708,"media":1709,"_id":1707},{"latex":1706,"template":611},[],"6644bc3d88b059708342556e","B) External CSS",[],{"type":764,"hasMath":11,"math":1711,"answerTime":18,"id":1713,"text":1714,"media":1715,"_id":1713},{"latex":1712,"template":611},[],"6644bc3d88b059708342556f","C) In-line CSS",[],{"type":764,"hasMath":11,"math":1717,"answerTime":18,"id":1719,"text":1566,"media":1720,"_id":1719},{"latex":1718,"template":611},[],"6644bc3d88b0597083425570",[],{"type":241,"text":241,"media":1722,"hasMath":11,"math":1723,"answerTime":18},[],{"template":611,"latex":1724},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1727,"background":1728,"shape":1729},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59661f46c7af",{"taggedTopic":1228,"taggedSubtopics":1737,"questionLanguage":631},[751],{"structure":1739,"standards":1781,"topics":1782,"isSuperParent":11,"standardIds":1783,"unifiedStandardIds":1784,"aiGenerated":11,"__v":918,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1785,"time":634,"published":8,"aiCreateMeta":1786,"type":168,"createdAt":819,"updated":924},{"settings":1740,"hasMath":11,"query":1741,"options":1746,"explain":1771,"hints":1775,"kind":168,"theme":1776,"marks":1780,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1742,"answerTime":767,"text":1744,"media":1745},{"latex":1743,"template":611},[],"Q: If the same style is defined in an external CSS file and an internal style sheet, which one will be applied?",[],[1747,1753,1759,1765],{"type":764,"hasMath":11,"math":1748,"answerTime":18,"id":1750,"text":1751,"media":1752,"_id":1750},{"latex":1749,"template":611},[],"6644bc3d88b0597083425584","A) The style in the external CSS file",[],{"type":764,"hasMath":11,"math":1754,"answerTime":18,"id":1756,"text":1757,"media":1758,"_id":1756},{"latex":1755,"template":611},[],"6644bc3d88b0597083425585","B) The style in the internal style sheet",[],{"type":764,"hasMath":11,"math":1760,"answerTime":18,"id":1762,"text":1763,"media":1764,"_id":1762},{"latex":1761,"template":611},[],"6644bc3d88b0597083425586","C) Both styles will be applied",[],{"type":764,"hasMath":11,"math":1766,"answerTime":18,"id":1768,"text":1769,"media":1770,"_id":1768},{"latex":1767,"template":611},[],"6644bc3d88b0597083425587","D) Neither style will be applied",[],{"type":241,"text":241,"media":1772,"hasMath":11,"math":1773,"answerTime":18},[],{"template":611,"latex":1774},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1777,"background":1778,"shape":1779},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd590c1346c7b0",{"taggedTopic":1228,"taggedSubtopics":1787,"questionLanguage":631},[1432],{"structure":1789,"standards":1829,"topics":1830,"isSuperParent":11,"standardIds":1831,"unifiedStandardIds":1832,"aiGenerated":11,"__v":266,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1833,"time":634,"published":8,"aiCreateMeta":1834,"type":168,"createdAt":819,"updated":1837},{"settings":1790,"hasMath":11,"query":1791,"options":1796,"explain":1819,"hints":1823,"kind":168,"theme":1824,"marks":1828,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1792,"answerTime":767,"text":1794,"media":1795},{"latex":1793,"template":611},[],"Q: Which HTML element contains the metadata about the document, such as its title and link to its CSS file?",[],[1797,1802,1808,1813],{"type":764,"hasMath":11,"math":1798,"answerTime":18,"id":1800,"text":1649,"media":1801,"_id":1800},{"latex":1799,"template":611},[],"6644bc3d88b059708342559b",[],{"type":764,"hasMath":11,"math":1803,"answerTime":18,"id":1805,"text":1806,"media":1807,"_id":1805},{"latex":1804,"template":611},[],"6644bc3d88b059708342559c","B) \u003Cfooter>",[],{"type":764,"hasMath":11,"math":1809,"answerTime":18,"id":1811,"text":1661,"media":1812,"_id":1811},{"latex":1810,"template":611},[],"6644bc3d88b059708342559d",[],{"type":764,"hasMath":11,"math":1814,"answerTime":18,"id":1816,"text":1817,"media":1818,"_id":1816},{"latex":1815,"template":611},[],"6644bc3d88b059708342559e","D) \u003Chtml>",[],{"type":241,"text":241,"media":1820,"hasMath":11,"math":1821,"answerTime":18},[],{"template":611,"latex":1822},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1825,"background":1826,"shape":1827},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59a47646c7b1",{"taggedTopic":1228,"taggedSubtopics":1835,"questionLanguage":631},[1836],"HTML Elements and Metadata","2024-11-22T12:29:45.708Z",{"structure":1839,"standards":1881,"topics":1882,"isSuperParent":11,"standardIds":1883,"unifiedStandardIds":1884,"aiGenerated":11,"__v":918,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1885,"time":634,"published":8,"aiCreateMeta":1886,"type":168,"createdAt":819,"updated":1888},{"settings":1840,"hasMath":11,"query":1841,"options":1846,"explain":1871,"hints":1875,"kind":168,"theme":1876,"marks":1880,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1842,"answerTime":767,"text":1844,"media":1845},{"latex":1843,"template":611},[],"Q: What is the purpose of the \u003Ctitle> tag in HTML?",[],[1847,1853,1859,1865],{"type":764,"hasMath":11,"math":1848,"answerTime":18,"id":1850,"text":1851,"media":1852,"_id":1850},{"latex":1849,"template":611},[],"6644bc3d88b05970834255b2","A) To provide a title for the webpage that is displayed in the browser's title bar or tab",[],{"type":764,"hasMath":11,"math":1854,"answerTime":18,"id":1856,"text":1857,"media":1858,"_id":1856},{"latex":1855,"template":611},[],"6644bc3d88b05970834255b3","B) To create a title heading within the webpage",[],{"type":764,"hasMath":11,"math":1860,"answerTime":18,"id":1862,"text":1863,"media":1864,"_id":1862},{"latex":1861,"template":611},[],"6644bc3d88b05970834255b4","C) To provide a title for the webpage's images",[],{"type":764,"hasMath":11,"math":1866,"answerTime":18,"id":1868,"text":1869,"media":1870,"_id":1868},{"latex":1867,"template":611},[],"6644bc3d88b05970834255b5","D) To create a title footer at the bottom of the webpage",[],{"type":241,"text":241,"media":1872,"hasMath":11,"math":1873,"answerTime":18},[],{"template":611,"latex":1874},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1877,"background":1878,"shape":1879},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd596f8946c7b2",{"taggedTopic":747,"taggedSubtopics":1887,"questionLanguage":631},[757],"2025-05-21T13:11:11.182Z",{"structure":1890,"standards":1932,"topics":1933,"isSuperParent":11,"standardIds":1934,"unifiedStandardIds":1935,"aiGenerated":11,"__v":918,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1936,"time":634,"published":8,"aiCreateMeta":1937,"type":168,"createdAt":819,"updated":924},{"settings":1891,"hasMath":11,"query":1892,"options":1897,"explain":1922,"hints":1926,"kind":168,"theme":1927,"marks":1931,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1893,"answerTime":767,"text":1895,"media":1896},{"latex":1894,"template":611},[],"Q: What is the purpose of the \u003Cbody> tag in HTML?",[],[1898,1904,1910,1916],{"type":764,"hasMath":11,"math":1899,"answerTime":18,"id":1901,"text":1902,"media":1903,"_id":1901},{"latex":1900,"template":611},[],"6644bc3d88b05970834255c9","A) To contain the webpage's metadata",[],{"type":764,"hasMath":11,"math":1905,"answerTime":18,"id":1907,"text":1908,"media":1909,"_id":1907},{"latex":1906,"template":611},[],"6644bc3d88b05970834255ca","B) To contain the webpage's visible content",[],{"type":764,"hasMath":11,"math":1911,"answerTime":18,"id":1913,"text":1914,"media":1915,"_id":1913},{"latex":1912,"template":611},[],"6644bc3d88b05970834255cb","C) To contain the webpage's scripts and styles",[],{"type":764,"hasMath":11,"math":1917,"answerTime":18,"id":1919,"text":1920,"media":1921,"_id":1919},{"latex":1918,"template":611},[],"6644bc3d88b05970834255cc","D) To contain the webpage's title and description",[],{"type":241,"text":241,"media":1923,"hasMath":11,"math":1924,"answerTime":18},[],{"template":611,"latex":1925},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1928,"background":1929,"shape":1930},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59b01146c7b3",{"taggedTopic":1228,"taggedSubtopics":1938,"questionLanguage":631},[1939],"HTML Basics",{"structure":1941,"standards":1983,"topics":1984,"isSuperParent":11,"standardIds":1985,"unifiedStandardIds":1986,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":1987,"time":634,"published":8,"aiCreateMeta":1988,"type":168,"createdAt":819,"updated":1991},{"settings":1942,"hasMath":11,"query":1943,"options":1948,"explain":1973,"hints":1977,"kind":168,"theme":1978,"marks":1982,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1944,"answerTime":767,"text":1946,"media":1947},{"latex":1945,"template":611},[],"Q: Which HTML element is used to define a list item?",[],[1949,1955,1961,1967],{"type":764,"hasMath":11,"math":1950,"answerTime":18,"id":1952,"text":1953,"media":1954,"_id":1952},{"latex":1951,"template":611},[],"6644bc3d88b05970834255e0","A) \u003Cli>",[],{"type":764,"hasMath":11,"math":1956,"answerTime":18,"id":1958,"text":1959,"media":1960,"_id":1958},{"latex":1957,"template":611},[],"6644bc3d88b05970834255e1","B) \u003Clist>",[],{"type":764,"hasMath":11,"math":1962,"answerTime":18,"id":1964,"text":1965,"media":1966,"_id":1964},{"latex":1963,"template":611},[],"6644bc3d88b05970834255e2","C) \u003Citem>",[],{"type":764,"hasMath":11,"math":1968,"answerTime":18,"id":1970,"text":1971,"media":1972,"_id":1970},{"latex":1969,"template":611},[],"6644bc3d88b05970834255e3","D) \u003Cul>",[],{"type":241,"text":241,"media":1974,"hasMath":11,"math":1975,"answerTime":18},[],{"template":611,"latex":1976},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":1979,"background":1980,"shape":1981},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5960da46c7b4",{"taggedTopic":816,"taggedSubtopics":1989,"questionLanguage":631},[1990],"HTML elements and lists","2024-12-11T03:22:22.680Z",{"structure":1993,"standards":2035,"topics":2036,"isSuperParent":11,"standardIds":2037,"unifiedStandardIds":2038,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2039,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":924},{"settings":1994,"hasMath":11,"query":1995,"options":2000,"explain":2025,"hints":2029,"kind":168,"theme":2030,"marks":2034,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":1996,"answerTime":767,"text":1998,"media":1999},{"latex":1997,"template":611},[],"Q: What is the purpose of the \u003Cheader> element in HTML?",[],[2001,2007,2013,2019],{"type":764,"hasMath":11,"math":2002,"answerTime":18,"id":2004,"text":2005,"media":2006,"_id":2004},{"latex":2003,"template":611},[],"6644bc3d88b05970834255f7","A) To define a header for a document or a section",[],{"type":764,"hasMath":11,"math":2008,"answerTime":18,"id":2010,"text":2011,"media":2012,"_id":2010},{"latex":2009,"template":611},[],"6644bc3d88b05970834255f8","B) To define the head of a table",[],{"type":764,"hasMath":11,"math":2014,"answerTime":18,"id":2016,"text":2017,"media":2018,"_id":2016},{"latex":2015,"template":611},[],"6644bc3d88b05970834255f9","C) To define a heading",[],{"type":764,"hasMath":11,"math":2020,"answerTime":18,"id":2022,"text":2023,"media":2024,"_id":2022},{"latex":2021,"template":611},[],"6644bc3d88b05970834255fa","D) To define the top margin of a document",[],{"type":241,"text":241,"media":2026,"hasMath":11,"math":2027,"answerTime":18},[],{"template":611,"latex":2028},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2031,"background":2032,"shape":2033},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd597d9d46c7b5",{"structure":2041,"standards":2083,"topics":2084,"isSuperParent":11,"standardIds":2085,"unifiedStandardIds":2086,"aiGenerated":11,"__v":261,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2087,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2088},{"settings":2042,"hasMath":11,"query":2043,"options":2048,"explain":2073,"hints":2077,"kind":168,"theme":2078,"marks":2082,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2044,"answerTime":767,"text":2046,"media":2047},{"latex":2045,"template":611},[],"Q: Which HTML element is used to insert an image into a webpage?",[],[2049,2055,2061,2067],{"type":764,"hasMath":11,"math":2050,"answerTime":18,"id":2052,"text":2053,"media":2054,"_id":2052},{"latex":2051,"template":611},[],"6644bc3d88b059708342560e","A) \u003Cimg>",[],{"type":764,"hasMath":11,"math":2056,"answerTime":18,"id":2058,"text":2059,"media":2060,"_id":2058},{"latex":2057,"template":611},[],"6644bc3d88b059708342560f","B) \u003Cpicture>",[],{"type":764,"hasMath":11,"math":2062,"answerTime":18,"id":2064,"text":2065,"media":2066,"_id":2064},{"latex":2063,"template":611},[],"6644bc3d88b0597083425610","C) \u003Cmedia>",[],{"type":764,"hasMath":11,"math":2068,"answerTime":18,"id":2070,"text":2071,"media":2072,"_id":2070},{"latex":2069,"template":611},[],"6644bc3d88b0597083425611","D) \u003Cgraphic>",[],{"type":241,"text":241,"media":2074,"hasMath":11,"math":2075,"answerTime":18},[],{"template":611,"latex":2076},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2079,"background":2080,"shape":2081},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd594cd546c7b6","2025-05-21T12:38:37.571Z",{"structure":2090,"standards":2132,"topics":2133,"isSuperParent":11,"standardIds":2134,"unifiedStandardIds":2135,"aiGenerated":11,"__v":261,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2136,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2137},{"settings":2091,"hasMath":11,"query":2092,"options":2097,"explain":2122,"hints":2126,"kind":168,"theme":2127,"marks":2131,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2093,"answerTime":767,"text":2095,"media":2096},{"latex":2094,"template":611},[],"Q: Which HTML element is used to create a hyperlink?",[],[2098,2104,2110,2116],{"type":764,"hasMath":11,"math":2099,"answerTime":18,"id":2101,"text":2102,"media":2103,"_id":2101},{"latex":2100,"template":611},[],"6644bc3d88b0597083425625","A) \u003Clink>",[],{"type":764,"hasMath":11,"math":2105,"answerTime":18,"id":2107,"text":2108,"media":2109,"_id":2107},{"latex":2106,"template":611},[],"6644bc3d88b0597083425626","B) \u003Ca>",[],{"type":764,"hasMath":11,"math":2111,"answerTime":18,"id":2113,"text":2114,"media":2115,"_id":2113},{"latex":2112,"template":611},[],"6644bc3d88b0597083425627","C) \u003Chref>",[],{"type":764,"hasMath":11,"math":2117,"answerTime":18,"id":2119,"text":2120,"media":2121,"_id":2119},{"latex":2118,"template":611},[],"6644bc3d88b0597083425628","D) \u003Curl>",[],{"type":241,"text":241,"media":2123,"hasMath":11,"math":2124,"answerTime":18},[],{"template":611,"latex":2125},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2128,"background":2129,"shape":2130},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59033546c7b7","2025-05-21T12:39:21.569Z",{"structure":2139,"standards":2181,"topics":2182,"isSuperParent":11,"standardIds":2183,"unifiedStandardIds":2184,"aiGenerated":11,"__v":261,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2185,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2186},{"settings":2140,"hasMath":11,"query":2141,"options":2146,"explain":2171,"hints":2175,"kind":168,"theme":2176,"marks":2180,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2142,"answerTime":767,"text":2144,"media":2145},{"latex":2143,"template":611},[],"Q: Which HTML semantic tag is used to define a section in a document?",[],[2147,2153,2159,2165],{"type":764,"hasMath":11,"math":2148,"answerTime":18,"id":2150,"text":2151,"media":2152,"_id":2150},{"latex":2149,"template":611},[],"6644bc3d88b059708342563c","A) \u003Cdiv>",[],{"type":764,"hasMath":11,"math":2154,"answerTime":18,"id":2156,"text":2157,"media":2158,"_id":2156},{"latex":2155,"template":611},[],"6644bc3d88b059708342563d","B) \u003Cspan>",[],{"type":764,"hasMath":11,"math":2160,"answerTime":18,"id":2162,"text":2163,"media":2164,"_id":2162},{"latex":2161,"template":611},[],"6644bc3d88b059708342563e","C) \u003Csection>",[],{"type":764,"hasMath":11,"math":2166,"answerTime":18,"id":2168,"text":2169,"media":2170,"_id":2168},{"latex":2167,"template":611},[],"6644bc3d88b059708342563f","D) \u003Carticle>",[],{"type":241,"text":241,"media":2172,"hasMath":11,"math":2173,"answerTime":18},[],{"template":611,"latex":2174},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2177,"background":2178,"shape":2179},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59209046c7b8","2025-05-21T12:40:09.120Z",{"structure":2188,"standards":2230,"topics":2231,"isSuperParent":11,"standardIds":2232,"unifiedStandardIds":2233,"aiGenerated":11,"__v":261,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2234,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2235},{"settings":2189,"hasMath":11,"query":2190,"options":2195,"explain":2220,"hints":2224,"kind":168,"theme":2225,"marks":2229,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2191,"answerTime":767,"text":2193,"media":2194},{"latex":2192,"template":611},[],"Q: Which HTML element is used to define a table?",[],[2196,2202,2208,2214],{"type":764,"hasMath":11,"math":2197,"answerTime":18,"id":2199,"text":2200,"media":2201,"_id":2199},{"latex":2198,"template":611},[],"6644bc3d88b0597083425653","A) \u003Ctab>",[],{"type":764,"hasMath":11,"math":2203,"answerTime":18,"id":2205,"text":2206,"media":2207,"_id":2205},{"latex":2204,"template":611},[],"6644bc3d88b0597083425654","B) \u003Ctable>",[],{"type":764,"hasMath":11,"math":2209,"answerTime":18,"id":2211,"text":2212,"media":2213,"_id":2211},{"latex":2210,"template":611},[],"6644bc3d88b0597083425655","C) \u003Cgrid>",[],{"type":764,"hasMath":11,"math":2215,"answerTime":18,"id":2217,"text":2218,"media":2219,"_id":2217},{"latex":2216,"template":611},[],"6644bc3d88b0597083425656","D) \u003Cdata>",[],{"type":241,"text":241,"media":2221,"hasMath":11,"math":2222,"answerTime":18},[],{"template":611,"latex":2223},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2226,"background":2227,"shape":2228},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd599f3846c7b9","2025-05-21T12:40:56.220Z",{"structure":2237,"standards":2278,"topics":2279,"isSuperParent":11,"standardIds":2280,"unifiedStandardIds":2281,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2282,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":924},{"settings":2238,"hasMath":11,"query":2239,"options":2244,"explain":2268,"hints":2272,"kind":168,"theme":2273,"marks":2277,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2240,"answerTime":767,"text":2242,"media":2243},{"latex":2241,"template":611},[],"Q: What is the purpose of the \u003Cfooter> semantic tag in HTML?",[],[2245,2250,2256,2262],{"type":764,"hasMath":11,"math":2246,"answerTime":18,"id":2248,"text":2005,"media":2249,"_id":2248},{"latex":2247,"template":611},[],"6644bc3d88b059708342566a",[],{"type":764,"hasMath":11,"math":2251,"answerTime":18,"id":2253,"text":2254,"media":2255,"_id":2253},{"latex":2252,"template":611},[],"6644bc3d88b059708342566b","B) To define the bottom of a document, article, or section",[],{"type":764,"hasMath":11,"math":2257,"answerTime":18,"id":2259,"text":2260,"media":2261,"_id":2259},{"latex":2258,"template":611},[],"6644bc3d88b059708342566c","C) To define a footer for a table",[],{"type":764,"hasMath":11,"math":2263,"answerTime":18,"id":2265,"text":2266,"media":2267,"_id":2265},{"latex":2264,"template":611},[],"6644bc3d88b059708342566d","D) To define the bottom margin of a document",[],{"type":241,"text":241,"media":2269,"hasMath":11,"math":2270,"answerTime":18},[],{"template":611,"latex":2271},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2274,"background":2275,"shape":2276},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd593ea546c7ba",{"structure":2284,"standards":2326,"topics":2327,"isSuperParent":11,"standardIds":2328,"unifiedStandardIds":2329,"aiGenerated":11,"__v":261,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2330,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2331},{"settings":2285,"hasMath":11,"query":2286,"options":2291,"explain":2316,"hints":2320,"kind":168,"theme":2321,"marks":2325,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2287,"answerTime":767,"text":2289,"media":2290},{"latex":2288,"template":611},[],"Q: Which HTML element is used to define emphasized text?",[],[2292,2298,2304,2310],{"type":764,"hasMath":11,"math":2293,"answerTime":18,"id":2295,"text":2296,"media":2297,"_id":2295},{"latex":2294,"template":611},[],"6644bc3d88b0597083425681","A) \u003Cstrong>",[],{"type":764,"hasMath":11,"math":2299,"answerTime":18,"id":2301,"text":2302,"media":2303,"_id":2301},{"latex":2300,"template":611},[],"6644bc3d88b0597083425682","\u003Cem>",[],{"type":764,"hasMath":11,"math":2305,"answerTime":18,"id":2307,"text":2308,"media":2309,"_id":2307},{"latex":2306,"template":611},[],"6644bc3d88b0597083425683","\u003Cfont>",[],{"type":764,"hasMath":11,"math":2311,"answerTime":18,"id":2313,"text":2314,"media":2315,"_id":2313},{"latex":2312,"template":611},[],"6644bc3d88b0597083425684","\u003Ccolor>",[],{"type":241,"text":241,"media":2317,"hasMath":11,"math":2318,"answerTime":18},[],{"template":611,"latex":2319},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2322,"background":2323,"shape":2324},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59523b46c7bb","2025-05-21T12:42:14.709Z",{"structure":2333,"standards":2375,"topics":2376,"isSuperParent":11,"standardIds":2377,"unifiedStandardIds":2378,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2379,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":2334,"hasMath":11,"query":2335,"options":2340,"explain":2365,"hints":2369,"kind":168,"theme":2370,"marks":2374,"answer":266},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2336,"answerTime":767,"text":2338,"media":2339},{"latex":2337,"template":611},[],"Q: What is the purpose of the \u003Cem> and \u003Cstrong> tags in HTML?",[],[2341,2347,2353,2359],{"type":764,"hasMath":11,"math":2342,"answerTime":18,"id":2344,"text":2345,"media":2346,"_id":2344},{"latex":2343,"template":611},[],"6644bc3d88b0597083425698","A) To make text appear 3D",[],{"type":764,"hasMath":11,"math":2348,"answerTime":18,"id":2350,"text":2351,"media":2352,"_id":2350},{"latex":2349,"template":611},[],"6644bc3d88b0597083425699","B) Allow for better responsive design when switching between device screens",[],{"type":764,"hasMath":11,"math":2354,"answerTime":18,"id":2356,"text":2357,"media":2358,"_id":2356},{"latex":2355,"template":611},[],"6644bc3d88b059708342569a","C) Increased specificity over \u003Ci> and \u003Cb>",[],{"type":764,"hasMath":11,"math":2360,"answerTime":18,"id":2362,"text":2363,"media":2364,"_id":2362},{"latex":2361,"template":611},[],"6644bc3d88b059708342569b","D) To allow Screen Readers to better understand the material when reading to the viewer",[],{"type":241,"text":241,"media":2366,"hasMath":11,"math":2367,"answerTime":18},[],{"template":611,"latex":2368},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2371,"background":2372,"shape":2373},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59893546c7bc","2025-05-21T15:16:15.438Z",{"structure":2382,"standards":2424,"topics":2425,"isSuperParent":11,"standardIds":2426,"unifiedStandardIds":2427,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2428,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":2383,"hasMath":11,"query":2384,"options":2389,"explain":2414,"hints":2418,"kind":168,"theme":2419,"marks":2423,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2385,"answerTime":767,"text":2387,"media":2388},{"latex":2386,"template":611},[],"Q: Which CSS property is used to change the font of a text?",[],[2390,2396,2402,2408],{"type":764,"hasMath":11,"math":2391,"answerTime":18,"id":2393,"text":2394,"media":2395,"_id":2393},{"latex":2392,"template":611},[],"6644bc3d88b05970834256af","A) text-style",[],{"type":764,"hasMath":11,"math":2397,"answerTime":18,"id":2399,"text":2400,"media":2401,"_id":2399},{"latex":2398,"template":611},[],"6644bc3d88b05970834256b0","B) text-font",[],{"type":764,"hasMath":11,"math":2403,"answerTime":18,"id":2405,"text":2406,"media":2407,"_id":2405},{"latex":2404,"template":611},[],"6644bc3d88b05970834256b1","C) font-family",[],{"type":764,"hasMath":11,"math":2409,"answerTime":18,"id":2411,"text":2412,"media":2413,"_id":2411},{"latex":2410,"template":611},[],"6644bc3d88b05970834256b2","D) font-type",[],{"type":241,"text":241,"media":2415,"hasMath":11,"math":2416,"answerTime":18},[],{"template":611,"latex":2417},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2420,"background":2421,"shape":2422},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5933eb46c7bd",{"structure":2430,"standards":2472,"topics":2473,"isSuperParent":11,"standardIds":2474,"unifiedStandardIds":2475,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2476,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":2431,"hasMath":11,"query":2432,"options":2437,"explain":2462,"hints":2466,"kind":168,"theme":2467,"marks":2471,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2433,"answerTime":767,"text":2435,"media":2436},{"latex":2434,"template":611},[],"Q: How do you make the text bold in CSS?",[],[2438,2444,2450,2456],{"type":764,"hasMath":11,"math":2439,"answerTime":18,"id":2441,"text":2442,"media":2443,"_id":2441},{"latex":2440,"template":611},[],"6644bc3d88b05970834256c6","A) font-weight: bold;",[],{"type":764,"hasMath":11,"math":2445,"answerTime":18,"id":2447,"text":2448,"media":2449,"_id":2447},{"latex":2446,"template":611},[],"6644bc3d88b05970834256c7","B) text-style: bold;",[],{"type":764,"hasMath":11,"math":2451,"answerTime":18,"id":2453,"text":2454,"media":2455,"_id":2453},{"latex":2452,"template":611},[],"6644bc3d88b05970834256c8","C) font: bold;",[],{"type":764,"hasMath":11,"math":2457,"answerTime":18,"id":2459,"text":2460,"media":2461,"_id":2459},{"latex":2458,"template":611},[],"6644bc3d88b05970834256c9","D) text-weight: bold;",[],{"type":241,"text":241,"media":2463,"hasMath":11,"math":2464,"answerTime":18},[],{"template":611,"latex":2465},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2468,"background":2469,"shape":2470},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd593c9046c7be",{"structure":2478,"standards":2520,"topics":2521,"isSuperParent":11,"standardIds":2522,"unifiedStandardIds":2523,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2524,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":2479,"hasMath":11,"query":2480,"options":2485,"explain":2510,"hints":2514,"kind":168,"theme":2515,"marks":2519,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2481,"answerTime":767,"text":2483,"media":2484},{"latex":2482,"template":611},[],"Q: Which CSS property is used to change the left margin of an element?",[],[2486,2492,2498,2504],{"type":764,"hasMath":11,"math":2487,"answerTime":18,"id":2489,"text":2490,"media":2491,"_id":2489},{"latex":2488,"template":611},[],"6644bc3d88b05970834256dd","A) padding-left",[],{"type":764,"hasMath":11,"math":2493,"answerTime":18,"id":2495,"text":2496,"media":2497,"_id":2495},{"latex":2494,"template":611},[],"6644bc3d88b05970834256de","B) margin-left",[],{"type":764,"hasMath":11,"math":2499,"answerTime":18,"id":2501,"text":2502,"media":2503,"_id":2501},{"latex":2500,"template":611},[],"6644bc3d88b05970834256df","C) indent-left",[],{"type":764,"hasMath":11,"math":2505,"answerTime":18,"id":2507,"text":2508,"media":2509,"_id":2507},{"latex":2506,"template":611},[],"6644bc3d88b05970834256e0","D) left-margin",[],{"type":241,"text":241,"media":2511,"hasMath":11,"math":2512,"answerTime":18},[],{"template":611,"latex":2513},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2516,"background":2517,"shape":2518},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5965ca46c7bf",{"structure":2526,"standards":2568,"topics":2569,"isSuperParent":11,"standardIds":2570,"unifiedStandardIds":2571,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2572,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":2527,"hasMath":11,"query":2528,"options":2533,"explain":2558,"hints":2562,"kind":168,"theme":2563,"marks":2567,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2529,"answerTime":767,"text":2531,"media":2532},{"latex":2530,"template":611},[],"Q: Which of the following browsers are no longer supported?",[],[2534,2540,2546,2552],{"type":764,"hasMath":11,"math":2535,"answerTime":18,"id":2537,"text":2538,"media":2539,"_id":2537},{"latex":2536,"template":611},[],"6644bc3d88b05970834256f4","A) Mozilla Firefox",[],{"type":764,"hasMath":11,"math":2541,"answerTime":18,"id":2543,"text":2544,"media":2545,"_id":2543},{"latex":2542,"template":611},[],"6644bc3d88b05970834256f5","B) Google Chrome",[],{"type":764,"hasMath":11,"math":2547,"answerTime":18,"id":2549,"text":2550,"media":2551,"_id":2549},{"latex":2548,"template":611},[],"6644bc3d88b05970834256f6","C) Internet Explorer",[],{"type":764,"hasMath":11,"math":2553,"answerTime":18,"id":2555,"text":2556,"media":2557,"_id":2555},{"latex":2554,"template":611},[],"6644bc3d88b05970834256f7","D) Opera",[],{"type":241,"text":241,"media":2559,"hasMath":11,"math":2560,"answerTime":18},[],{"template":611,"latex":2561},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2564,"background":2565,"shape":2566},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd592a0a46c7c0",{"structure":2574,"standards":2616,"topics":2617,"isSuperParent":11,"standardIds":2618,"unifiedStandardIds":2619,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2620,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":2575,"hasMath":11,"query":2576,"options":2581,"explain":2606,"hints":2610,"kind":168,"theme":2611,"marks":2615,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2577,"answerTime":767,"text":2579,"media":2580},{"latex":2578,"template":611},[],"Q: What does the DOCTYPE declaration do in HTML?",[],[2582,2588,2594,2600],{"type":764,"hasMath":11,"math":2583,"answerTime":18,"id":2585,"text":2586,"media":2587,"_id":2585},{"latex":2584,"template":611},[],"6644bc3d88b059708342570b","A) It links to a CSS file.",[],{"type":764,"hasMath":11,"math":2589,"answerTime":18,"id":2591,"text":2592,"media":2593,"_id":2591},{"latex":2590,"template":611},[],"6644bc3d88b059708342570c","B) It declares the document type and version of HTML.",[],{"type":764,"hasMath":11,"math":2595,"answerTime":18,"id":2597,"text":2598,"media":2599,"_id":2597},{"latex":2596,"template":611},[],"6644bc3d88b059708342570d","C) It sets the title of the webpage.",[],{"type":764,"hasMath":11,"math":2601,"answerTime":18,"id":2603,"text":2604,"media":2605,"_id":2603},{"latex":2602,"template":611},[],"6644bc3d88b059708342570e","D) It embeds JavaScript into the webpage.",[],{"type":241,"text":241,"media":2607,"hasMath":11,"math":2608,"answerTime":18},[],{"template":611,"latex":2609},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2612,"background":2613,"shape":2614},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd593ced46c7c1",{"structure":2622,"standards":2662,"topics":2663,"isSuperParent":11,"standardIds":2664,"unifiedStandardIds":2665,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2666,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2667},{"settings":2623,"hasMath":11,"query":2624,"options":2629,"explain":2652,"hints":2656,"kind":168,"theme":2657,"marks":2661,"answer":266},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2625,"answerTime":767,"text":2627,"media":2628},{"latex":2626,"template":611},[],"Q: Which of the following is NOT a semantic tag in HTML5?",[],[2630,2636,2641,2646],{"type":764,"hasMath":11,"math":2631,"answerTime":18,"id":2633,"text":2634,"media":2635,"_id":2633},{"latex":2632,"template":611},[],"6644bc3d88b0597083425722","A) \u003Carticle>",[],{"type":764,"hasMath":11,"math":2637,"answerTime":18,"id":2639,"text":1806,"media":2640,"_id":2639},{"latex":2638,"template":611},[],"6644bc3d88b0597083425723",[],{"type":764,"hasMath":11,"math":2642,"answerTime":18,"id":2644,"text":2163,"media":2645,"_id":2644},{"latex":2643,"template":611},[],"6644bc3d88b0597083425724",[],{"type":764,"hasMath":11,"math":2647,"answerTime":18,"id":2649,"text":2650,"media":2651,"_id":2649},{"latex":2648,"template":611},[],"6644bc3d88b0597083425725","D) \u003Cdiv>",[],{"type":241,"text":241,"media":2653,"hasMath":11,"math":2654,"answerTime":18},[],{"template":611,"latex":2655},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2658,"background":2659,"shape":2660},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd594ada46c7c2","2025-05-21T15:15:05.931Z",{"structure":2669,"standards":2711,"topics":2712,"isSuperParent":11,"standardIds":2713,"unifiedStandardIds":2714,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2715,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":2670,"hasMath":11,"query":2671,"options":2676,"explain":2701,"hints":2705,"kind":168,"theme":2706,"marks":2710,"answer":266},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2672,"answerTime":767,"text":2674,"media":2675},{"latex":2673,"template":611},[],"Q: Which is the correct CSS syntax?",[],[2677,2683,2689,2695],{"type":764,"hasMath":11,"math":2678,"answerTime":18,"id":2680,"text":2681,"media":2682,"_id":2680},{"latex":2679,"template":611},[],"6644bc3d88b0597083425739","A) {body:color=black;}",[],{"type":764,"hasMath":11,"math":2684,"answerTime":18,"id":2686,"text":2687,"media":2688,"_id":2686},{"latex":2685,"template":611},[],"6644bc3d88b059708342573a","B) {body;color:black;}",[],{"type":764,"hasMath":11,"math":2690,"answerTime":18,"id":2692,"text":2693,"media":2694,"_id":2692},{"latex":2691,"template":611},[],"6644bc3d88b059708342573b","C) body:color=black;",[],{"type":764,"hasMath":11,"math":2696,"answerTime":18,"id":2698,"text":2699,"media":2700,"_id":2698},{"latex":2697,"template":611},[],"6644bc3d88b059708342573c","D) body {color: black;}",[],{"type":241,"text":241,"media":2702,"hasMath":11,"math":2703,"answerTime":18},[],{"template":611,"latex":2704},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2707,"background":2708,"shape":2709},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd596dbc46c7c3",{"structure":2717,"standards":2758,"topics":2759,"isSuperParent":11,"standardIds":2760,"unifiedStandardIds":2761,"aiGenerated":11,"__v":261,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2762,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2763},{"settings":2718,"hasMath":11,"query":2719,"options":2724,"explain":2748,"hints":2752,"kind":168,"theme":2753,"marks":2757,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2720,"answerTime":767,"text":2722,"media":2723},{"latex":2721,"template":611},[],"Q: Which tag creates a numbered list in HTML?",[],[2725,2731,2737,2743],{"type":764,"hasMath":11,"math":2726,"answerTime":18,"id":2728,"text":2729,"media":2730,"_id":2728},{"latex":2727,"template":611},[],"6644bc3d88b0597083425750","A) \u003Cdl>",[],{"type":764,"hasMath":11,"math":2732,"answerTime":18,"id":2734,"text":2735,"media":2736,"_id":2734},{"latex":2733,"template":611},[],"6644bc3d88b0597083425751","B) \u003Col>",[],{"type":764,"hasMath":11,"math":2738,"answerTime":18,"id":2740,"text":2741,"media":2742,"_id":2740},{"latex":2739,"template":611},[],"6644bc3d88b0597083425752","C) \u003Clist>",[],{"type":764,"hasMath":11,"math":2744,"answerTime":18,"id":2746,"text":1971,"media":2747,"_id":2746},{"latex":2745,"template":611},[],"6644bc3d88b0597083425753",[],{"type":241,"text":241,"media":2749,"hasMath":11,"math":2750,"answerTime":18},[],{"template":611,"latex":2751},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2754,"background":2755,"shape":2756},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59a9a846c7c4","2025-05-21T12:43:45.395Z",{"structure":2765,"standards":2803,"topics":2804,"isSuperParent":11,"standardIds":2805,"unifiedStandardIds":2806,"aiGenerated":11,"__v":261,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2807,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2808},{"settings":2766,"hasMath":11,"query":2767,"options":2772,"explain":2793,"hints":2797,"kind":168,"theme":2798,"marks":2802,"answer":266},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2768,"answerTime":767,"text":2770,"media":2771},{"latex":2769,"template":611},[],"Q: Which tag creates a bulleted list in HTML?",[],[2773,2778,2783,2788],{"type":764,"hasMath":11,"math":2774,"answerTime":18,"id":2776,"text":2729,"media":2777,"_id":2776},{"latex":2775,"template":611},[],"6644bc3d88b0597083425767",[],{"type":764,"hasMath":11,"math":2779,"answerTime":18,"id":2781,"text":2735,"media":2782,"_id":2781},{"latex":2780,"template":611},[],"6644bc3d88b0597083425768",[],{"type":764,"hasMath":11,"math":2784,"answerTime":18,"id":2786,"text":2741,"media":2787,"_id":2786},{"latex":2785,"template":611},[],"6644bc3d88b0597083425769",[],{"type":764,"hasMath":11,"math":2789,"answerTime":18,"id":2791,"text":1971,"media":2792,"_id":2791},{"latex":2790,"template":611},[],"6644bc3d88b059708342576a",[],{"type":241,"text":241,"media":2794,"hasMath":11,"math":2795,"answerTime":18},[],{"template":611,"latex":2796},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2799,"background":2800,"shape":2801},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59304946c7c5","2025-05-21T12:44:40.633Z",{"structure":2810,"standards":2852,"topics":2853,"isSuperParent":11,"standardIds":2854,"unifiedStandardIds":2855,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2856,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":2811,"hasMath":11,"query":2812,"options":2817,"explain":2842,"hints":2846,"kind":168,"theme":2847,"marks":2851,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2813,"answerTime":767,"text":2815,"media":2816},{"latex":2814,"template":611},[],"Q: Which event occurs when the user clicks on an HTML element in JavaScript?",[],[2818,2824,2830,2836],{"type":764,"hasMath":11,"math":2819,"answerTime":18,"id":2821,"text":2822,"media":2823,"_id":2821},{"latex":2820,"template":611},[],"6644bc3d88b059708342577e","A) onmouseclick",[],{"type":764,"hasMath":11,"math":2825,"answerTime":18,"id":2827,"text":2828,"media":2829,"_id":2827},{"latex":2826,"template":611},[],"6644bc3d88b059708342577f","B) onchange",[],{"type":764,"hasMath":11,"math":2831,"answerTime":18,"id":2833,"text":2834,"media":2835,"_id":2833},{"latex":2832,"template":611},[],"6644bc3d88b0597083425780","C) onclick",[],{"type":764,"hasMath":11,"math":2837,"answerTime":18,"id":2839,"text":2840,"media":2841,"_id":2839},{"latex":2838,"template":611},[],"6644bc3d88b0597083425781","D) onmouseover",[],{"type":241,"text":241,"media":2843,"hasMath":11,"math":2844,"answerTime":18},[],{"template":611,"latex":2845},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2848,"background":2849,"shape":2850},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59b7fc46c7c6",{"structure":2858,"standards":2900,"topics":2901,"isSuperParent":11,"standardIds":2902,"unifiedStandardIds":2903,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2904,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":2859,"hasMath":11,"query":2860,"options":2865,"explain":2890,"hints":2894,"kind":168,"theme":2895,"marks":2899,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2861,"answerTime":767,"text":2863,"media":2864},{"latex":2862,"template":611},[],"Q: How do you create a function in JavaScript?",[],[2866,2872,2878,2884],{"type":764,"hasMath":11,"math":2867,"answerTime":18,"id":2869,"text":2870,"media":2871,"_id":2869},{"latex":2868,"template":611},[],"6644bc3d88b0597083425795","A) function = myFunction()",[],{"type":764,"hasMath":11,"math":2873,"answerTime":18,"id":2875,"text":2876,"media":2877,"_id":2875},{"latex":2874,"template":611},[],"6644bc3d88b0597083425796","B) function:myFunction()",[],{"type":764,"hasMath":11,"math":2879,"answerTime":18,"id":2881,"text":2882,"media":2883,"_id":2881},{"latex":2880,"template":611},[],"6644bc3d88b0597083425797","C) function myFunction()",[],{"type":764,"hasMath":11,"math":2885,"answerTime":18,"id":2887,"text":2888,"media":2889,"_id":2887},{"latex":2886,"template":611},[],"6644bc3d88b0597083425798","D) myFunction():function",[],{"type":241,"text":241,"media":2891,"hasMath":11,"math":2892,"answerTime":18},[],{"template":611,"latex":2893},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2896,"background":2897,"shape":2898},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5965c946c7c7",{"structure":2906,"standards":2948,"topics":2949,"isSuperParent":11,"standardIds":2950,"unifiedStandardIds":2951,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":2952,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":2907,"hasMath":11,"query":2908,"options":2913,"explain":2938,"hints":2942,"kind":168,"theme":2943,"marks":2947,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2909,"answerTime":767,"text":2911,"media":2912},{"latex":2910,"template":611},[],"Q: How do you group selectors in CSS?",[],[2914,2920,2926,2932],{"type":764,"hasMath":11,"math":2915,"answerTime":18,"id":2917,"text":2918,"media":2919,"_id":2917},{"latex":2916,"template":611},[],"6644bc3d88b05970834257ac","A) Using the \".\" operator",[],{"type":764,"hasMath":11,"math":2921,"answerTime":18,"id":2923,"text":2924,"media":2925,"_id":2923},{"latex":2922,"template":611},[],"6644bc3d88b05970834257ad","B) Using the \"#\" operator",[],{"type":764,"hasMath":11,"math":2927,"answerTime":18,"id":2929,"text":2930,"media":2931,"_id":2929},{"latex":2928,"template":611},[],"6644bc3d88b05970834257ae","C) Using the \",\" operator",[],{"type":764,"hasMath":11,"math":2933,"answerTime":18,"id":2935,"text":2936,"media":2937,"_id":2935},{"latex":2934,"template":611},[],"6644bc3d88b05970834257af","D) Using the \":\" operator",[],{"type":241,"text":241,"media":2939,"hasMath":11,"math":2940,"answerTime":18},[],{"template":611,"latex":2941},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2944,"background":2945,"shape":2946},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd598f4446c7c8",{"structure":2954,"standards":2996,"topics":2997,"isSuperParent":11,"standardIds":2998,"unifiedStandardIds":2999,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3000,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":2955,"hasMath":11,"query":2956,"options":2961,"explain":2986,"hints":2990,"kind":168,"theme":2991,"marks":2995,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":2957,"answerTime":767,"text":2959,"media":2960},{"latex":2958,"template":611},[],"Q: Which CSS property is used to set the space between an element's border and its content?",[],[2962,2968,2974,2980],{"type":764,"hasMath":11,"math":2963,"answerTime":18,"id":2965,"text":2966,"media":2967,"_id":2965},{"latex":2964,"template":611},[],"6644bc3d88b05970834257c3","A) margin",[],{"type":764,"hasMath":11,"math":2969,"answerTime":18,"id":2971,"text":2972,"media":2973,"_id":2971},{"latex":2970,"template":611},[],"6644bc3d88b05970834257c4","B) padding",[],{"type":764,"hasMath":11,"math":2975,"answerTime":18,"id":2977,"text":2978,"media":2979,"_id":2977},{"latex":2976,"template":611},[],"6644bc3d88b05970834257c5","C) border",[],{"type":764,"hasMath":11,"math":2981,"answerTime":18,"id":2983,"text":2984,"media":2985,"_id":2983},{"latex":2982,"template":611},[],"6644bc3d88b05970834257c6","D) spacing",[],{"type":241,"text":241,"media":2987,"hasMath":11,"math":2988,"answerTime":18},[],{"template":611,"latex":2989},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":2992,"background":2993,"shape":2994},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59ac7e46c7c9",{"structure":3002,"standards":3044,"topics":3045,"isSuperParent":11,"standardIds":3046,"unifiedStandardIds":3047,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3048,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":3003,"hasMath":11,"query":3004,"options":3009,"explain":3034,"hints":3038,"kind":168,"theme":3039,"marks":3043,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3005,"answerTime":767,"text":3007,"media":3008},{"latex":3006,"template":611},[],"Q: In HTML, what does the acronym \"CSS\" stand for? ",[],[3010,3016,3022,3028],{"type":764,"hasMath":11,"math":3011,"answerTime":18,"id":3013,"text":3014,"media":3015,"_id":3013},{"latex":3012,"template":611},[],"6644bc3d88b05970834257da","A) Cascading Style Sheet",[],{"type":764,"hasMath":11,"math":3017,"answerTime":18,"id":3019,"text":3020,"media":3021,"_id":3019},{"latex":3018,"template":611},[],"6644bc3d88b05970834257db","B) Computer Style Syntax",[],{"type":764,"hasMath":11,"math":3023,"answerTime":18,"id":3025,"text":3026,"media":3027,"_id":3025},{"latex":3024,"template":611},[],"6644bc3d88b05970834257dc","C) Creative Styling System",[],{"type":764,"hasMath":11,"math":3029,"answerTime":18,"id":3031,"text":3032,"media":3033,"_id":3031},{"latex":3030,"template":611},[],"6644bc3d88b05970834257dd","D) Centralized Style Set",[],{"type":241,"text":241,"media":3035,"hasMath":11,"math":3036,"answerTime":18},[],{"template":611,"latex":3037},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3040,"background":3041,"shape":3042},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5912d846c7ca",{"structure":3050,"standards":3092,"topics":3093,"isSuperParent":11,"standardIds":3094,"unifiedStandardIds":3095,"aiGenerated":11,"__v":261,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3096,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3097},{"settings":3051,"hasMath":11,"query":3052,"options":3057,"explain":3082,"hints":3086,"kind":168,"theme":3087,"marks":3091,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3053,"answerTime":767,"text":3055,"media":3056},{"latex":3054,"template":611},[],"Q: Which of the following is a correct tag to use within a table to create a header?",[],[3058,3064,3070,3076],{"type":764,"hasMath":11,"math":3059,"answerTime":18,"id":3061,"text":3062,"media":3063,"_id":3061},{"latex":3060,"template":611},[],"6644bc3d88b05970834257f1","A) \u003Chead>",[],{"type":764,"hasMath":11,"math":3065,"answerTime":18,"id":3067,"text":3068,"media":3069,"_id":3067},{"latex":3066,"template":611},[],"6644bc3d88b05970834257f2","B) \u003Ctr>",[],{"type":764,"hasMath":11,"math":3071,"answerTime":18,"id":3073,"text":3074,"media":3075,"_id":3073},{"latex":3072,"template":611},[],"6644bc3d88b05970834257f3","C) \u003Cth>",[],{"type":764,"hasMath":11,"math":3077,"answerTime":18,"id":3079,"text":3080,"media":3081,"_id":3079},{"latex":3078,"template":611},[],"6644bc3d88b05970834257f4","D) \u003Ctd>",[],{"type":241,"text":241,"media":3083,"hasMath":11,"math":3084,"answerTime":18},[],{"template":611,"latex":3085},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3088,"background":3089,"shape":3090},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5910f746c7cb","2025-05-21T12:45:33.839Z",{"structure":3099,"standards":3137,"topics":3138,"isSuperParent":11,"standardIds":3139,"unifiedStandardIds":3140,"aiGenerated":11,"__v":261,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3141,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3142},{"settings":3100,"hasMath":11,"query":3101,"options":3106,"explain":3127,"hints":3131,"kind":168,"theme":3132,"marks":3136,"answer":266},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3102,"answerTime":767,"text":3104,"media":3105},{"latex":3103,"template":611},[],"Q: Which of the following is a correct tag to use within a table to create a cell?",[],[3107,3112,3117,3122],{"type":764,"hasMath":11,"math":3108,"answerTime":18,"id":3110,"text":3062,"media":3111,"_id":3110},{"latex":3109,"template":611},[],"6644bc3d88b0597083425808",[],{"type":764,"hasMath":11,"math":3113,"answerTime":18,"id":3115,"text":3068,"media":3116,"_id":3115},{"latex":3114,"template":611},[],"6644bc3d88b0597083425809",[],{"type":764,"hasMath":11,"math":3118,"answerTime":18,"id":3120,"text":3074,"media":3121,"_id":3120},{"latex":3119,"template":611},[],"6644bc3d88b059708342580a",[],{"type":764,"hasMath":11,"math":3123,"answerTime":18,"id":3125,"text":3080,"media":3126,"_id":3125},{"latex":3124,"template":611},[],"6644bc3d88b059708342580b",[],{"type":241,"text":241,"media":3128,"hasMath":11,"math":3129,"answerTime":18},[],{"template":611,"latex":3130},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3133,"background":3134,"shape":3135},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5920e146c7cc","2025-05-21T12:46:16.647Z",{"structure":3144,"standards":3183,"topics":3184,"isSuperParent":11,"standardIds":3185,"unifiedStandardIds":3186,"aiGenerated":11,"__v":261,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3187,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3188},{"settings":3145,"hasMath":11,"query":3146,"options":3151,"explain":3173,"hints":3177,"kind":168,"theme":3178,"marks":3182,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3147,"answerTime":767,"text":3149,"media":3150},{"latex":3148,"template":611},[],"Q: Which of the following is a correct tag to use within a table to create a row?",[],[3152,3157,3162,3167],{"type":764,"hasMath":11,"math":3153,"answerTime":18,"id":3155,"text":3062,"media":3156,"_id":3155},{"latex":3154,"template":611},[],"6644bc3d88b059708342581f",[],{"type":764,"hasMath":11,"math":3158,"answerTime":18,"id":3160,"text":3068,"media":3161,"_id":3160},{"latex":3159,"template":611},[],"6644bc3d88b0597083425820",[],{"type":764,"hasMath":11,"math":3163,"answerTime":18,"id":3165,"text":3074,"media":3166,"_id":3165},{"latex":3164,"template":611},[],"6644bc3d88b0597083425821",[],{"type":764,"hasMath":11,"math":3168,"answerTime":18,"id":3170,"text":3171,"media":3172,"_id":3170},{"latex":3169,"template":611},[],"6644bc3d88b0597083425822","D \u003Ctd>",[],{"type":241,"text":241,"media":3174,"hasMath":11,"math":3175,"answerTime":18},[],{"template":611,"latex":3176},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3179,"background":3180,"shape":3181},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd597a9146c7cd","2025-05-21T12:46:58.591Z",{"structure":3190,"standards":3232,"topics":3233,"isSuperParent":11,"standardIds":3234,"unifiedStandardIds":3235,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3236,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":3191,"hasMath":11,"query":3192,"options":3197,"explain":3222,"hints":3226,"kind":168,"theme":3227,"marks":3231,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3193,"answerTime":767,"text":3195,"media":3196},{"latex":3194,"template":611},[],"Q: In HTML, what does the acronym \"URL\" stand for?",[],[3198,3204,3210,3216],{"type":764,"hasMath":11,"math":3199,"answerTime":18,"id":3201,"text":3202,"media":3203,"_id":3201},{"latex":3200,"template":611},[],"6644bc3d88b0597083425836","A) Universal Resource Locator",[],{"type":764,"hasMath":11,"math":3205,"answerTime":18,"id":3207,"text":3208,"media":3209,"_id":3207},{"latex":3206,"template":611},[],"6644bc3d88b0597083425837","B) Uniform Resource Locator",[],{"type":764,"hasMath":11,"math":3211,"answerTime":18,"id":3213,"text":3214,"media":3215,"_id":3213},{"latex":3212,"template":611},[],"6644bc3d88b0597083425838","C) Unified Resource Language",[],{"type":764,"hasMath":11,"math":3217,"answerTime":18,"id":3219,"text":3220,"media":3221,"_id":3219},{"latex":3218,"template":611},[],"6644bc3d88b0597083425839","D) Universal Rendering Language",[],{"type":241,"text":241,"media":3223,"hasMath":11,"math":3224,"answerTime":18},[],{"template":611,"latex":3225},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3228,"background":3229,"shape":3230},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59283c46c7ce",{"structure":3238,"standards":3280,"topics":3281,"isSuperParent":11,"standardIds":3282,"unifiedStandardIds":3283,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3284,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":3239,"hasMath":11,"query":3240,"options":3245,"explain":3270,"hints":3274,"kind":168,"theme":3275,"marks":3279,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3241,"answerTime":767,"text":3243,"media":3244},{"latex":3242,"template":611},[],"Q: What does the HTML \u003Cblockquote> tag represent?",[],[3246,3252,3258,3264],{"type":764,"hasMath":11,"math":3247,"answerTime":18,"id":3249,"text":3250,"media":3251,"_id":3249},{"latex":3248,"template":611},[],"6644bc3d88b059708342584d","A) Defines a block of code",[],{"type":764,"hasMath":11,"math":3253,"answerTime":18,"id":3255,"text":3256,"media":3257,"_id":3255},{"latex":3254,"template":611},[],"6644bc3d88b059708342584e","B) Indicates a long quotation",[],{"type":764,"hasMath":11,"math":3259,"answerTime":18,"id":3261,"text":3262,"media":3263,"_id":3261},{"latex":3260,"template":611},[],"6644bc3d88b059708342584f","C) Creates a bulleted list",[],{"type":764,"hasMath":11,"math":3265,"answerTime":18,"id":3267,"text":3268,"media":3269,"_id":3267},{"latex":3266,"template":611},[],"6644bc3d88b0597083425850","D) Represents a bold text",[],{"type":241,"text":241,"media":3271,"hasMath":11,"math":3272,"answerTime":18},[],{"template":611,"latex":3273},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3276,"background":3277,"shape":3278},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59854046c7cf",{"structure":3286,"standards":3328,"topics":3329,"isSuperParent":11,"standardIds":3330,"unifiedStandardIds":3331,"aiGenerated":11,"__v":261,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3332,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3333},{"settings":3287,"hasMath":11,"query":3288,"options":3293,"explain":3318,"hints":3322,"kind":168,"theme":3323,"marks":3327,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3289,"answerTime":767,"text":3291,"media":3292},{"latex":3290,"template":611},[],"Q: What is the correct way to include an external JavaScript file in an HTML document?",[],[3294,3300,3306,3312],{"type":764,"hasMath":11,"math":3295,"answerTime":18,"id":3297,"text":3298,"media":3299,"_id":3297},{"latex":3296,"template":611},[],"6644bc3d88b0597083425864","A) \u003Cscript src=\"script.js\">",[],{"type":764,"hasMath":11,"math":3301,"answerTime":18,"id":3303,"text":3304,"media":3305,"_id":3303},{"latex":3302,"template":611},[],"6644bc3d88b0597083425865","B) \u003Cjavascript href=\"script.js\">",[],{"type":764,"hasMath":11,"math":3307,"answerTime":18,"id":3309,"text":3310,"media":3311,"_id":3309},{"latex":3308,"template":611},[],"6644bc3d88b0597083425866","C) \u003Clink rel=\"script\" href=\"script.js\">",[],{"type":764,"hasMath":11,"math":3313,"answerTime":18,"id":3315,"text":3316,"media":3317,"_id":3315},{"latex":3314,"template":611},[],"6644bc3d88b0597083425867","D) \u003Cinclude src=\"script.js\">",[],{"type":241,"text":241,"media":3319,"hasMath":11,"math":3320,"answerTime":18},[],{"template":611,"latex":3321},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3324,"background":3325,"shape":3326},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59a88e46c7d0","2025-05-21T12:49:05.325Z",{"structure":3335,"standards":3377,"topics":3378,"isSuperParent":11,"standardIds":3379,"unifiedStandardIds":3380,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3381,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":2380},{"settings":3336,"hasMath":11,"query":3337,"options":3342,"explain":3367,"hints":3371,"kind":168,"theme":3372,"marks":3376,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3338,"answerTime":767,"text":3340,"media":3341},{"latex":3339,"template":611},[],"Q: Which HTML attribute is used to set the text alignment within an element?",[],[3343,3349,3355,3361],{"type":764,"hasMath":11,"math":3344,"answerTime":18,"id":3346,"text":3347,"media":3348,"_id":3346},{"latex":3345,"template":611},[],"6644bc3d88b059708342587b","A) text-align",[],{"type":764,"hasMath":11,"math":3350,"answerTime":18,"id":3352,"text":3353,"media":3354,"_id":3352},{"latex":3351,"template":611},[],"6644bc3d88b059708342587c","B) align",[],{"type":764,"hasMath":11,"math":3356,"answerTime":18,"id":3358,"text":3359,"media":3360,"_id":3358},{"latex":3357,"template":611},[],"6644bc3d88b059708342587d","C) text-position",[],{"type":764,"hasMath":11,"math":3362,"answerTime":18,"id":3364,"text":3365,"media":3366,"_id":3364},{"latex":3363,"template":611},[],"6644bc3d88b059708342587e","D) alignment",[],{"type":241,"text":241,"media":3368,"hasMath":11,"math":3369,"answerTime":18},[],{"template":611,"latex":3370},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3373,"background":3374,"shape":3375},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd598cdc46c7d1",{"structure":3383,"standards":3425,"topics":3426,"isSuperParent":11,"standardIds":3427,"unifiedStandardIds":3428,"aiGenerated":11,"__v":261,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3429,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3430},{"settings":3384,"hasMath":11,"query":3385,"options":3390,"explain":3415,"hints":3419,"kind":168,"theme":3420,"marks":3424,"answer":266},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3386,"answerTime":767,"text":3388,"media":3389},{"latex":3387,"template":611},[],"Q: Which HTML tag is used for creating a horizontal rule or line?",[],[3391,3397,3403,3409],{"type":764,"hasMath":11,"math":3392,"answerTime":18,"id":3394,"text":3395,"media":3396,"_id":3394},{"latex":3393,"template":611},[],"6644bc3d88b0597083425892","A) \u003Cline>",[],{"type":764,"hasMath":11,"math":3398,"answerTime":18,"id":3400,"text":3401,"media":3402,"_id":3400},{"latex":3399,"template":611},[],"6644bc3d88b0597083425893","B) \u003Cbr>",[],{"type":764,"hasMath":11,"math":3404,"answerTime":18,"id":3406,"text":3407,"media":3408,"_id":3406},{"latex":3405,"template":611},[],"6644bc3d88b0597083425894","C) \u003Cdiv>",[],{"type":764,"hasMath":11,"math":3410,"answerTime":18,"id":3412,"text":3413,"media":3414,"_id":3412},{"latex":3411,"template":611},[],"6644bc3d88b0597083425895","D) \u003Chr>",[],{"type":241,"text":241,"media":3416,"hasMath":11,"math":3417,"answerTime":18},[],{"template":611,"latex":3418},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3421,"background":3422,"shape":3423},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59d8c846c7d2","2025-05-21T12:23:55.869Z",{"structure":3432,"standards":3473,"topics":3474,"isSuperParent":11,"standardIds":3475,"unifiedStandardIds":3476,"aiGenerated":11,"__v":261,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3477,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3478},{"settings":3433,"hasMath":11,"query":3434,"options":3439,"explain":3463,"hints":3467,"kind":168,"theme":3468,"marks":3472,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3435,"answerTime":767,"text":3437,"media":3438},{"latex":3436,"template":611},[],"Q: Which of the following HTML tags are used to bold text for accessibility reasons?",[],[3440,3445,3451,3457],{"type":764,"hasMath":11,"math":3441,"answerTime":18,"id":3443,"text":989,"media":3444,"_id":3443},{"latex":3442,"template":611},[],"6644bc3d88b05970834258a9",[],{"type":764,"hasMath":11,"math":3446,"answerTime":18,"id":3448,"text":3449,"media":3450,"_id":3448},{"latex":3447,"template":611},[],"6644bc3d88b05970834258aa","B) \u003Cem>",[],{"type":764,"hasMath":11,"math":3452,"answerTime":18,"id":3454,"text":3455,"media":3456,"_id":3454},{"latex":3453,"template":611},[],"6644bc3d88b05970834258ab","C) \u003Cstrong>",[],{"type":764,"hasMath":11,"math":3458,"answerTime":18,"id":3460,"text":3461,"media":3462,"_id":3460},{"latex":3459,"template":611},[],"6644bc3d88b05970834258ac","D) \u003Ci>",[],{"type":241,"text":241,"media":3464,"hasMath":11,"math":3465,"answerTime":18},[],{"template":611,"latex":3466},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3469,"background":3470,"shape":3471},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd593f0946c7d3","2025-05-21T12:50:07.178Z",{"structure":3480,"standards":3522,"topics":3523,"isSuperParent":11,"standardIds":3524,"unifiedStandardIds":3525,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3526,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":3481,"hasMath":11,"query":3482,"options":3487,"explain":3512,"hints":3516,"kind":168,"theme":3517,"marks":3521,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3483,"answerTime":767,"text":3485,"media":3486},{"latex":3484,"template":611},[],"Q: Which CSS selector targets all instances of a specific HTML element on a page?",[],[3488,3494,3500,3506],{"type":764,"hasMath":11,"math":3489,"answerTime":18,"id":3491,"text":3492,"media":3493,"_id":3491},{"latex":3490,"template":611},[],"6644bc3d88b05970834258c0","A) #element",[],{"type":764,"hasMath":11,"math":3495,"answerTime":18,"id":3497,"text":3498,"media":3499,"_id":3497},{"latex":3496,"template":611},[],"6644bc3d88b05970834258c1","B) .element",[],{"type":764,"hasMath":11,"math":3501,"answerTime":18,"id":3503,"text":3504,"media":3505,"_id":3503},{"latex":3502,"template":611},[],"6644bc3d88b05970834258c2","C) element{}",[],{"type":764,"hasMath":11,"math":3507,"answerTime":18,"id":3509,"text":3510,"media":3511,"_id":3509},{"latex":3508,"template":611},[],"6644bc3d88b05970834258c3","D) *{}",[],{"type":241,"text":241,"media":3513,"hasMath":11,"math":3514,"answerTime":18},[],{"template":611,"latex":3515},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3518,"background":3519,"shape":3520},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd592d3f46c7d4","2025-05-21T15:16:15.439Z",{"structure":3529,"standards":3571,"topics":3572,"isSuperParent":11,"standardIds":3573,"unifiedStandardIds":3574,"aiGenerated":11,"__v":261,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3575,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3576},{"settings":3530,"hasMath":11,"query":3531,"options":3536,"explain":3561,"hints":3565,"kind":168,"theme":3566,"marks":3570,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3532,"answerTime":767,"text":3534,"media":3535},{"latex":3533,"template":611},[],"Q: Which of the following correctly displays a CSS Class?",[],[3537,3543,3549,3555],{"type":764,"hasMath":11,"math":3538,"answerTime":18,"id":3540,"text":3541,"media":3542,"_id":3540},{"latex":3539,"template":611},[],"6644bc3d88b05970834258d7","A) this-is-an-id {}",[],{"type":764,"hasMath":11,"math":3544,"answerTime":18,"id":3546,"text":3547,"media":3548,"_id":3546},{"latex":3545,"template":611},[],"6644bc3d88b05970834258d8","B) .this-is-an-id {}",[],{"type":764,"hasMath":11,"math":3550,"answerTime":18,"id":3552,"text":3553,"media":3554,"_id":3552},{"latex":3551,"template":611},[],"6644bc3d88b05970834258d9","C) #this-is-an-id {}",[],{"type":764,"hasMath":11,"math":3556,"answerTime":18,"id":3558,"text":3559,"media":3560,"_id":3558},{"latex":3557,"template":611},[],"6644bc3d88b05970834258da","D) this is a class {}",[],{"type":241,"text":241,"media":3562,"hasMath":11,"math":3563,"answerTime":18},[],{"template":611,"latex":3564},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3567,"background":3568,"shape":3569},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59811a46c7d5","2025-05-21T12:52:37.195Z",{"structure":3578,"standards":3620,"topics":3621,"isSuperParent":11,"standardIds":3622,"unifiedStandardIds":3623,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3624,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":3579,"hasMath":11,"query":3580,"options":3585,"explain":3610,"hints":3614,"kind":168,"theme":3615,"marks":3619,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3581,"answerTime":767,"text":3583,"media":3584},{"latex":3582,"template":611},[],"Q: In CSS, what does the :hover pseudo-class target?",[],[3586,3592,3598,3604],{"type":764,"hasMath":11,"math":3587,"answerTime":18,"id":3589,"text":3590,"media":3591,"_id":3589},{"latex":3588,"template":611},[],"6644bc3d88b05970834258ee","A) The first child element",[],{"type":764,"hasMath":11,"math":3593,"answerTime":18,"id":3595,"text":3596,"media":3597,"_id":3595},{"latex":3594,"template":611},[],"6644bc3d88b05970834258ef","B) Elements with a specific class",[],{"type":764,"hasMath":11,"math":3599,"answerTime":18,"id":3601,"text":3602,"media":3603,"_id":3601},{"latex":3600,"template":611},[],"6644bc3d88b05970834258f0","C) Elements when the mouse hovers over them",[],{"type":764,"hasMath":11,"math":3605,"answerTime":18,"id":3607,"text":3608,"media":3609,"_id":3607},{"latex":3606,"template":611},[],"6644bc3d88b05970834258f1","D) Elements in odd-numbered positions",[],{"type":241,"text":241,"media":3611,"hasMath":11,"math":3612,"answerTime":18},[],{"template":611,"latex":3613},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3616,"background":3617,"shape":3618},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd598e8a46c7d6",{"structure":3626,"standards":3668,"topics":3669,"isSuperParent":11,"standardIds":3670,"unifiedStandardIds":3671,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3672,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":3627,"hasMath":11,"query":3628,"options":3633,"explain":3658,"hints":3662,"kind":168,"theme":3663,"marks":3667,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3629,"answerTime":767,"text":3631,"media":3632},{"latex":3630,"template":611},[],"Q: Which CSS property is used to control the transparency of an element?",[],[3634,3640,3646,3652],{"type":764,"hasMath":11,"math":3635,"answerTime":18,"id":3637,"text":3638,"media":3639,"_id":3637},{"latex":3636,"template":611},[],"6644bc3d88b0597083425905","A) opacity",[],{"type":764,"hasMath":11,"math":3641,"answerTime":18,"id":3643,"text":3644,"media":3645,"_id":3643},{"latex":3642,"template":611},[],"6644bc3d88b0597083425906","B) transparency",[],{"type":764,"hasMath":11,"math":3647,"answerTime":18,"id":3649,"text":3650,"media":3651,"_id":3649},{"latex":3648,"template":611},[],"6644bc3d88b0597083425907","C) visibility",[],{"type":764,"hasMath":11,"math":3653,"answerTime":18,"id":3655,"text":3656,"media":3657,"_id":3655},{"latex":3654,"template":611},[],"6644bc3d88b0597083425908","D) alpha",[],{"type":241,"text":241,"media":3659,"hasMath":11,"math":3660,"answerTime":18},[],{"template":611,"latex":3661},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3664,"background":3665,"shape":3666},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd598f9746c7d7",{"structure":3674,"standards":3716,"topics":3717,"isSuperParent":11,"standardIds":3718,"unifiedStandardIds":3719,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3720,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":3675,"hasMath":11,"query":3676,"options":3681,"explain":3706,"hints":3710,"kind":168,"theme":3711,"marks":3715,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3677,"answerTime":767,"text":3679,"media":3680},{"latex":3678,"template":611},[],"Q: In CSS, what is the purpose of the float property?",[],[3682,3688,3694,3700],{"type":764,"hasMath":11,"math":3683,"answerTime":18,"id":3685,"text":3686,"media":3687,"_id":3685},{"latex":3684,"template":611},[],"6644bc3d88b059708342591c","A) Adds a floating animation to the element",[],{"type":764,"hasMath":11,"math":3689,"answerTime":18,"id":3691,"text":3692,"media":3693,"_id":3691},{"latex":3690,"template":611},[],"6644bc3d88b059708342591d","B) Aligns the element to the left or right within its container",[],{"type":764,"hasMath":11,"math":3695,"answerTime":18,"id":3697,"text":3698,"media":3699,"_id":3697},{"latex":3696,"template":611},[],"6644bc3d88b059708342591e","C) Increases the element's font size",[],{"type":764,"hasMath":11,"math":3701,"answerTime":18,"id":3703,"text":3704,"media":3705,"_id":3703},{"latex":3702,"template":611},[],"6644bc3d88b059708342591f","D) Creates a border around the element",[],{"type":241,"text":241,"media":3707,"hasMath":11,"math":3708,"answerTime":18},[],{"template":611,"latex":3709},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3712,"background":3713,"shape":3714},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd594dad46c7d8",{"structure":3722,"standards":3764,"topics":3765,"isSuperParent":11,"standardIds":3766,"unifiedStandardIds":3767,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3768,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":3723,"hasMath":11,"query":3724,"options":3729,"explain":3754,"hints":3758,"kind":168,"theme":3759,"marks":3763,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3725,"answerTime":767,"text":3727,"media":3728},{"latex":3726,"template":611},[],"Q: Which CSS property is used to set the minimum width of an element?",[],[3730,3736,3742,3748],{"type":764,"hasMath":11,"math":3731,"answerTime":18,"id":3733,"text":3734,"media":3735,"_id":3733},{"latex":3732,"template":611},[],"6644bc3d88b0597083425933","A) max-width",[],{"type":764,"hasMath":11,"math":3737,"answerTime":18,"id":3739,"text":3740,"media":3741,"_id":3739},{"latex":3738,"template":611},[],"6644bc3d88b0597083425934","B) min-width",[],{"type":764,"hasMath":11,"math":3743,"answerTime":18,"id":3745,"text":3746,"media":3747,"_id":3745},{"latex":3744,"template":611},[],"6644bc3d88b0597083425935","C) width-min",[],{"type":764,"hasMath":11,"math":3749,"answerTime":18,"id":3751,"text":3752,"media":3753,"_id":3751},{"latex":3750,"template":611},[],"6644bc3d88b0597083425936","D) minimum-width",[],{"type":241,"text":241,"media":3755,"hasMath":11,"math":3756,"answerTime":18},[],{"template":611,"latex":3757},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3760,"background":3761,"shape":3762},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59cec446c7d9",{"structure":3770,"standards":3812,"topics":3813,"isSuperParent":11,"standardIds":3814,"unifiedStandardIds":3815,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3816,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":3771,"hasMath":11,"query":3772,"options":3777,"explain":3802,"hints":3806,"kind":168,"theme":3807,"marks":3811,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3773,"answerTime":767,"text":3775,"media":3776},{"latex":3774,"template":611},[],"Q: What is the alternate name of the HTML Tree?",[],[3778,3784,3790,3796],{"type":764,"hasMath":11,"math":3779,"answerTime":18,"id":3781,"text":3782,"media":3783,"_id":3781},{"latex":3780,"template":611},[],"6644bc3d88b059708342594a","A) HTML Branches",[],{"type":764,"hasMath":11,"math":3785,"answerTime":18,"id":3787,"text":3788,"media":3789,"_id":3787},{"latex":3786,"template":611},[],"6644bc3d88b059708342594b","B) HTML Skeleton",[],{"type":764,"hasMath":11,"math":3791,"answerTime":18,"id":3793,"text":3794,"media":3795,"_id":3793},{"latex":3792,"template":611},[],"6644bc3d88b059708342594c","C) HTML Flowchat",[],{"type":764,"hasMath":11,"math":3797,"answerTime":18,"id":3799,"text":3800,"media":3801,"_id":3799},{"latex":3798,"template":611},[],"6644bc3d88b059708342594d","D) HTML Doc",[],{"type":241,"text":241,"media":3803,"hasMath":11,"math":3804,"answerTime":18},[],{"template":611,"latex":3805},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3808,"background":3809,"shape":3810},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd596ff346c7da",{"structure":3818,"standards":3860,"topics":3861,"isSuperParent":11,"standardIds":3862,"unifiedStandardIds":3863,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3864,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":3819,"hasMath":11,"query":3820,"options":3825,"explain":3850,"hints":3854,"kind":168,"theme":3855,"marks":3859,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3821,"answerTime":767,"text":3823,"media":3824},{"latex":3822,"template":611},[],"Q: Which CSS property is used to control the visibility of an element?",[],[3826,3832,3838,3844],{"type":764,"hasMath":11,"math":3827,"answerTime":18,"id":3829,"text":3830,"media":3831,"_id":3829},{"latex":3828,"template":611},[],"6644bc3d88b0597083425961","A) display",[],{"type":764,"hasMath":11,"math":3833,"answerTime":18,"id":3835,"text":3836,"media":3837,"_id":3835},{"latex":3834,"template":611},[],"6644bc3d88b0597083425962","B) visibility",[],{"type":764,"hasMath":11,"math":3839,"answerTime":18,"id":3841,"text":3842,"media":3843,"_id":3841},{"latex":3840,"template":611},[],"6644bc3d88b0597083425963","C) hidden",[],{"type":764,"hasMath":11,"math":3845,"answerTime":18,"id":3847,"text":3848,"media":3849,"_id":3847},{"latex":3846,"template":611},[],"6644bc3d88b0597083425964","D) opacity",[],{"type":241,"text":241,"media":3851,"hasMath":11,"math":3852,"answerTime":18},[],{"template":611,"latex":3853},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3856,"background":3857,"shape":3858},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59be6246c7db",{"structure":3866,"standards":3908,"topics":3909,"isSuperParent":11,"standardIds":3910,"unifiedStandardIds":3911,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3912,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":3867,"hasMath":11,"query":3868,"options":3873,"explain":3898,"hints":3902,"kind":168,"theme":3903,"marks":3907,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3869,"answerTime":767,"text":3871,"media":3872},{"latex":3870,"template":611},[],"Q: What is a digital footprint?",[],[3874,3880,3886,3892],{"type":764,"hasMath":11,"math":3875,"answerTime":18,"id":3877,"text":3878,"media":3879,"_id":3877},{"latex":3876,"template":611},[],"6644bc3d88b0597083425978","A) The physical size of a device",[],{"type":764,"hasMath":11,"math":3881,"answerTime":18,"id":3883,"text":3884,"media":3885,"_id":3883},{"latex":3882,"template":611},[],"6644bc3d88b0597083425979","B) A measure of internet speed",[],{"type":764,"hasMath":11,"math":3887,"answerTime":18,"id":3889,"text":3890,"media":3891,"_id":3889},{"latex":3888,"template":611},[],"6644bc3d88b059708342597a","C) The trail of data left behind by online activities",[],{"type":764,"hasMath":11,"math":3893,"answerTime":18,"id":3895,"text":3896,"media":3897,"_id":3895},{"latex":3894,"template":611},[],"6644bc3d88b059708342597b","D) The brightness of a computer screen",[],{"type":241,"text":241,"media":3899,"hasMath":11,"math":3900,"answerTime":18},[],{"template":611,"latex":3901},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3904,"background":3905,"shape":3906},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59490e46c7dc",{"structure":3914,"standards":3956,"topics":3957,"isSuperParent":11,"standardIds":3958,"unifiedStandardIds":3959,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":3960,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":3915,"hasMath":11,"query":3916,"options":3921,"explain":3946,"hints":3950,"kind":168,"theme":3951,"marks":3955,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3917,"answerTime":767,"text":3919,"media":3920},{"latex":3918,"template":611},[],"Q: How can a person actively manage their digital footprint?",[],[3922,3928,3934,3940],{"type":764,"hasMath":11,"math":3923,"answerTime":18,"id":3925,"text":3926,"media":3927,"_id":3925},{"latex":3924,"template":611},[],"6644bc3d88b059708342598f","A) Avoiding internet use entirely",[],{"type":764,"hasMath":11,"math":3929,"answerTime":18,"id":3931,"text":3932,"media":3933,"_id":3931},{"latex":3930,"template":611},[],"6644bc3d88b0597083425990","B) Deleting all online accounts",[],{"type":764,"hasMath":11,"math":3935,"answerTime":18,"id":3937,"text":3938,"media":3939,"_id":3937},{"latex":3936,"template":611},[],"6644bc3d88b0597083425991","C) Being mindful of online activities and settings",[],{"type":764,"hasMath":11,"math":3941,"answerTime":18,"id":3943,"text":3944,"media":3945,"_id":3943},{"latex":3942,"template":611},[],"6644bc3d88b0597083425992","D) Increasing online presence",[],{"type":241,"text":241,"media":3947,"hasMath":11,"math":3948,"answerTime":18},[],{"template":611,"latex":3949},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":3952,"background":3953,"shape":3954},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59be3346c7dd",{"structure":3962,"standards":4004,"topics":4005,"isSuperParent":11,"standardIds":4006,"unifiedStandardIds":4007,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4008,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":3963,"hasMath":11,"query":3964,"options":3969,"explain":3994,"hints":3998,"kind":168,"theme":3999,"marks":4003,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":3965,"answerTime":767,"text":3967,"media":3968},{"latex":3966,"template":611},[],"Q: What potential impact can a negative digital footprint have on an individual?",[],[3970,3976,3982,3988],{"type":764,"hasMath":11,"math":3971,"answerTime":18,"id":3973,"text":3974,"media":3975,"_id":3973},{"latex":3972,"template":611},[],"6644bc3d88b05970834259a6","A) Enhanced online security",[],{"type":764,"hasMath":11,"math":3977,"answerTime":18,"id":3979,"text":3980,"media":3981,"_id":3979},{"latex":3978,"template":611},[],"6644bc3d88b05970834259a7","B) Improved job opportunities",[],{"type":764,"hasMath":11,"math":3983,"answerTime":18,"id":3985,"text":3986,"media":3987,"_id":3985},{"latex":3984,"template":611},[],"6644bc3d88b05970834259a8","C) Negative effects on personal and professional life",[],{"type":764,"hasMath":11,"math":3989,"answerTime":18,"id":3991,"text":3992,"media":3993,"_id":3991},{"latex":3990,"template":611},[],"6644bc3d88b05970834259a9","D) Increased social media followers",[],{"type":241,"text":241,"media":3995,"hasMath":11,"math":3996,"answerTime":18},[],{"template":611,"latex":3997},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4000,"background":4001,"shape":4002},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59752946c7de",{"structure":4010,"standards":4052,"topics":4053,"isSuperParent":11,"standardIds":4054,"unifiedStandardIds":4055,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4056,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4011,"hasMath":11,"query":4012,"options":4017,"explain":4042,"hints":4046,"kind":168,"theme":4047,"marks":4051,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4013,"answerTime":767,"text":4015,"media":4016},{"latex":4014,"template":611},[],"Q: Which of the following is an example of personal information that contributes to a digital footprint?",[],[4018,4024,4030,4036],{"type":764,"hasMath":11,"math":4019,"answerTime":18,"id":4021,"text":4022,"media":4023,"_id":4021},{"latex":4020,"template":611},[],"6644bc3d88b05970834259bd","A) Online search history",[],{"type":764,"hasMath":11,"math":4025,"answerTime":18,"id":4027,"text":4028,"media":4029,"_id":4027},{"latex":4026,"template":611},[],"6644bc3d88b05970834259be","B) Internet connection speed",[],{"type":764,"hasMath":11,"math":4031,"answerTime":18,"id":4033,"text":4034,"media":4035,"_id":4033},{"latex":4032,"template":611},[],"6644bc3d88b05970834259bf","C) Computer screen resolution",[],{"type":764,"hasMath":11,"math":4037,"answerTime":18,"id":4039,"text":4040,"media":4041,"_id":4039},{"latex":4038,"template":611},[],"6644bc3d88b05970834259c0","D) Software preferences",[],{"type":241,"text":241,"media":4043,"hasMath":11,"math":4044,"answerTime":18},[],{"template":611,"latex":4045},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4048,"background":4049,"shape":4050},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59a1ae46c7df",{"structure":4058,"standards":4100,"topics":4101,"isSuperParent":11,"standardIds":4102,"unifiedStandardIds":4103,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4104,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4059,"hasMath":11,"query":4060,"options":4065,"explain":4090,"hints":4094,"kind":168,"theme":4095,"marks":4099,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4061,"answerTime":767,"text":4063,"media":4064},{"latex":4062,"template":611},[],"Q: How can social media contribute to an individual's digital footprint?",[],[4066,4072,4078,4084],{"type":764,"hasMath":11,"math":4067,"answerTime":18,"id":4069,"text":4070,"media":4071,"_id":4069},{"latex":4068,"template":611},[],"6644bc3d88b05970834259d4","A) By reducing online visibility",[],{"type":764,"hasMath":11,"math":4073,"answerTime":18,"id":4075,"text":4076,"media":4077,"_id":4075},{"latex":4074,"template":611},[],"6644bc3d88b05970834259d5","B) By avoiding any online interaction",[],{"type":764,"hasMath":11,"math":4079,"answerTime":18,"id":4081,"text":4082,"media":4083,"_id":4081},{"latex":4080,"template":611},[],"6644bc3d88b05970834259d6","C) By sharing posts, comments, and images",[],{"type":764,"hasMath":11,"math":4085,"answerTime":18,"id":4087,"text":4088,"media":4089,"_id":4087},{"latex":4086,"template":611},[],"6644bc3d88b05970834259d7","D) By using private browsing mode",[],{"type":241,"text":241,"media":4091,"hasMath":11,"math":4092,"answerTime":18},[],{"template":611,"latex":4093},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4096,"background":4097,"shape":4098},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59e51546c7e0",{"structure":4106,"standards":4148,"topics":4149,"isSuperParent":11,"standardIds":4150,"unifiedStandardIds":4151,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4152,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4107,"hasMath":11,"query":4108,"options":4113,"explain":4138,"hints":4142,"kind":168,"theme":4143,"marks":4147,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4109,"answerTime":767,"text":4111,"media":4112},{"latex":4110,"template":611},[],"Q: What is the significance of privacy settings on social media platforms concerning a digital footprint?",[],[4114,4120,4126,4132],{"type":764,"hasMath":11,"math":4115,"answerTime":18,"id":4117,"text":4118,"media":4119,"_id":4117},{"latex":4116,"template":611},[],"6644bc3d88b05970834259eb","A) They have no impact on digital footprints",[],{"type":764,"hasMath":11,"math":4121,"answerTime":18,"id":4123,"text":4124,"media":4125,"_id":4123},{"latex":4122,"template":611},[],"6644bc3d88b05970834259ec","B) They control who can access and view personal information",[],{"type":764,"hasMath":11,"math":4127,"answerTime":18,"id":4129,"text":4130,"media":4131,"_id":4129},{"latex":4128,"template":611},[],"6644bc3d88b05970834259ed","C) They increase the size of the digital footprint",[],{"type":764,"hasMath":11,"math":4133,"answerTime":18,"id":4135,"text":4136,"media":4137,"_id":4135},{"latex":4134,"template":611},[],"6644bc3d88b05970834259ee","D) They slow down internet connectivity",[],{"type":241,"text":241,"media":4139,"hasMath":11,"math":4140,"answerTime":18},[],{"template":611,"latex":4141},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4144,"background":4145,"shape":4146},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59036f46c7e1",{"structure":4154,"standards":4196,"topics":4197,"isSuperParent":11,"standardIds":4198,"unifiedStandardIds":4199,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4200,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4155,"hasMath":11,"query":4156,"options":4161,"explain":4186,"hints":4190,"kind":168,"theme":4191,"marks":4195,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4157,"answerTime":767,"text":4159,"media":4160},{"latex":4158,"template":611},[],"Q: Why is it important for individuals to be aware of their digital footprint?",[],[4162,4168,4174,4180],{"type":764,"hasMath":11,"math":4163,"answerTime":18,"id":4165,"text":4166,"media":4167,"_id":4165},{"latex":4164,"template":611},[],"6644bc3d88b0597083425a02","A) To increase online anonymity",[],{"type":764,"hasMath":11,"math":4169,"answerTime":18,"id":4171,"text":4172,"media":4173,"_id":4171},{"latex":4170,"template":611},[],"6644bc3d88b0597083425a03","B) To boost internet speed",[],{"type":764,"hasMath":11,"math":4175,"answerTime":18,"id":4177,"text":4178,"media":4179,"_id":4177},{"latex":4176,"template":611},[],"6644bc3d88b0597083425a04","C) To maintain a positive online reputation",[],{"type":764,"hasMath":11,"math":4181,"answerTime":18,"id":4183,"text":4184,"media":4185,"_id":4183},{"latex":4182,"template":611},[],"6644bc3d88b0597083425a05","D) To avoid all online interactions",[],{"type":241,"text":241,"media":4187,"hasMath":11,"math":4188,"answerTime":18},[],{"template":611,"latex":4189},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4192,"background":4193,"shape":4194},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59d36246c7e2",{"structure":4202,"standards":4243,"topics":4244,"isSuperParent":11,"standardIds":4245,"unifiedStandardIds":4246,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4247,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4203,"hasMath":11,"query":4204,"options":4209,"explain":4233,"hints":4237,"kind":168,"theme":4238,"marks":4242,"answer":266},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4205,"answerTime":767,"text":4207,"media":4208},{"latex":4206,"template":611},[],"Q: Which of the following actions contributes to a positive digital footprint?",[],[4210,4216,4221,4227],{"type":764,"hasMath":11,"math":4211,"answerTime":18,"id":4213,"text":4214,"media":4215,"_id":4213},{"latex":4212,"template":611},[],"6644bc3d88b0597083425a19","A) Sharing inappropriate content",[],{"type":764,"hasMath":11,"math":4217,"answerTime":18,"id":4219,"text":3932,"media":4220,"_id":4219},{"latex":4218,"template":611},[],"6644bc3d88b0597083425a1a",[],{"type":764,"hasMath":11,"math":4222,"answerTime":18,"id":4224,"text":4225,"media":4226,"_id":4224},{"latex":4223,"template":611},[],"6644bc3d88b0597083425a1b","C) Using strong language online",[],{"type":764,"hasMath":11,"math":4228,"answerTime":18,"id":4230,"text":4231,"media":4232,"_id":4230},{"latex":4229,"template":611},[],"6644bc3d88b0597083425a1c","D) Engaging in positive and constructive online activities",[],{"type":241,"text":241,"media":4234,"hasMath":11,"math":4235,"answerTime":18},[],{"template":611,"latex":4236},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4239,"background":4240,"shape":4241},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd590e2346c7e3",{"structure":4249,"standards":4291,"topics":4292,"isSuperParent":11,"standardIds":4293,"unifiedStandardIds":4294,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4295,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4250,"hasMath":11,"query":4251,"options":4256,"explain":4281,"hints":4285,"kind":168,"theme":4286,"marks":4290,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4252,"answerTime":767,"text":4254,"media":4255},{"latex":4253,"template":611},[],"Q: What role does online security play in managing one's digital footprint?",[],[4257,4263,4269,4275],{"type":764,"hasMath":11,"math":4258,"answerTime":18,"id":4260,"text":4261,"media":4262,"_id":4260},{"latex":4259,"template":611},[],"6644bc3d88b0597083425a30","A) It has no impact on a digital footprint",[],{"type":764,"hasMath":11,"math":4264,"answerTime":18,"id":4266,"text":4267,"media":4268,"_id":4266},{"latex":4265,"template":611},[],"6644bc3d88b0597083425a31","B) It ensures complete online anonymity",[],{"type":764,"hasMath":11,"math":4270,"answerTime":18,"id":4272,"text":4273,"media":4274,"_id":4272},{"latex":4271,"template":611},[],"6644bc3d88b0597083425a32","C) It helps protect personal information and reduces potential risks",[],{"type":764,"hasMath":11,"math":4276,"answerTime":18,"id":4278,"text":4279,"media":4280,"_id":4278},{"latex":4277,"template":611},[],"6644bc3d88b0597083425a33","D) It increases the visibility of the digital footprint.",[],{"type":241,"text":241,"media":4282,"hasMath":11,"math":4283,"answerTime":18},[],{"template":611,"latex":4284},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4287,"background":4288,"shape":4289},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59ce3046c7e4",{"structure":4297,"standards":4339,"topics":4340,"isSuperParent":11,"standardIds":4341,"unifiedStandardIds":4342,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4343,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4298,"hasMath":11,"query":4299,"options":4304,"explain":4329,"hints":4333,"kind":168,"theme":4334,"marks":4338,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4300,"answerTime":767,"text":4302,"media":4303},{"latex":4301,"template":611},[],"Q: What is personally identifiable information (PII)?",[],[4305,4311,4317,4323],{"type":764,"hasMath":11,"math":4306,"answerTime":18,"id":4308,"text":4309,"media":4310,"_id":4308},{"latex":4307,"template":611},[],"6644bc3d88b0597083425a47","A) A measure of internet speed",[],{"type":764,"hasMath":11,"math":4312,"answerTime":18,"id":4314,"text":4315,"media":4316,"_id":4314},{"latex":4313,"template":611},[],"6644bc3d88b0597083425a48","B) Information that can be used to identify an individual",[],{"type":764,"hasMath":11,"math":4318,"answerTime":18,"id":4320,"text":4321,"media":4322,"_id":4320},{"latex":4319,"template":611},[],"6644bc3d88b0597083425a49","C) The brightness of a computer screen",[],{"type":764,"hasMath":11,"math":4324,"answerTime":18,"id":4326,"text":4327,"media":4328,"_id":4326},{"latex":4325,"template":611},[],"6644bc3d88b0597083425a4a","D) The physical size of a device",[],{"type":241,"text":241,"media":4330,"hasMath":11,"math":4331,"answerTime":18},[],{"template":611,"latex":4332},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4335,"background":4336,"shape":4337},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59370446c7e5",{"structure":4345,"standards":4387,"topics":4388,"isSuperParent":11,"standardIds":4389,"unifiedStandardIds":4390,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4391,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4346,"hasMath":11,"query":4347,"options":4352,"explain":4377,"hints":4381,"kind":168,"theme":4382,"marks":4386,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4348,"answerTime":767,"text":4350,"media":4351},{"latex":4349,"template":611},[],"Q: Which of the following is considered personally identifiable information (PII)?",[],[4353,4359,4365,4371],{"type":764,"hasMath":11,"math":4354,"answerTime":18,"id":4356,"text":4357,"media":4358,"_id":4356},{"latex":4355,"template":611},[],"6644bc3d88b0597083425a5e","A) Computer screen resolution",[],{"type":764,"hasMath":11,"math":4360,"answerTime":18,"id":4362,"text":4363,"media":4364,"_id":4362},{"latex":4361,"template":611},[],"6644bc3d88b0597083425a5f","B) Social media post likes",[],{"type":764,"hasMath":11,"math":4366,"answerTime":18,"id":4368,"text":4369,"media":4370,"_id":4368},{"latex":4367,"template":611},[],"6644bc3d88b0597083425a60","C) Home address and phone number",[],{"type":764,"hasMath":11,"math":4372,"answerTime":18,"id":4374,"text":4375,"media":4376,"_id":4374},{"latex":4373,"template":611},[],"6644bc3d88b0597083425a61","D) Online search history",[],{"type":241,"text":241,"media":4378,"hasMath":11,"math":4379,"answerTime":18},[],{"template":611,"latex":4380},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4383,"background":4384,"shape":4385},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd597ba046c7e6",{"structure":4393,"standards":4435,"topics":4436,"isSuperParent":11,"standardIds":4437,"unifiedStandardIds":4438,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4439,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4394,"hasMath":11,"query":4395,"options":4400,"explain":4425,"hints":4429,"kind":168,"theme":4430,"marks":4434,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4396,"answerTime":767,"text":4398,"media":4399},{"latex":4397,"template":611},[],"Q: How should individuals handle the sharing of personally identifiable information online?",[],[4401,4407,4413,4419],{"type":764,"hasMath":11,"math":4402,"answerTime":18,"id":4404,"text":4405,"media":4406,"_id":4404},{"latex":4403,"template":611},[],"6644bc3d88b0597083425a75","A) Share PII freely to increase online presence",[],{"type":764,"hasMath":11,"math":4408,"answerTime":18,"id":4410,"text":4411,"media":4412,"_id":4410},{"latex":4409,"template":611},[],"6644bc3d88b0597083425a76","B) Avoid using the internet altogether",[],{"type":764,"hasMath":11,"math":4414,"answerTime":18,"id":4416,"text":4417,"media":4418,"_id":4416},{"latex":4415,"template":611},[],"6644bc3d88b0597083425a77","C) Be cautious and selective about sharing PII",[],{"type":764,"hasMath":11,"math":4420,"answerTime":18,"id":4422,"text":4423,"media":4424,"_id":4422},{"latex":4421,"template":611},[],"6644bc3d88b0597083425a78","D) Share PII without considering privacy settings",[],{"type":241,"text":241,"media":4426,"hasMath":11,"math":4427,"answerTime":18},[],{"template":611,"latex":4428},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4431,"background":4432,"shape":4433},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59483546c7e7",{"structure":4441,"standards":4483,"topics":4484,"isSuperParent":11,"standardIds":4485,"unifiedStandardIds":4486,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4487,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4442,"hasMath":11,"query":4443,"options":4448,"explain":4473,"hints":4477,"kind":168,"theme":4478,"marks":4482,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4444,"answerTime":767,"text":4446,"media":4447},{"latex":4445,"template":611},[],"Q: Why is it crucial to protect personally identifiable information (PII) from unauthorized access?",[],[4449,4455,4461,4467],{"type":764,"hasMath":11,"math":4450,"answerTime":18,"id":4452,"text":4453,"media":4454,"_id":4452},{"latex":4451,"template":611},[],"6644bc3d88b0597083425a8c","A) To increase online visibility",[],{"type":764,"hasMath":11,"math":4456,"answerTime":18,"id":4458,"text":4459,"media":4460,"_id":4458},{"latex":4457,"template":611},[],"6644bc3d88b0597083425a8d","B) To enhance job opportunities",[],{"type":764,"hasMath":11,"math":4462,"answerTime":18,"id":4464,"text":4465,"media":4466,"_id":4464},{"latex":4463,"template":611},[],"6644bc3d88b0597083425a8e","C) To avoid potential privacy breaches and identity theft",[],{"type":764,"hasMath":11,"math":4468,"answerTime":18,"id":4470,"text":4471,"media":4472,"_id":4470},{"latex":4469,"template":611},[],"6644bc3d88b0597083425a8f","D) To boost social media followers",[],{"type":241,"text":241,"media":4474,"hasMath":11,"math":4475,"answerTime":18},[],{"template":611,"latex":4476},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4479,"background":4480,"shape":4481},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59fe3f46c7e8",{"structure":4489,"standards":4531,"topics":4532,"isSuperParent":11,"standardIds":4533,"unifiedStandardIds":4534,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4535,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4490,"hasMath":11,"query":4491,"options":4496,"explain":4521,"hints":4525,"kind":168,"theme":4526,"marks":4530,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4492,"answerTime":767,"text":4494,"media":4495},{"latex":4493,"template":611},[],"Q: Which action contributes to safeguarding personally identifiable information (PII) online?",[],[4497,4503,4509,4515],{"type":764,"hasMath":11,"math":4498,"answerTime":18,"id":4500,"text":4501,"media":4502,"_id":4500},{"latex":4499,"template":611},[],"6644bc3d88b0597083425aa3","A) Regularly updating privacy settings on online accounts",[],{"type":764,"hasMath":11,"math":4504,"answerTime":18,"id":4506,"text":4507,"media":4508,"_id":4506},{"latex":4505,"template":611},[],"6644bc3d88b0597083425aa4","B) Sharing PII in public forums",[],{"type":764,"hasMath":11,"math":4510,"answerTime":18,"id":4512,"text":4513,"media":4514,"_id":4512},{"latex":4511,"template":611},[],"6644bc3d88b0597083425aa5","C) Using weak and easily guessable passwords",[],{"type":764,"hasMath":11,"math":4516,"answerTime":18,"id":4518,"text":4519,"media":4520,"_id":4518},{"latex":4517,"template":611},[],"6644bc3d88b0597083425aa6","D) Providing PII to unknown websites without verification",[],{"type":241,"text":241,"media":4522,"hasMath":11,"math":4523,"answerTime":18},[],{"template":611,"latex":4524},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4527,"background":4528,"shape":4529},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5998f646c7e9",{"structure":4537,"standards":4579,"topics":4580,"isSuperParent":11,"standardIds":4581,"unifiedStandardIds":4582,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4583,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4538,"hasMath":11,"query":4539,"options":4544,"explain":4569,"hints":4573,"kind":168,"theme":4574,"marks":4578,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4540,"answerTime":767,"text":4542,"media":4543},{"latex":4541,"template":611},[],"Q: What is the purpose of a web browser in the context of the internet?",[],[4545,4551,4557,4563],{"type":764,"hasMath":11,"math":4546,"answerTime":18,"id":4548,"text":4549,"media":4550,"_id":4548},{"latex":4547,"template":611},[],"6644bc3d88b0597083425aba","A) To measure internet speed",[],{"type":764,"hasMath":11,"math":4552,"answerTime":18,"id":4554,"text":4555,"media":4556,"_id":4554},{"latex":4553,"template":611},[],"6644bc3d88b0597083425abb","B) To browse and access websites on the internet",[],{"type":764,"hasMath":11,"math":4558,"answerTime":18,"id":4560,"text":4561,"media":4562,"_id":4560},{"latex":4559,"template":611},[],"6644bc3d88b0597083425abc","C) To adjust screen brightness",[],{"type":764,"hasMath":11,"math":4564,"answerTime":18,"id":4566,"text":4567,"media":4568,"_id":4566},{"latex":4565,"template":611},[],"6644bc3d88b0597083425abd","D) To store computer files",[],{"type":241,"text":241,"media":4570,"hasMath":11,"math":4571,"answerTime":18},[],{"template":611,"latex":4572},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4575,"background":4576,"shape":4577},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59419646c7ea",{"structure":4585,"standards":4627,"topics":4628,"isSuperParent":11,"standardIds":4629,"unifiedStandardIds":4630,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4631,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4586,"hasMath":11,"query":4587,"options":4592,"explain":4617,"hints":4621,"kind":168,"theme":4622,"marks":4626,"answer":266},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4588,"answerTime":767,"text":4590,"media":4591},{"latex":4589,"template":611},[],"Q: Which of the following is a commonly used web browser?",[],[4593,4599,4605,4611],{"type":764,"hasMath":11,"math":4594,"answerTime":18,"id":4596,"text":4597,"media":4598,"_id":4596},{"latex":4595,"template":611},[],"6644bc3d88b0597083425ad1","A) Adobe Photoshop",[],{"type":764,"hasMath":11,"math":4600,"answerTime":18,"id":4602,"text":4603,"media":4604,"_id":4602},{"latex":4601,"template":611},[],"6644bc3d88b0597083425ad2","B) Microsoft Excel",[],{"type":764,"hasMath":11,"math":4606,"answerTime":18,"id":4608,"text":4609,"media":4610,"_id":4608},{"latex":4607,"template":611},[],"6644bc3d88b0597083425ad3","C) Windows File Explorer",[],{"type":764,"hasMath":11,"math":4612,"answerTime":18,"id":4614,"text":4615,"media":4616,"_id":4614},{"latex":4613,"template":611},[],"6644bc3d88b0597083425ad4","D) Google Chrome",[],{"type":241,"text":241,"media":4618,"hasMath":11,"math":4619,"answerTime":18},[],{"template":611,"latex":4620},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4623,"background":4624,"shape":4625},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd598e0346c7eb",{"structure":4633,"standards":4675,"topics":4676,"isSuperParent":11,"standardIds":4677,"unifiedStandardIds":4678,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4679,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4634,"hasMath":11,"query":4635,"options":4640,"explain":4665,"hints":4669,"kind":168,"theme":4670,"marks":4674,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4636,"answerTime":767,"text":4638,"media":4639},{"latex":4637,"template":611},[],"Q: How can users enhance their online privacy while using web browsers?",[],[4641,4647,4653,4659],{"type":764,"hasMath":11,"math":4642,"answerTime":18,"id":4644,"text":4645,"media":4646,"_id":4644},{"latex":4643,"template":611},[],"6644bc3d88b0597083425ae8","A) Regularly clear browser history and cookies",[],{"type":764,"hasMath":11,"math":4648,"answerTime":18,"id":4650,"text":4651,"media":4652,"_id":4650},{"latex":4649,"template":611},[],"6644bc3d88b0597083425ae9","B) Disable all browser extensions",[],{"type":764,"hasMath":11,"math":4654,"answerTime":18,"id":4656,"text":4657,"media":4658,"_id":4656},{"latex":4655,"template":611},[],"6644bc3d88b0597083425aea","C) Use weak passwords",[],{"type":764,"hasMath":11,"math":4660,"answerTime":18,"id":4662,"text":4663,"media":4664,"_id":4662},{"latex":4661,"template":611},[],"6644bc3d88b0597083425aeb","D) Share PII freely",[],{"type":241,"text":241,"media":4666,"hasMath":11,"math":4667,"answerTime":18},[],{"template":611,"latex":4668},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4671,"background":4672,"shape":4673},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59582746c7ec",{"structure":4681,"standards":4723,"topics":4724,"isSuperParent":11,"standardIds":4725,"unifiedStandardIds":4726,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4727,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4682,"hasMath":11,"query":4683,"options":4688,"explain":4713,"hints":4717,"kind":168,"theme":4718,"marks":4722,"answer":266},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4684,"answerTime":767,"text":4686,"media":4687},{"latex":4685,"template":611},[],"Q: Which feature in web browsers allows users to save and manage website passwords securely?",[],[4689,4695,4701,4707],{"type":764,"hasMath":11,"math":4690,"answerTime":18,"id":4692,"text":4693,"media":4694,"_id":4692},{"latex":4691,"template":611},[],"6644bc3d88b0597083425aff","A) Incognito Mode",[],{"type":764,"hasMath":11,"math":4696,"answerTime":18,"id":4698,"text":4699,"media":4700,"_id":4698},{"latex":4697,"template":611},[],"6644bc3d88b0597083425b00","B) Cookie Settings",[],{"type":764,"hasMath":11,"math":4702,"answerTime":18,"id":4704,"text":4705,"media":4706,"_id":4704},{"latex":4703,"template":611},[],"6644bc3d88b0597083425b01","C) Extensions",[],{"type":764,"hasMath":11,"math":4708,"answerTime":18,"id":4710,"text":4711,"media":4712,"_id":4710},{"latex":4709,"template":611},[],"6644bc3d88b0597083425b02","D) Password Manager",[],{"type":241,"text":241,"media":4714,"hasMath":11,"math":4715,"answerTime":18},[],{"template":611,"latex":4716},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4719,"background":4720,"shape":4721},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd596b9146c7ed",{"structure":4729,"standards":4771,"topics":4772,"isSuperParent":11,"standardIds":4773,"unifiedStandardIds":4774,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4775,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4730,"hasMath":11,"query":4731,"options":4736,"explain":4761,"hints":4765,"kind":168,"theme":4766,"marks":4770,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4732,"answerTime":767,"text":4734,"media":4735},{"latex":4733,"template":611},[],"Q: What is the significance of copyright protection in the context of webpage images?",[],[4737,4743,4749,4755],{"type":764,"hasMath":11,"math":4738,"answerTime":18,"id":4740,"text":4741,"media":4742,"_id":4740},{"latex":4739,"template":611},[],"6644bc3d88b0597083425b16","A) It insures faster webpage loading times",[],{"type":764,"hasMath":11,"math":4744,"answerTime":18,"id":4746,"text":4747,"media":4748,"_id":4746},{"latex":4745,"template":611},[],"6644bc3d88b0597083425b17","B) It protects the intellectual property rights of image creators",[],{"type":764,"hasMath":11,"math":4750,"answerTime":18,"id":4752,"text":4753,"media":4754,"_id":4752},{"latex":4751,"template":611},[],"6644bc3d88b0597083425b18","C) It increases the size of image files",[],{"type":764,"hasMath":11,"math":4756,"answerTime":18,"id":4758,"text":4759,"media":4760,"_id":4758},{"latex":4757,"template":611},[],"6644bc3d88b0597083425b19","D) It allows unlimited sharing of images without attribution",[],{"type":241,"text":241,"media":4762,"hasMath":11,"math":4763,"answerTime":18},[],{"template":611,"latex":4764},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4767,"background":4768,"shape":4769},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5924b946c7ee",{"structure":4777,"standards":4819,"topics":4820,"isSuperParent":11,"standardIds":4821,"unifiedStandardIds":4822,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4823,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4778,"hasMath":11,"query":4779,"options":4784,"explain":4809,"hints":4813,"kind":168,"theme":4814,"marks":4818,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4780,"answerTime":767,"text":4782,"media":4783},{"latex":4781,"template":611},[],"Q: Which Creative Commons license is the most lenient?",[],[4785,4791,4797,4803],{"type":764,"hasMath":11,"math":4786,"answerTime":18,"id":4788,"text":4789,"media":4790,"_id":4788},{"latex":4787,"template":611},[],"6644bc3d88b0597083425b2d","A) CC BY-ND",[],{"type":764,"hasMath":11,"math":4792,"answerTime":18,"id":4794,"text":4795,"media":4796,"_id":4794},{"latex":4793,"template":611},[],"6644bc3d88b0597083425b2e","B) CC BY-SA",[],{"type":764,"hasMath":11,"math":4798,"answerTime":18,"id":4800,"text":4801,"media":4802,"_id":4800},{"latex":4799,"template":611},[],"6644bc3d88b0597083425b2f","C) CC BY-NC-ND",[],{"type":764,"hasMath":11,"math":4804,"answerTime":18,"id":4806,"text":4807,"media":4808,"_id":4806},{"latex":4805,"template":611},[],"6644bc3d88b0597083425b30","D) CC BY-NC-SA",[],{"type":241,"text":241,"media":4810,"hasMath":11,"math":4811,"answerTime":18},[],{"template":611,"latex":4812},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4815,"background":4816,"shape":4817},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59319b46c7ef",{"structure":4825,"standards":4867,"topics":4868,"isSuperParent":11,"standardIds":4869,"unifiedStandardIds":4870,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4871,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4826,"hasMath":11,"query":4827,"options":4832,"explain":4857,"hints":4861,"kind":168,"theme":4862,"marks":4866,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4828,"answerTime":767,"text":4830,"media":4831},{"latex":4829,"template":611},[],"Q: How can webpage creators respect copyright when using images on their sites?",[],[4833,4839,4845,4851],{"type":764,"hasMath":11,"math":4834,"answerTime":18,"id":4836,"text":4837,"media":4838,"_id":4836},{"latex":4835,"template":611},[],"6644bc3d88b0597083425b44","A) Use any image found on the internet without attribution",[],{"type":764,"hasMath":11,"math":4840,"answerTime":18,"id":4842,"text":4843,"media":4844,"_id":4842},{"latex":4841,"template":611},[],"6644bc3d88b0597083425b45","B) Only use images that are in the public domain",[],{"type":764,"hasMath":11,"math":4846,"answerTime":18,"id":4848,"text":4849,"media":4850,"_id":4848},{"latex":4847,"template":611},[],"6644bc3d88b0597083425b46","C) Crop and edit images to remove watermarks",[],{"type":764,"hasMath":11,"math":4852,"answerTime":18,"id":4854,"text":4855,"media":4856,"_id":4854},{"latex":4853,"template":611},[],"6644bc3d88b0597083425b47","D) Ignore copyright laws for online images",[],{"type":241,"text":241,"media":4858,"hasMath":11,"math":4859,"answerTime":18},[],{"template":611,"latex":4860},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4863,"background":4864,"shape":4865},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5943e246c7f0",{"structure":4873,"standards":4915,"topics":4916,"isSuperParent":11,"standardIds":4917,"unifiedStandardIds":4918,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4919,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4874,"hasMath":11,"query":4875,"options":4880,"explain":4905,"hints":4909,"kind":168,"theme":4910,"marks":4914,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4876,"answerTime":767,"text":4878,"media":4879},{"latex":4877,"template":611},[],"Q: What does the term \"royalty-free\" mean in the context of webpage images?",[],[4881,4887,4893,4899],{"type":764,"hasMath":11,"math":4882,"answerTime":18,"id":4884,"text":4885,"media":4886,"_id":4884},{"latex":4883,"template":611},[],"6644bc3d88b0597083425b5b","A) Images that be used without permission or payment",[],{"type":764,"hasMath":11,"math":4888,"answerTime":18,"id":4890,"text":4891,"media":4892,"_id":4890},{"latex":4889,"template":611},[],"6644bc3d88b0597083425b5c","B) Images that are free to use only for a limited time",[],{"type":764,"hasMath":11,"math":4894,"answerTime":18,"id":4896,"text":4897,"media":4898,"_id":4896},{"latex":4895,"template":611},[],"6644bc3d88b0597083425b5d","C) Images that require payment for every use",[],{"type":764,"hasMath":11,"math":4900,"answerTime":18,"id":4902,"text":4903,"media":4904,"_id":4902},{"latex":4901,"template":611},[],"6644bc3d88b0597083425b5e","D) Images that can only be used by paying the creator initially",[],{"type":241,"text":241,"media":4906,"hasMath":11,"math":4907,"answerTime":18},[],{"template":611,"latex":4908},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4911,"background":4912,"shape":4913},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59113c46c7f1",{"structure":4921,"standards":4963,"topics":4964,"isSuperParent":11,"standardIds":4965,"unifiedStandardIds":4966,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":4967,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4922,"hasMath":11,"query":4923,"options":4928,"explain":4953,"hints":4957,"kind":168,"theme":4958,"marks":4962,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4924,"answerTime":767,"text":4926,"media":4927},{"latex":4925,"template":611},[],"Q: How does watermarking contribute to copyright protection for webpage images?",[],[4929,4935,4941,4947],{"type":764,"hasMath":11,"math":4930,"answerTime":18,"id":4932,"text":4933,"media":4934,"_id":4932},{"latex":4931,"template":611},[],"6644bc3d88b0597083425b72","A) It increases image file size",[],{"type":764,"hasMath":11,"math":4936,"answerTime":18,"id":4938,"text":4939,"media":4940,"_id":4938},{"latex":4937,"template":611},[],"6644bc3d88b0597083425b73","B) It prevents images from being displayed on webpages",[],{"type":764,"hasMath":11,"math":4942,"answerTime":18,"id":4944,"text":4945,"media":4946,"_id":4944},{"latex":4943,"template":611},[],"6644bc3d88b0597083425b74","C) It adds a visible or invisible mark to identify the image's creator",[],{"type":764,"hasMath":11,"math":4948,"answerTime":18,"id":4950,"text":4951,"media":4952,"_id":4950},{"latex":4949,"template":611},[],"6644bc3d88b0597083425b75","D) It automatically grans permission for unlimited image usage",[],{"type":241,"text":241,"media":4954,"hasMath":11,"math":4955,"answerTime":18},[],{"template":611,"latex":4956},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":4959,"background":4960,"shape":4961},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59949a46c7f2",{"structure":4969,"standards":5011,"topics":5012,"isSuperParent":11,"standardIds":5013,"unifiedStandardIds":5014,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":5015,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":4970,"hasMath":11,"query":4971,"options":4976,"explain":5001,"hints":5005,"kind":168,"theme":5006,"marks":5010,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":4972,"answerTime":767,"text":4974,"media":4975},{"latex":4973,"template":611},[],"Q: What should website creators consider to avoid copyright infringement when using images?",[],[4977,4983,4989,4995],{"type":764,"hasMath":11,"math":4978,"answerTime":18,"id":4980,"text":4981,"media":4982,"_id":4980},{"latex":4979,"template":611},[],"6644bc3d88b0597083425b89","A) Ignore copyright laws for online images",[],{"type":764,"hasMath":11,"math":4984,"answerTime":18,"id":4986,"text":4987,"media":4988,"_id":4986},{"latex":4985,"template":611},[],"6644bc3d88b0597083425b8a","B) Always use images from the internet without attribution",[],{"type":764,"hasMath":11,"math":4990,"answerTime":18,"id":4992,"text":4993,"media":4994,"_id":4992},{"latex":4991,"template":611},[],"6644bc3d88b0597083425b8b","C) Obtain permission or use images with proper licensing",[],{"type":764,"hasMath":11,"math":4996,"answerTime":18,"id":4998,"text":4999,"media":5000,"_id":4998},{"latex":4997,"template":611},[],"6644bc3d88b0597083425b8c","D) Crop and edit images to remove any copyright information",[],{"type":241,"text":241,"media":5002,"hasMath":11,"math":5003,"answerTime":18},[],{"template":611,"latex":5004},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":5007,"background":5008,"shape":5009},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59949d46c7f3",{"structure":5017,"standards":5059,"topics":5060,"isSuperParent":11,"standardIds":5061,"unifiedStandardIds":5062,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":5063,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":5018,"hasMath":11,"query":5019,"options":5024,"explain":5049,"hints":5053,"kind":168,"theme":5054,"marks":5058,"answer":266},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":5020,"answerTime":767,"text":5022,"media":5023},{"latex":5021,"template":611},[],"Q: What is the Creative Commons (CC) in the context of content licensing?",[],[5025,5031,5037,5043],{"type":764,"hasMath":11,"math":5026,"answerTime":18,"id":5028,"text":5029,"media":5030,"_id":5028},{"latex":5027,"template":611},[],"6644bc3d88b0597083425ba0","A) A paid subscription service for creative works",[],{"type":764,"hasMath":11,"math":5032,"answerTime":18,"id":5034,"text":5035,"media":5036,"_id":5034},{"latex":5033,"template":611},[],"6644bc3d88b0597083425ba1","B) A platform for selling copyrighted materials",[],{"type":764,"hasMath":11,"math":5038,"answerTime":18,"id":5040,"text":5041,"media":5042,"_id":5040},{"latex":5039,"template":611},[],"6644bc3d88b0597083425ba2","C) A website with free-to-use images",[],{"type":764,"hasMath":11,"math":5044,"answerTime":18,"id":5046,"text":5047,"media":5048,"_id":5046},{"latex":5045,"template":611},[],"6644bc3d88b0597083425ba3","D) A licensing system that allows creators to share their work with specific permissions",[],{"type":241,"text":241,"media":5050,"hasMath":11,"math":5051,"answerTime":18},[],{"template":611,"latex":5052},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":5055,"background":5056,"shape":5057},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59131146c7f4",{"structure":5065,"standards":5107,"topics":5108,"isSuperParent":11,"standardIds":5109,"unifiedStandardIds":5110,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":5111,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":5066,"hasMath":11,"query":5067,"options":5072,"explain":5097,"hints":5101,"kind":168,"theme":5102,"marks":5106,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":5068,"answerTime":767,"text":5070,"media":5071},{"latex":5069,"template":611},[],"Q: How does the Creative Commons licensing system differ from traditional copyright?",[],[5073,5079,5085,5091],{"type":764,"hasMath":11,"math":5074,"answerTime":18,"id":5076,"text":5077,"media":5078,"_id":5076},{"latex":5075,"template":611},[],"6644bc3d88b0597083425bb7","A) Creative Commons restricts all usage of the content",[],{"type":764,"hasMath":11,"math":5080,"answerTime":18,"id":5082,"text":5083,"media":5084,"_id":5082},{"latex":5081,"template":611},[],"6644bc3d88b0597083425bb8","B) Creative Commons provides unlimited usage rights without any restrictions",[],{"type":764,"hasMath":11,"math":5086,"answerTime":18,"id":5088,"text":5089,"media":5090,"_id":5088},{"latex":5087,"template":611},[],"6644bc3d88b0597083425bb9","C) Creative Commons allows creators to choose specific permissions for their work",[],{"type":764,"hasMath":11,"math":5092,"answerTime":18,"id":5094,"text":5095,"media":5096,"_id":5094},{"latex":5093,"template":611},[],"6644bc3d88b0597083425bba","D) Creative Commons automatically grants exclusive rights to the first person who views the content",[],{"type":241,"text":241,"media":5098,"hasMath":11,"math":5099,"answerTime":18},[],{"template":611,"latex":5100},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":5103,"background":5104,"shape":5105},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5947ba46c7f5",{"structure":5113,"standards":5155,"topics":5156,"isSuperParent":11,"standardIds":5157,"unifiedStandardIds":5158,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":5159,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":5114,"hasMath":11,"query":5115,"options":5120,"explain":5145,"hints":5149,"kind":168,"theme":5150,"marks":5154,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":5116,"answerTime":767,"text":5118,"media":5119},{"latex":5117,"template":611},[],"Q: What does the Creative Commons license type \"Attribution\" mean for content usage?",[],[5121,5127,5133,5139],{"type":764,"hasMath":11,"math":5122,"answerTime":18,"id":5124,"text":5125,"media":5126,"_id":5124},{"latex":5123,"template":611},[],"6644bc3d88b0597083425bce","A) Users are not required to give credit to the creator",[],{"type":764,"hasMath":11,"math":5128,"answerTime":18,"id":5130,"text":5131,"media":5132,"_id":5130},{"latex":5129,"template":611},[],"6644bc3d88b0597083425bcf","B) Users must provide proper credit to the original creator",[],{"type":764,"hasMath":11,"math":5134,"answerTime":18,"id":5136,"text":5137,"media":5138,"_id":5136},{"latex":5135,"template":611},[],"6644bc3d88b0597083425bd0","C) Content can only be used for non-commercial purposes",[],{"type":764,"hasMath":11,"math":5140,"answerTime":18,"id":5142,"text":5143,"media":5144,"_id":5142},{"latex":5141,"template":611},[],"6644bc3d88b0597083425bd1","D) No changes or modifications are allowed to the content",[],{"type":241,"text":241,"media":5146,"hasMath":11,"math":5147,"answerTime":18},[],{"template":611,"latex":5148},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":5151,"background":5152,"shape":5153},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd594f4446c7f6",{"structure":5161,"standards":5203,"topics":5204,"isSuperParent":11,"standardIds":5205,"unifiedStandardIds":5206,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":5207,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":5162,"hasMath":11,"query":5163,"options":5168,"explain":5193,"hints":5197,"kind":168,"theme":5198,"marks":5202,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":5164,"answerTime":767,"text":5166,"media":5167},{"latex":5165,"template":611},[],"Q: Which of the following Creative Commons licensure requires that credit must be given to the original creator and it cannot be used to earn money?",[],[5169,5175,5181,5187],{"type":764,"hasMath":11,"math":5170,"answerTime":18,"id":5172,"text":5173,"media":5174,"_id":5172},{"latex":5171,"template":611},[],"6644bc3d88b0597083425be5","A) CC BY",[],{"type":764,"hasMath":11,"math":5176,"answerTime":18,"id":5178,"text":5179,"media":5180,"_id":5178},{"latex":5177,"template":611},[],"6644bc3d88b0597083425be6","B) CC BY-NC",[],{"type":764,"hasMath":11,"math":5182,"answerTime":18,"id":5184,"text":5185,"media":5186,"_id":5184},{"latex":5183,"template":611},[],"6644bc3d88b0597083425be7","C) CC BY-ND",[],{"type":764,"hasMath":11,"math":5188,"answerTime":18,"id":5190,"text":5191,"media":5192,"_id":5190},{"latex":5189,"template":611},[],"6644bc3d88b0597083425be8","D) CC BY-SA",[],{"type":241,"text":241,"media":5194,"hasMath":11,"math":5195,"answerTime":18},[],{"template":611,"latex":5196},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":5199,"background":5200,"shape":5201},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59700e46c7f7",{"structure":5209,"standards":5247,"topics":5248,"isSuperParent":11,"standardIds":5249,"unifiedStandardIds":5250,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":5251,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":3527},{"settings":5210,"hasMath":11,"query":5211,"options":5216,"explain":5237,"hints":5241,"kind":168,"theme":5242,"marks":5246,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":5212,"answerTime":767,"text":5214,"media":5215},{"latex":5213,"template":611},[],"Q: Which of the following Creative Commons licensure requires that credit must be given to the original creator and it cannot be changed in any way?",[],[5217,5222,5227,5232],{"type":764,"hasMath":11,"math":5218,"answerTime":18,"id":5220,"text":5173,"media":5221,"_id":5220},{"latex":5219,"template":611},[],"6644bc3d88b0597083425bfc",[],{"type":764,"hasMath":11,"math":5223,"answerTime":18,"id":5225,"text":5179,"media":5226,"_id":5225},{"latex":5224,"template":611},[],"6644bc3d88b0597083425bfd",[],{"type":764,"hasMath":11,"math":5228,"answerTime":18,"id":5230,"text":5185,"media":5231,"_id":5230},{"latex":5229,"template":611},[],"6644bc3d88b0597083425bfe",[],{"type":764,"hasMath":11,"math":5233,"answerTime":18,"id":5235,"text":5191,"media":5236,"_id":5235},{"latex":5234,"template":611},[],"6644bc3d88b0597083425bff",[],{"type":241,"text":241,"media":5238,"hasMath":11,"math":5239,"answerTime":18},[],{"template":611,"latex":5240},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":5243,"background":5244,"shape":5245},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59129f46c7f8",{"structure":5253,"standards":5295,"topics":5296,"isSuperParent":11,"standardIds":5297,"unifiedStandardIds":5298,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":5299,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":5300},{"settings":5254,"hasMath":11,"query":5255,"options":5260,"explain":5285,"hints":5289,"kind":168,"theme":5290,"marks":5294,"answer":266},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":5256,"answerTime":767,"text":5258,"media":5259},{"latex":5257,"template":611},[],"Q: Which of the following changes the size of the image when added to the \u003Cimg> tag?",[],[5261,5267,5273,5279],{"type":764,"hasMath":11,"math":5262,"answerTime":18,"id":5264,"text":5265,"media":5266,"_id":5264},{"latex":5263,"template":611},[],"6644bc3d88b0597083425c13","A) size:",[],{"type":764,"hasMath":11,"math":5268,"answerTime":18,"id":5270,"text":5271,"media":5272,"_id":5270},{"latex":5269,"template":611},[],"6644bc3d88b0597083425c14","B) px:",[],{"type":764,"hasMath":11,"math":5274,"answerTime":18,"id":5276,"text":5277,"media":5278,"_id":5276},{"latex":5275,"template":611},[],"6644bc3d88b0597083425c15","C) type:",[],{"type":764,"hasMath":11,"math":5280,"answerTime":18,"id":5282,"text":5283,"media":5284,"_id":5282},{"latex":5281,"template":611},[],"6644bc3d88b0597083425c16","D) height:",[],{"type":241,"text":241,"media":5286,"hasMath":11,"math":5287,"answerTime":18},[],{"template":611,"latex":5288},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":5291,"background":5292,"shape":5293},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59678246c7f9","2025-05-21T15:16:15.440Z",{"structure":5302,"standards":5344,"topics":5345,"isSuperParent":11,"standardIds":5346,"unifiedStandardIds":5347,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":5348,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":5300},{"settings":5303,"hasMath":11,"query":5304,"options":5309,"explain":5334,"hints":5338,"kind":168,"theme":5339,"marks":5343,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":5305,"answerTime":767,"text":5307,"media":5308},{"latex":5306,"template":611},[],"Q: How can the CSS property \"filter\" be used to modify images on a webpage?",[],[5310,5316,5322,5328],{"type":764,"hasMath":11,"math":5311,"answerTime":18,"id":5313,"text":5314,"media":5315,"_id":5313},{"latex":5312,"template":611},[],"6644bc3d88b0597083425c2a","A) By adjusting the image's transparency",[],{"type":764,"hasMath":11,"math":5317,"answerTime":18,"id":5319,"text":5320,"media":5321,"_id":5319},{"latex":5318,"template":611},[],"6644bc3d88b0597083425c2b","B) By changing the image's file format",[],{"type":764,"hasMath":11,"math":5323,"answerTime":18,"id":5325,"text":5326,"media":5327,"_id":5325},{"latex":5324,"template":611},[],"6644bc3d88b0597083425c2c","C) By applying visual effects like blurring or color adjustments",[],{"type":764,"hasMath":11,"math":5329,"answerTime":18,"id":5331,"text":5332,"media":5333,"_id":5331},{"latex":5330,"template":611},[],"6644bc3d88b0597083425c2d","D) By resizing the image",[],{"type":241,"text":241,"media":5335,"hasMath":11,"math":5336,"answerTime":18},[],{"template":611,"latex":5337},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":5340,"background":5341,"shape":5342},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd59e45346c7fa",{"structure":5350,"standards":5392,"topics":5393,"isSuperParent":11,"standardIds":5394,"unifiedStandardIds":5395,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":5396,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":5300},{"settings":5351,"hasMath":11,"query":5352,"options":5357,"explain":5382,"hints":5386,"kind":168,"theme":5387,"marks":5391,"answer":389},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":5353,"answerTime":767,"text":5355,"media":5356},{"latex":5354,"template":611},[],"Q: In CSS, how can the opacity property be used to control the transparency of an image?",[],[5358,5364,5370,5376],{"type":764,"hasMath":11,"math":5359,"answerTime":18,"id":5361,"text":5362,"media":5363,"_id":5361},{"latex":5360,"template":611},[],"6644bc3d88b0597083425c41","A) opacity: transparent",[],{"type":764,"hasMath":11,"math":5365,"answerTime":18,"id":5367,"text":5368,"media":5369,"_id":5367},{"latex":5366,"template":611},[],"6644bc3d88b0597083425c42","B) opacity: 0.5",[],{"type":764,"hasMath":11,"math":5371,"answerTime":18,"id":5373,"text":5374,"media":5375,"_id":5373},{"latex":5372,"template":611},[],"6644bc3d88b0597083425c43","C) opacity: solid",[],{"type":764,"hasMath":11,"math":5377,"answerTime":18,"id":5379,"text":5380,"media":5381,"_id":5379},{"latex":5378,"template":611},[],"6644bc3d88b0597083425c44","D) opacity: visible",[],{"type":241,"text":241,"media":5383,"hasMath":11,"math":5384,"answerTime":18},[],{"template":611,"latex":5385},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":5388,"background":5389,"shape":5390},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd592cbc46c7fb",{"structure":5398,"standards":5440,"topics":5441,"isSuperParent":11,"standardIds":5442,"unifiedStandardIds":5443,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":5444,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":5300},{"settings":5399,"hasMath":11,"query":5400,"options":5405,"explain":5430,"hints":5434,"kind":168,"theme":5435,"marks":5439,"answer":261},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":5401,"answerTime":767,"text":5403,"media":5404},{"latex":5402,"template":611},[],"Q: What does the CSS property transform: rotate() do when applied to an image?",[],[5406,5412,5418,5424],{"type":764,"hasMath":11,"math":5407,"answerTime":18,"id":5409,"text":5410,"media":5411,"_id":5409},{"latex":5408,"template":611},[],"6644bc3d88b0597083425c58","A) Adjusts the image size",[],{"type":764,"hasMath":11,"math":5413,"answerTime":18,"id":5415,"text":5416,"media":5417,"_id":5415},{"latex":5414,"template":611},[],"6644bc3d88b0597083425c59","B) Flips the image",[],{"type":764,"hasMath":11,"math":5419,"answerTime":18,"id":5421,"text":5422,"media":5423,"_id":5421},{"latex":5420,"template":611},[],"6644bc3d88b0597083425c5a","C) Rotates the image by a specific angle degree",[],{"type":764,"hasMath":11,"math":5425,"answerTime":18,"id":5427,"text":5428,"media":5429,"_id":5427},{"latex":5426,"template":611},[],"6644bc3d88b0597083425c5b","D) Changes the image color",[],{"type":241,"text":241,"media":5431,"hasMath":11,"math":5432,"answerTime":18},[],{"template":611,"latex":5433},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":5436,"background":5437,"shape":5438},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5978f346c7fc",{"structure":5446,"standards":5487,"topics":5488,"isSuperParent":11,"standardIds":5489,"unifiedStandardIds":5490,"aiGenerated":11,"__v":1683,"teleportFrom":611,"cloned":611,"ver":261,"parent":611,"_id":5491,"time":634,"published":8,"aiCreateMeta":611,"type":168,"createdAt":819,"updated":5300},{"settings":5447,"hasMath":11,"query":5448,"options":5453,"explain":5477,"hints":5481,"kind":168,"theme":5482,"marks":5486,"answer":18},{"hasCorrectAnswer":8,"fibDataType":762,"canSubmitCustomResponse":11,"doesOptionHaveMultipleTargets":11,"showAdvancedRTE":11},{"type":764,"hasMath":11,"math":5449,"answerTime":767,"text":5451,"media":5452},{"latex":5450,"template":611},[],"Q: What does the CSS property transform: scale() do when applied to an image?",[],[5454,5459,5465,5471],{"type":764,"hasMath":11,"math":5455,"answerTime":18,"id":5457,"text":5410,"media":5458,"_id":5457},{"latex":5456,"template":611},[],"6644bc3d88b0597083425c6f",[],{"type":764,"hasMath":11,"math":5460,"answerTime":18,"id":5462,"text":5463,"media":5464,"_id":5462},{"latex":5461,"template":611},[],"6644bc3d88b0597083425c70","B) Flips the image vertically",[],{"type":764,"hasMath":11,"math":5466,"answerTime":18,"id":5468,"text":5469,"media":5470,"_id":5468},{"latex":5467,"template":611},[],"6644bc3d88b0597083425c71","C) Rotates the image by a specified angle",[],{"type":764,"hasMath":11,"math":5472,"answerTime":18,"id":5474,"text":5475,"media":5476,"_id":5474},{"latex":5473,"template":611},[],"6644bc3d88b0597083425c72","D) Changes the image hue",[],{"type":241,"text":241,"media":5478,"hasMath":11,"math":5479,"answerTime":18},[],{"template":611,"latex":5480},[],[],{"fontFamily":801,"titleFontFamily":801,"fontColor":5483,"background":5484,"shape":5485},{"text":803},{"color":805,"image":241,"video":241},{"largeShapeColor":807,"smallShapeColor":808},{"correct":389,"incorrect":18},[],[],[],[],"6644bc3ef8fd5956e946c7fd",[],"2024-05-15T13:44:29.974Z","2026-05-18T12:44:40.701Z","2026-05-18T23:04:18.404Z","2026-08-15T12:44:06.147Z",{"service":5498,"version":5499},"quizserver","934de450538ab7705d7a2cc84e2c920a137da321",{"success":8,"data":5501,"time":5566},{"quizzes":5502,"total":5562,"timeTaken":5563,"experiment":5564,"source":5565},[5503,5515,5525,5535,5545,5553],{"id":5504,"isSuper":11,"type":613,"info":5505,"shouldIndex":11,"stats":5511},"6936d3565cab9d861134d955",{"grade":5506,"name":5508,"slug":5509,"image":5510},[5507,5507],"7","7th Grade Final Review","7th Grade Q1 Test","https://quizizz.com/media/resource/gs/quizizz-media/quizzes/7472d7e7-7051-4dcd-8677-0a62478d6778",{"played":740,"totalPlayers":5512,"totalCorrect":5513,"totalQuestions":5514},249,12504,93,{"id":5516,"isSuper":11,"type":613,"info":5517,"shouldIndex":11,"stats":5522},"69401e310340c8820470bc55",{"grade":5518,"name":5520,"slug":5520,"image":5521},[111,5519],"13","Sinh 10 CKI","https://cf.quizizz.com/img/wayground/activity/activity-square.jpg",{"played":261,"totalPlayers":5523,"totalCorrect":5524,"totalQuestions":5514},16,499,{"id":5526,"isSuper":11,"type":613,"info":5527,"shouldIndex":11,"stats":5531},"658d25496c467beee9941aa9",{"grade":5528,"name":5529,"slug":5529,"image":5530},[111,5519],"English 102","https://media.quizizz.com/_mdserver/main/media/resource/gs/quizizz-media/quizzes/076d1c23-adf2-4c49-aa61-607335a2ebb4-v2",{"played":261,"totalPlayers":5532,"totalCorrect":5533,"totalQuestions":5534},8,208,102,{"id":5536,"isSuper":11,"type":613,"info":5537,"shouldIndex":11,"stats":5542},"684205a697c693c7245afc37",{"grade":5538,"name":5540,"slug":5540,"image":5541},[5539,5519],"8","regnes de la cultura prohibida","https://media.quizizz.com/_mdserver/main/media/resource/gs/quizizz-media/quizzes/e274dbfd-d863-416f-a931-7b5331d99f35-v2",{"played":389,"totalPlayers":261,"totalCorrect":5543,"totalQuestions":5544},135,100,{"id":5546,"isSuper":11,"type":613,"info":5547,"shouldIndex":11,"stats":5550},"693d3774bc16542a60c8335d",{"grade":5548,"name":5549,"slug":5549},[111,5519],"200-300",{"played":266,"totalPlayers":5551,"totalCorrect":5552,"totalQuestions":5544},362,16344,{"id":5554,"isSuper":11,"type":613,"info":5555,"shouldIndex":11,"stats":5559},"6936fd29082a9a125b6da8d7",{"grade":5556,"name":5557,"slug":5558},[111,5519],"Honors Biology Midterm Review2025","Honors Biology Midterm 2025",{"played":389,"totalPlayers":5560,"totalCorrect":5561,"totalQuestions":5544},324,20472,51,34,"quizPageRecoPublicSearch","recommended_search","2026-08-15T12:44:06.240983681Z",["Reactive",5568],{"$scurrent-user":611,"$srequestCountry":620,"$srequestRegion":-1},["Set"],["ShallowReactive",5571],{"print-quiz-6644bc3d6beadc9272d56c02":611,"print-feature-flags":611,"print-recommendations-6644bc3d6beadc9272d56c02-false":611},"/print/quiz/6644bc3d6beadc9272d56c02",["Reactive",5574],{"worksheetGame":5575},{"gameId":5576,"worksheetId":5578,"bubbleCoordMap":5579,"gradedChoice":5580,"isGameSettingsMode":5581,"isBubbleSheet":5583,"printCtaTime":5584},["EmptyRef",5577],"null",["EmptyRef",5577],["EmptyRef",5577],["EmptyRef",5577],["EmptyRef",5582],"false",["EmptyRef",5582],["EmptyRef",5577]]</script> <script>window.__NUXT__={};window.__NUXT__.config={public:{disableS3Cache:false,appEnv:"production",isSsgBuild:false,enablePseudoLocale:false,apiBase:"/undefined/undefined",sentry:{dsn:"https://f45858ca79fd48fe019ce67e6c560868@o984659.ingest.us.sentry.io/4508357912363008",enabled:true},gtag:{id:""},gtm:{devtools:true,id:"GTM-N3RKJ8L",debug:true,enabled:true,defer:true},app_type:"server",port:"8080",worker_page_type:"quizPage",component_name:"worksheet",i18n:{baseUrl:"https://cf.quizizz.com/translationsV2/nuxtssr",locales:{en:{domain:""},es:{domain:""},fr:{domain:""},pl:{domain:""},ru:{domain:""},id:{domain:""},ms:{domain:""},tl:{domain:""},de:{domain:""},vi:{domain:""},th:{domain:""},az:{domain:""},"pt-br":{domain:""},"zh-CN":{domain:""},"zh-TW":{domain:""},tr:{domain:""},it:{domain:""},ja:{domain:""},kk:{domain:""},ko:{domain:""},nl:{domain:""},et:{domain:""},lt:{domain:""},hu:{domain:""},lv:{domain:""},sv:{domain:""},da:{domain:""},nb:{domain:""},fi:{domain:""},cs:{domain:""},hi:{domain:""},ro:{domain:""},af:{domain:""},sw:{domain:""},uk:{domain:""}}},device:{defaultUserAgent:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.39 Safari/537.36",enabled:true,refreshOnResize:false}},app:{baseURL:"/",buildId:"4fb8364e-c4a2-4595-a1ec-6e790e14f7ab",buildAssetsDir:"nuxtssr",cdnURL:"https://cf.quizizz.com"}}</script></body></html>