Inserts the item at the specified index.
<html>
<item>
<list>
<picture>
<port>
<sound>
<text>
<video>
<xid>
Name | Type | Description |
---|---|---|
value | any | The value for the item. |
The following adds an item to the end of the item list of a text stimulus:
<trial sometrial>
/ ontrialend= [text.sometext.appenditem("Hello world!");]
</trial>
The following adds an item to the end of the item list of a list:
<trial sometrial>
/ ontrialend= [list.importantthings.appenditem(values.newvalue);]
</trial>