| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
LM:Write Output
The LM:Write Output module writes directly to the current
Listmaker output file. See LM:Subject Loop,
and LM:Switch Output, for more information
on the Listmaker output file.
Select the Data radiobutton and enter a Buano expression in the
text box to write directly to the output file. Remember to enter
constant string with double quotes around them (`"'), or they will
be interpreted as Bunao variables. See Soft vs. Hard Newlines, for notes on entering line breaks in
text boxes.
Select the Whole File radiobutton and enter the pathname of file to copy
the complete contents of another file to the current output. This is analogous
to the listmaker `include' statement, and is useful for including
header and debriefing sections in testlists.
LM:Write Output user interface:

LM:Write Output attribute list:
| Attribute | Type | Default | Description |
src |
stringfile
| `string' | write literal string or whole file |
data |
expression | (blank) | if source is literal, string to write |
file |
filename | (blank) | if source is file, file to include |