-
Notifications
You must be signed in to change notification settings - Fork 142
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
[Incorrect] answer to array method bind #98
Comments
Updated in #99 |
I'm not sure I agree with this. I don't really want to get into technicalities surrounding whether there are line breaks in the console output. |
The only reason I got my answer wrong is that I was expecting it on new lines, and it was not in the option. If we are going for the subtle things, I think this should be considered. |
An alternative fix could be to rephrase the question: "Which values are logged in the following scenario?" |
Yet another alternative: remove the "Something else" option. |
In both the cases, @hn3000, it feels as the options are wrong. If it wasn't 'something else', I would have thought the options were wrong. Either the options should reflect the correct result, or the code snippet should be changed, imho. |
True. Same happens in the Superman / Batman example. But I can also understand @nas5w when he says "I don't really want to get into technicalities surrounding whether there are line breaks in the console output." |
@inomdzhon Yeah, when there is a possibility of string formatting, and there is an option NOTA, that is different from this one. There is a scope of ambiguity in that one. Not in this one. |
Describe the bug
For the question Array Method Binding, an incorrect answer is set to correct answer.
Expected behavior
The expected output is
And since it is not an option, the right answer should be
Something else
.Possible update:
Change the question to:
The options being:
The text was updated successfully, but these errors were encountered: