Guys,
I am looking for something I have not been able to find anywhere, which is why I am going to attempt to code it myself (on some level). I really havent programmed anything before, in any language and am not looking to write professional level code, just something that works and maybe after the season, ill really learn and develop something nice. With the superbowl around the corner, I am looking for something where people register, and login, and answer a series of questions. Sounds easy enough, right? I have found a ton of php quiz scripts that do this. The problem I am running into is that, you need to supply answers.
What I am trying to do is have a series of questions like:
1: Who will win the coin toss?
2: What color will the gatorade be that gets dumped on the coach’s head at the end of the game?
and so on…
The difference between this and a normal quiz is that the answers are unknown until after the quizzes have been submitted. Ideally, all of the quizzes would be ‘graded’ after the answer sheet is created.
I will likely find a php quiz script and try and manipulate it to do what I want.
Could you guys point me in the right direction, as far as logic to how I can accomplish something like this?
I appreciate it your help,
Casey