In the blog “Well begun is half done” I wrote about a free JavaScript quiz engine. This blog is about a simple tool I wrote to generate content for the JSQuizEngine. I started with a list of what the tool must do.
Acceptance criteria for the tool
- Create and update quizzes
- Add/delete/update question
- A more controlled way of updating the answer for a question
- Browse through questions in a list
- Paste image URL into question
- Find question(s) based on description/answer
- Browse through a list of found questions
- Validate a list of questions, a smart way of correcting invalid questions
- Button to publish a quiz
Then I came up with this C# Windows Forms Application.
With this tool I enjoy creating new quizzes. And if I made a mistake in an existing quiz, I can re-open the existing quiz and change whatever needs to be updated.
For questions, please contact me.