RIMG ElementSpecifies that this question has an accompanying image, which should appear to the right of the question. Syntax<RIMG SRC="src" /> Attributes
PlacementThe RIMG element must be a child of the QUESTION element. ChildrenNo children are supported within the RIMG element. RemarksThe image file must reside in the data root folder. This is, by default, the folder containing the .TQS file.
A question can have a left-side image (LIMG), a right-side image (RIMG), both images, or neither. Examples<QUESTION> <Q>Where might you find these animals?</Q> <LIMG SRC="horse.gif"/> <RIMG SRC="cow.gif"/> <ANSWER CORRECT="1">On a farm</ANSWER> <ANSWER>In an office</ANSWER> ... </QUESTION> <RIMG SRC="NOROOT?http://www.example.com/cow.gif" /> <RIMG SRC="EMBED?cow.gif" /> |