Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wording of quiz question about .querySelector #66

Open
parent-tobias opened this issue Feb 8, 2022 · 0 comments
Open

Wording of quiz question about .querySelector #66

parent-tobias opened this issue Feb 8, 2022 · 0 comments

Comments

@parent-tobias
Copy link

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

new "The .querySelector() method is used to find elements in the DOM that match one of more selectors."

Screenshots

No response

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant