Evaluation Text Format (ETX)

Evaluation Text Format (ETX) is a simple markup language for use with the evalCGI evaluation engine. ETX files are plain (ASCII) text and have names that end in '.etx'. Five special elements are currently supported:


Title | Subject List | Questions | Custom Scales | Typed Input

Title

The first line of the file is always used as the title for the form.

Subject List

An optional popup menu of subjects appears near the top of the form if a subject list (text file) is provided. The name of this file must end in '.sub' and it should contain a list of ID codes and names, one pair per line:

   1234 Richard Rathe
   5678 Franklin Lin
   9999 Bill Gates

Questions

The text of each question is preceeded by a question mark (?) as the first character on the line. By default questions have a five point scale labled:

   Strongly Agree | Agree | Neutral | Disagree | Strongly Disagree

Custom Scales

This scale can be overridden by providing labels delimited by slashes (/):

   /Great/Good/Okay/Poor/Terrible

The number of options may vary from 2 to 5.

Typed Input

The scale will be replaced by a single line input field if a single slash (/) appears on a line by itself. Use this element when you want the user to type in a name or a short comment.

The scale will be replaced by a multi-line input field if a double slash (//) appears on a line by itself. Use this element when you what the user to type in lists or extended comments.


 Created: September 1, 1995  Modified: September 14, 1996
  Author: Richard Rathe, MD / rrathe@dean.med.ufl.edu