| \f | Font number, an index into
a table of fonts at the beginning of the RTF file. |
| \fs | Font size. |
| \b | Bold. |
| \i | Italic. |
| \strike | Strike through. |
| \cf | Foreground color, an index
into a table of colors at the beginning of the RTF file. |
| \ul | Underline. |
| \ulnone | Turns off all underlining. |
| \\ \{ \} \~ | The characters \, {, }
and a space. |
| \plain \pard \secd | Reset all attributes. |
| \' | Control code, used with
symbols. |
| \cgrid | No idea what it does but
Word 97 sticks it in all over the place so I just parse it out. |
| \field \fldinst \fldrslt | Used by Word 97 when you
use symbols. DMDX only supports the SYMBOL field, all others are not supported. |
The slash
is used to separate frames in a timewise fashion (determined by the
default frame duration), the comma to separate them spacewise ("a" @1 , "separate"
@2 , "frame" @3 is displayed simultaneously
on three lines).
Item delimiter (;).
Every item and every instruction must be terminated by this character.
The following is a typical example of a complete item:
+004 "The" / "boy" / "went" / * "HOME" / ;
This displays each word for the time specified in FD in the center of the
viewing area. The subject is intended to respond to the item in upper-case
letters, hence the display-control character * (the clock-on symbol) is located
in this frame. The reaction time would be stored and labelled as the RT for
item 4. The correct response is a positive response (indicated by the + at
the beginning).
DMDX Index.