LIMG ElementSpecifies that this question has an accompanying image, which should appear to the left of the question. Syntax<LIMG SRC="src" /> Attributes
PlacementThe LIMG element must be a child of the QUESTION element. ChildrenNo children are supported within the LIMG 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>What animal is this?</Q> <LIMG SRC="horse.gif"/> <ANSWER CORRECT="1">Horse</ANSWER> <ANSWER>Cow</ANSWER> ... </QUESTION> <LIMG SRC="NOROOT?http://www.example.com/horse.gif" /> <LIMG SRC="EMBED?horse.gif" /> |