I recently started working on a simple quiz app. It is far from "complete" but I thought it would be more interesting to share it rather than continue working on it alone. So far the only page that works displays a question, a youtube video related to the question, and four possible answers. The user selects an answer and is shown whether they got it right. The app still needs a home page and a page for adding new questions. Any feedback or new features would be appreciated. To use the app: get the code at http://github.com/skenney26/kwizwiz/blob/master/kwizwiz.arc (load "kwizwiz.arc")
(asv)
go to http://localhost:8080/qBecause the default app only comes with 4 questions it is possible that the same question will randomly load 2 times in a row. |