From 66362872ed85dadb29b3501ac64252842f118fde Mon Sep 17 00:00:00 2001 From: Mitch <69795655+mitchellabrouwer@users.noreply.github.com> Date: Fri, 18 Oct 2024 20:47:04 +1100 Subject: [PATCH] feat(curriculum): add react state and hooks quiz (#56556) Co-authored-by: Naomi Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com> --- .../66f1a417757b6ca4eecd89d6.md | 236 ++++++++++-------- 1 file changed, 136 insertions(+), 100 deletions(-) diff --git a/curriculum/challenges/english/25-front-end-development/quiz-react-state-and-hooks/66f1a417757b6ca4eecd89d6.md b/curriculum/challenges/english/25-front-end-development/quiz-react-state-and-hooks/66f1a417757b6ca4eecd89d6.md index 5798c888457..677b5b4c983 100644 --- a/curriculum/challenges/english/25-front-end-development/quiz-react-state-and-hooks/66f1a417757b6ca4eecd89d6.md +++ b/curriculum/challenges/english/25-front-end-development/quiz-react-state-and-hooks/66f1a417757b6ca4eecd89d6.md @@ -17,439 +17,475 @@ Answer all of the questions below correctly to pass the quiz. #### --text-- -Placeholder question +Which line of code correctly handles a click event? #### --distractors-- -Placeholder distractor 1 +```jsx +