You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in quiz_questions_from_csv.rpy, the question "What is the name of the method used to find elements that match one of more selectors?' is a bit misleading and awkward.
A better wording might be "What is the name of the method used to find the first element in the DOM to match a given CSS-style selector?"
document.querySelector takes a selector, or even a complex multi-selector, but only returns the first element to match.
What bug did you encounter?
in
quiz_questions_from_csv.rpy
, the question "What is the name of the method used to find elements that match one of more selectors?' is a bit misleading and awkward.A better wording might be "What is the name of the method used to find the first element in the DOM to match a given CSS-style selector?"
document.querySelector
takes a selector, or even a complex multi-selector, but only returns the first element to match.Steps to Reproduce
LearnToCodeRPG/game/tl/english/scripts/quiz_questions_from_csv.rpy
Line 8203 in dfe67a2
Screenshots
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: