-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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
C# new question #3354
Comments
Hello @eikowagenknecht , thank you for submitting an issue! 👍 We highly appreciate it if you work on it as well. |
Array slicing has been introduced in C# 8: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-8.0/ranges But.. it seems to actually be "None of the above": How do we enter broken questions? |
@eikowagenknecht You are right, none of the options are correct. These options are correct (using range):
Maybe this question was made before C# 8.0 (September 2019) Update: I edited examples. It seems I thought wrongly that the given array in the question has 3 elements in it. |
Hi, just a short clarification. This question has appeared before as Q#67 in C-sharp assessment. |
Even if that question would appear on version 1.0 it'd still be bad. Simple solution would be to use "None of the above" as an answer rather than "You can't do this..." |
people[..^2] |
as a solution/workaround we could add detailed explanation to this question and close this issue? |
Unchecked the current answer and added proper explanation.
I just unchecked the current chosen answer (which is obviously wrong) and added some explanations about the question and added a reference link to the current issue thread. |
Added back official documentations link
* Fixed variable names in Q9 for OOP quiz * Fixed dictation and correct answer of Q34 of OOP Inside the body of a static constructor, only static members of a class are accessible. * Fixed Q35 of OOP quiz dictation * Update object-oriented-programming-quiz.md * Update object-oriented-programming-quiz.md * Updated Q62 of OOP quiz The choices are a copy of Q61 and are thoroughly irrelevant to Q62 * Fixed dictation of a choice in Q65 of OOP quiz * Added two new questions (Q66, Q67) for OOP Quiz * Added reference for Q66 of OOP quiz * Fixed: #3354 Unchecked the current answer and added proper explanation. * #3354 Added back official documentations link
* Fixed variable names in Q9 for OOP quiz * Fixed dictation and correct answer of Q34 of OOP Inside the body of a static constructor, only static members of a class are accessible. * Fixed Q35 of OOP quiz dictation * Update object-oriented-programming-quiz.md * Update object-oriented-programming-quiz.md * Updated Q62 of OOP quiz The choices are a copy of Q61 and are thoroughly irrelevant to Q62 * Fixed dictation of a choice in Q65 of OOP quiz * Added two new questions (Q66, Q67) for OOP Quiz * Added reference for Q66 of OOP quiz * Fixed: Ebazhanov#3354 Unchecked the current answer and added proper explanation. * Ebazhanov#3354 Added back official documentations link
The text was updated successfully, but these errors were encountered: