PURITY(6) | Games Manual | PURITY(6) |
purity - a general purpose purity test
/usr/games/purity [ flags ] [ testname ]
Purity is an interactive purity test program with a simple, user interface and datafile format. For each test, questions are printed to the your terminal, and you are prompted for an answer to the current question. At a prompt, these are your choices:
At the end of the test, your score is printed out. For most purity tests, lower scores denote more "experience" of the test material.
These are the command line flags for the test.
The format of the datafiles is a very simple format, intended such that new tests can quickly and easily be converted to run with the test.
There are four types of text in a purity test datafile. Each type is contained in a bracket type of punctuation. The definitions are as follows:
the styles of text blocks are:
Plain text blocks are printed out character for character.
Subject headers are preceded by their subject numbers, starting at 1, and then printed as text blocks.
Questions are preceded by their numbers, and then prompt the user to answer the question, keeping track of the user's current score.
Conclusions first calculate and print the user's score for the test, then print out the conclusion as a text block.
If you wish to include any of the various bracket punctuation in your text, the backslash ("\") character will escape the next character.
To print a question with parentheses, you would use the following format:
(have you ever written a purity test \(like this one\)?)
the output would be this:
1. have you ever written a purity test (like this one)?
and then it would have asked the user for her/his answer.
For a generic datafile, use the "sample" datafile for the test.
/var/games/purity.scores the score logfile /usr/share/games/purity/* test data files
Eric Lechner, lechner@ucscb.ucsc.edu
18 December 1989 |