Deutsch

AKFCloze

AKFCloze is a little program to generate a cloze. The program generates an HTML file with some JavaScript code.

Uses: AkfAvatar/en

Download: http://download.akfoerster.de/software/akfcloze/

License: GPLv3 or later (generated files are not under this license)

Author: AndreasFoerster

Andreas K. Förster

Mini-Howto

Command-line:

 $ akfcloze [options] [textfiles]

input-files:

The input-files should be plain text-files.

The first line is the heading, the second line must be empty.

Then comes the text. The expressions to ask for have to be enclosed into brackets: “[example]”. The expressions can be more than one word, but the expression must end in the same line.

Use an empty line for separating paragraphs. It is not enough just to use indentation.

If you want to have further headings in your text, prepend them with an equal-sign in the first column of the line. For example: "=new heading".

If you want to enforce a line-break, you can put a "|" sign at the end of the line. For example: "Line-break:|"

output-file:

The program creates HTML-files with embedded JavaScript. These files can be used with a JavaScript-capable webbrowser.

A warning is displayed if your browser doesn't support JavaScript, or if it is switched off.

Tips & Tricks

See Also

AkfCloze/en (zuletzt geändert am 2013-01-30 08:15:48 durch AndreasFoerster)