HI all I am creating a sport prediction website where the players get asked a question.
New York Giants vs Dallas Cowboys who will win. They then get either a point for the correct result the square goes green or no point the square goes red. Can someone someone please help me on creating that scoring system. I know allot of programming and scripting is involved. Any help or info would be appreciated.
Offline
Try this:
whengreen flag clicked set [Score# v] to (0) ask [New York Giants versus Dallas Cowboys: Who will win?] and wait if <(answer) = [winner]> change [Score v] by (1) endOf course, it will only accept an exact, letter-for-letter answer.
Offline