Welcome to the OpenEHR Integration Quest! This fun and quirky quiz game is designed to test your knowledge of OpenEHR concepts while keeping you entertained.
Ever wished learning about health informatics could be as exciting as a treasure hunt? Well, now it can be! Dive into the world of OpenEHR through a series of challenging questions and watch your expertise grow.
Want to create your own quiz game?
I extracted the core functionality of OpenEHR Quest into a reusable project called CodeQuest.
- 🎮 Interactive quiz format
- 🧠 Covers key OpenEHR concepts
- 🏆 Earn badges as you progress
- 💡 Hint system for when you're stuck
- 🌟 Designed for both newbies and OpenEHR veterans
This game was originally created as part of an internal company presentation at Cistec. The full presentation that accompanies this game can be found here / repo. Feel free to check it out for more context and information about OpenEHR!
This little gem was conjured up with the help of Claude 3.5 Sonnet, an AI assistant with a knack for turning dry topics into delightful adventures. Together, we've created a learning experience that's as enjoyable as it is educational.
Ready to test your OpenEHR prowess? Head over to OpenEHR Integration Quest and start your quest!
Found a bug? Have an idea for an even quirkier question? Feel free to open an issue or submit a pull request. Let's make learning about OpenEHR a blast together!
Remember, in the world of health informatics, every quest begins with a single click. Happy learning, adventurers! 🌟
Contributing new questions or modifying existing ones is easy and doesn't require any coding knowledge! Here's how you can do it:
- Questions are stored as Markdown files in the
src/questions
directory. - To add a new question, create a new
.md
file in this directory. - To modify an existing question, find its
.md
file in thesrc/questions
directory and edit it.
For examples and advanced features, refer to the existing questions in the src/questions
directory or check out the example-question.md
file.