quizstat

NAME
SYNTAX
DESCRIPTION
LICENSE
INTERNET
SEE ALSO

NAME

quizstat − get some statistics about an AKFQuiz file

SYNTAX

quizstat [ [path/]files ]

DESCRIPTION

The script quizstat shows some statistics about akfquiz files. Unlike the other AKFQuiz-programs the file is not searched for.

With no filename, quizstat reads from standard input.

With more than one filename, or if you use wildcards quizstat summerizes all the content as if it were one file.

If you want to see the output for each file separately, use something like this:

for i in *.akfquiz; do echo; echo $i; quizstat $i; done

LICENSE

Copyright © 2003-2006 Andreas K. Foerster

AKFQuiz is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

AKFQuiz is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

INTERNET

http://akfquiz.nongnu.org/

SEE ALSO

akfquiz(5) scrquiz(1) grquiz(1) mkquiz(1) cgiquiz(8) diaquiz(1) linequiz(1)