MirBSD manpage: quiz(6)

QUIZ(6)                      BSD Reference Manual                      QUIZ(6)

NAME

     quiz - random knowledge tests

SYNOPSIS

     quiz [-t] [-i file] category1 category2

DESCRIPTION

     The quiz utility tests your knowledge of random facts. It has a database
     of subjects from which you can choose. With no arguments, quiz displays
     the list of available subjects.

     The options are as follows:

     -i      Specify an alternative index file.

     -t      Use tutorial mode, in which questions are repeated later if you
             didn't get them right the first time, and new questions are
             presented less frequently to help you learn the older ones.

     Subjects are divided into categories. You can pick any two categories
     from the same subject. quiz will ask questions from the first category
     and it expects answers from the second category. For example, the command
     "quiz victim killer" asks questions which are the names of victims, and
     expects you to answer with the cause of their untimely demise, whereas
     the command "quiz killer victim" works the other way around.

     If you get the answer wrong, quiz lets you try again. To see the right
     answer, enter a blank line.

INDEX AND DATA FILE SYNTAX

     The index and data files have a similar syntax. Lines in them consist of
     several categories separated by colons. The categories are regular ex-
     pressions formed using the following meta-characters:

           pat|pat  alternative patterns
           {pat}    optional pattern
           [pat]    delimiters, as in pat[pat|pat]pat

     In an index file, each line represents a subject. The first category in
     each subject is the pathname of the data file for the subject. The
     remaining categories are regular expressions for the titles of each
     category in the subject.

     In data files, each line represents a question/answer set. Each category
     is the information for the question/answer for that category.

     The backslash character (``\'') is used to quote syntactically signifi-
     cant characters, or at the end of a line to signify that a continuation
     line follows.

     If either a question or its answer is empty, quiz will refrain from ask-
     ing it.

FILES

     /usr/share/games/quiz.db  The default index and data files.

BUGS

     quiz is pretty cynical about certain subjects.

MirBSD #10-current               May 31, 1993                                1

Generated on 2021-12-07 11:28:18 by $MirOS: src/scripts/roff2htm,v 1.103 2021/01/23 20:24:35 tg Exp $ — This product includes material provided by mirabilos.

These manual pages and other documentation are copyrighted by their respective writers; their sources are available at the project’s CVSweb, AnonCVS and other mirrors. The rest is Copyright © 2002–2021 MirBSD.

This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report — diffs preferred.