Group: Administrators
Posts: 13K,
Visits: 104K
|
An <item> element merely stores items. It is, by itself, not sufficient to display anything. You need a <text> element that references the <item> element and a <trial> to display the <text> element.
You will find those basics covered in the tutorials in the documentation.
There are also syntax elements specifically intended for presenting instructions. See the documentation for <page> elements, the <instruct> element as well as the /preinstructions and /postinstructions attributes.
|