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

Q86 of front-end-development-quiz seems wrong #6917

Open
1 of 5 tasks
mingfengwan opened this issue Nov 16, 2023 · 4 comments
Open
1 of 5 tasks

Q86 of front-end-development-quiz seems wrong #6917

mingfengwan opened this issue Nov 16, 2023 · 4 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mingfengwan
Copy link

mingfengwan commented Nov 16, 2023

I'm submitting an ISSUE: Q86 of front-end-development-quiz.md seems wrong

  • Documentation issue

Q86. Which command has no Syntax error in CSS?

  • p {font-size: 16em;}
  • h2 {colour: yellow;}
  • div {border-radius: 5px}
  • #my-div {background-color: blue;}

In the question above, the only option with syntax error is option 2 h2 {colour: yellow;}, where color is misspelled into colour.

@Ebazhanov Ebazhanov added help wanted Extra attention is needed good first issue Good for newcomers labels Nov 19, 2023
@haxkd
Copy link
Contributor

haxkd commented Nov 20, 2023

@mingfengwan see the question properly and options too.

@mingfengwan
Copy link
Author

@mingfengwan see the question properly and options too.

I tested them all. The only option with syntax error is h2 {colour: yellow;}. The rest don't have syntax error. So this question should have been "Which command has syntax error"

@haxkd
Copy link
Contributor

haxkd commented Nov 20, 2023

@mingfengwan Q86 is Which command has no Syntax error in CSS?

@mingfengwan
Copy link
Author

mingfengwan commented Nov 20, 2023

@mingfengwan Q86 is Which command has no Syntax error in CSS?

There shouldn't be multiple correct answers for a single-choice question (3 out of the 4 options have no syntax error).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants