Hi,
This is a bit of a noob question. I run a club for children, where we have a quiz night and I would like to develop a web2py app to speed up the scoring and create a leaderboard. I would like to use web2py as I love the elegant design, the portability and the focus on security, but I am not an expert web app or database developer.
The requirement is :
1) Each child has a name and then groups of children form teams - standard one to many relationship
2) There are number of rounds and each round has a number of questions - again a one to many relationship
3) Each question will receive a mark it isn't just yes or no but a score out of 10.
4) I understand that the team to round relationship is a many to many relationship
But ...
How do I set up a model and controller, that allows me to record the scores of each individual question for each team? I am going round in circles as it feels like a many to many to many relationship?
Any guidance would be gratefully received.
Gavin