MinnoJS supports three types of media:
{word: 'Your very cool stimulus'}
{html: "<div>any html</div>"}
{image: 'some/url/image.png}
If you insert a string instead of a media object the player treats it as if it was Plain text.
The folowing two media definitions have the same outcome:'Wiki'
, {word:'Wiki'}