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

📜 Quiz mistakes #5478

Closed
pepa65 opened this issue Apr 27, 2024 · 1 comment · Fixed by #5479
Closed

📜 Quiz mistakes #5478

pepa65 opened this issue Apr 27, 2024 · 1 comment · Fixed by #5479
Labels
content issues related to adventure tabs

Comments

@pepa65
Copy link
Contributor

pepa65 commented Apr 27, 2024

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 around books.

The variable list_of_raffle_numbers is used in the code (lines 5 and 7), but list_of_numbers in the Options. Fix: use list_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).

@pepa65 pepa65 added the content issues related to adventure tabs label Apr 27, 2024
pepa65 added a commit to pepa65/hedy that referenced this issue Apr 27, 2024
Content mistakes in quizzes. Fixes hedyorg#5478
@pepa65
Copy link
Contributor Author

pepa65 commented Apr 29, 2024

Option 4 stays as There is an indentation mistake in the third line. and line 3 gets properly indented is the smallest change to fix the problem.

pepa65 added a commit to pepa65/hedy that referenced this issue Apr 29, 2024
@mergify mergify bot closed this as completed in #5479 May 1, 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
Labels
content issues related to adventure tabs
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant