
select tries, last_tried from puzzle#url.puzzleID# where teamID = #cookie.ID#
select title, puzzleID from answers where puzzleID=#url.puzzleid#
Error. You somehow submitted an answer after 10 guesses
Error. You still have to wait #evaluate(15-datediff("n", double_check.last_tried, now()))# minutes until you can guess again.
Puzzle #url.puzzleID#: #get_puzzle_info.title#
update puzzle#url.puzzleID# set tries=tries + 1, last_tried = #now()# where teamID = #cookie.ID#
select puzzleID from answers where puzzleID = #url.puzzleID# and answer = '#form.answer#'
The answer "#form.answer#" is incorrect.
Return to puzzle list.
update puzzle#url.puzzleID# set success = 1 where teamID = #cookie.ID#
select tries from puzzle#url.puzzleID# where teamID = #cookie.ID#
update teamScores set totalScore = totalScore + #points# where teamID = #cookie.ID#
The answer "#form.answer#" is correct.
Return to puzzle list.
select puzzleid, title from answers
Choose a puzzle to solve:
|
Puzzle |
Solved |
Answer |
Points Earned |
select success, tries from puzzle#puzzleid# where teamID = #cookie.ID#
|
#puzzleid#.
|
#title#
|
YesNo |
select answer from answers where puzzleID = #puzzleid#
#get_answer.answer#
|
100
100
100
80
75
70
65
60
55
50
0
|
select totalScore from teamScores where teamID = #cookie.ID#
|
|
|
Total Score: |
#get_score.totalScore# |
select title, puzzleID, answer from answers where puzzleID=#url.puzzleid#
select success, tries, last_Tried from puzzle#puzzleID# where teamID=#cookie.ID#
Puzzle #url.puzzleID#: #get_puzzle_info.title#
You have already solved this puzzle. The answer is #get_puzzle_info.answer#.
You have already made 10 guesses on this puzzle, and may not make anymore.
Puzzles will be posted here once the kickoff in GEO 100 on November 4th, 2000 at 9:28 am has been completed.
|