Skip to content

feat/idea: improve quiz experience by hiding answers in README #21

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

Open
glaucia86 opened this issue Feb 19, 2025 · 0 comments
Open

feat/idea: improve quiz experience by hiding answers in README #21

glaucia86 opened this issue Feb 19, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@glaucia86
Copy link
Member

To make the learning experience more engaging without requiring external tools or issue tracking, we can enhance the quiz section in the README by hiding the correct answer inside a collapsible Markdown block (<details> tag).

This allows users to attempt the quiz before revealing the correct answer, keeping the experience interactive and self-contained within GitHub.


✅ Proposed Solution

1️⃣ Update the Quiz Format in README

  • Use Markdown collapsible blocks (<details>...</details>) to hide the correct answer so users can try answering before revealing it.

  • Example update in README:

## 🧩 Quick Challenge!  
What was the main architectural challenge that Dinocrates faced?  

- [ ] Lack of materials  
- [ ] Navigation issues near the coast  
- [ ] Political instability  

<details>
  <summary>💡 Click to Reveal Answer</summary>
  ✅ **Correct answer:** Navigation issues near the coast.
</details>

Impact:

🔹 Users engage with the quiz before checking the answer.
🔹 No need for external issue tracking or GitHub Actions.
🔹 Simple and fully compatible with GitHub Markdown.

@glaucia86 glaucia86 added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant