Skip to content

#JustCode Challenge Week 5 – Math Quiz

For week five of the Just Code Challenge, I made a web app. My wife is a middle school math teacher and sometimes she needs to give the kids quizzes to help them with their math skills.

This Xojo web app generates random math problems for addition, subtraction, multiplication and division and then displays the score. It demonstrates the use of a WebContainer for dynamically displaying content and encapsulating behavior. In this case MathProblem is a WebContainer that generates a random math problem and determines if the correct answer was entered.

Download the MathQuiz project or check it out on GitLab.

Add your project to the week 5 forum thread.

Download and check out earlier projects: