-
Notifications
You must be signed in to change notification settings - Fork 289
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
📜 Quiz mistakes #5478
Labels
content
issues related to adventure tabs
Comments
pepa65
added a commit
to pepa65/hedy
that referenced
this issue
Apr 27, 2024
Content mistakes in quizzes. Fixes hedyorg#5478
Option 4 stays as |
pepa65
added a commit
to pepa65/hedy
that referenced
this issue
Apr 29, 2024
mergify bot
pushed a commit
that referenced
this issue
May 1, 2024
Correcting a few mistakes in the Quiz section. Fixes #5478 **Checklist** - [x] Contains one of the PR categories in the name - [ ] Describes changes in the format above **Details in Issue** - [x] Links to an existing issue or discussion - [ ] Has a "How to test" section **It is content**
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quiz level 16 question 10:
In the Code, line 3 is displayed as
{books} = ['Narnia', 'The Hobbit', 'Oliver Twist', 'Harry Potter', 'Green eggs and ham']
(including the curly brackets). Fix: remove the curly brackets aroundbooks
.The variable
list_of_raffle_numbers
is used in the code (lines 5 and 7), butlist_of_numbers
in the Options. Fix: uselist_of_numbers
in the Code.Quiz level 17 question 6:
Line 3 of the displayed code is not indented, which is clearly wrong (line 2 ends with a colon). Option 4 should be:
There is an indentation mistake in the third line.
(instead of the last line).The text was updated successfully, but these errors were encountered: