main - code

grolprep

Try the web application now!

about

grolprep is a web application for studying the FCC GROL questions in preparation of taking the exams.

The study of this multiple-choice data is in the flash-card style. Students can choose from Elements 1, 3 and 8 and can specify any subelement of those three for specific study. Questions and answers can be randomly presented. In addition, this study tool shows the figure images for appropriate questions.

Additionally, simulations of the randomly-chosen exams can be practiced with this software.

grolprep will shortly be used by students of Avionics program at the Burlington Aviation Technology School. Some of the technology in this web application was already helpful in preparing students for these tests in the form of the prior command-line version, fequiz-pl.

The source test data questions can be acquired from the FCC Commercial Operator License site.

This software is being written in Haskell using many useful Haskell libraries including: cgi, Crypto, HDBC-sqlite3, hslogger, HTTP, split, xhtml. At this time, no special web framework was used, just Network.CGI and Text.XHtml

news

2010-01-17 (v1.0.1.5) Try it now!
Recent changes:
2009-11-12 (v1.0.1.4)
Recent changes:
2009-10-28 (v1.0.1.3)
Recent changes:
2009-10-11 (v1.0.1.2)
Recent changes:
2009-10-09 (v1.0.1.1)
Recent changes:
2009-10-02 (v1.0.1.0)
The software is now in beta. Recent changes:
2009-09-18 (v1.0.0.6)
The software is still in an alpha state. All planned features have not yet been added. But it's functional. Recent changes:

documentation

The quiz progression goes like this: All questions are asked (possibly in a random order). The correct answer will be shown immediately if the user gets one wrong, and the program moves on to the next.

After all questions have been answered, a new round starts and all incorrectly-answered questions are asked again. This repeats as a series of passes, using the new remaining set of incorrectly-answered questions until they have all been answered correctly.

At all times some statistics are shown about the user's performance.

source


last modified 2010-01-17