Skip to content

Commit

Permalink
Некорректные ответы на вопросы
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre887 committed Aug 10, 2023
1 parent 1971342 commit b24f609
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions quiz/quiz-dom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ questions:
content: |
Вызов `setTimeout(func, 0)` вызовет `func`...
correctAnswer: 3
correctAnswer: 1
answers:
- 'Сразу после `setTimeout`, до следующей строки кода.'
- 'Сразу после текущего скрипта, когда браузер сможет выполнить JavaScript.'
Expand Down Expand Up @@ -681,11 +681,7 @@ questions:
```
Какой из них сработает раньше при клике на `elem`?
correctAnswer: 0
correctAnswerComment: |
Оба обработчика сработают не на стадии всплытия и погружения, а на самом элементе, то есть на стадии AT_TARGET.
Это полноценная отдельная стадия обработки события, не всплытие или погружение.
Обработчики на ней срабатывают в порядке назначения.
correctAnswer: 1
answers:
- 'Первый.'
- 'Второй.'
Expand Down

0 comments on commit b24f609

Please sign in to comment.