
Eventos em JS
Quiz
•
Information Technology (IT)
•
3rd Grade
•
Medium
LUCAS FIRMO DE LIMA ALVES
Used 1+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Quais dos eventos em JavaScript abaixo é relacionado ao Mouse?
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Onde podemos colocar a lógica para trocar a cor de uma div ao apertar a tecla 'C'?
document.addEventListener('dbclick'), function(event){if(event.key === 'w')}
No evento de mouse sobre a div.document.addEventListener('dbclick'), function(event){if(event.key === 'c')}
No evento de clique do botão.document.addEventListener('keydown'), function(event){if(event.key === 'w')}
No evento de carregamento da página.document.addEventListener('click'), function(event){if(event.key === 'w')}
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Disparar um evento quando qualquer tecla é pressionada
4.
OPEN ENDED QUESTION
5 mins • 1 pt
Como podemos redimensionar a tela pelo JavaScript?
Evaluate responses using AI:
OFF
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Como podemos detectar um clique duplo em um elemento HTML usando JavaScript?
document.addEventListener('click')
document.addEventListener('dblclick')
document.addEventListener('mouseover')
document.addEventListener('mouseout')
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
O que acontece quando é adicionado o evento mouseover?
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Como podemos alterar o texto de um elemento HTML ao passar o mouse sobre ele?
document.addEventListener('mouseover', function() {element.innerText = 'Novo Texto';})
document.addEventListener('click', function() {element.innerText = 'Novo Texto';})
document.addEventListener('mouseout', function() {element.innerText = 'Novo Texto';})
document.addEventListener('dblclick', function() {element.innerText = 'Novo Texto';})
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
Discover more resources for Information Technology (IT)
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
10 questions
Area
Quiz
•
3rd Grade
8 questions
Ancient China Quick Check
Quiz
•
3rd Grade
10 questions
Setting Quiz
Quiz
•
2nd - 5th Grade
13 questions
Veterans' Day
Quiz
•
1st - 3rd Grade
17 questions
Multiplication facts
Quiz
•
3rd Grade
20 questions
Irregular Plural Nouns
Quiz
•
3rd Grade
