| Shorthand tag | Full tag | Description Click here to see examples of these tags at work |
| [] | [$1, text 20] | Textfield 20 characters long, worth 1 point: |
| [word] | [$1, text 4:word] | Textfield 4 characters long, worth 1 point, correct answer: word |
| [$3:word] | [$3, text 4:word] | Textfield 4 characters long, worth 3 points, correct answer: word |
| [5:vul] | [$1, text 5:vul] | Textfield 5 characters long, worth 1 point, correct answer: word |
| [$5,10] | [$5, text 10] | Empty textfield, 10 characters long, worth 5 points |
| [60,5] | [$1, textarea 60,5] | Textbox for entering essay length answers, 60 characters wide and 5 lines tall. Worth 1 point. |
| [$50,60,10] | [$50, textarea 60,10] | Textbox for entering essay length answers, 60 characters wide and 10 lines tall. Worth 50 points. |
| [/na/nad/(pod] | [$1, select: /na/nad/(pod] | Pull down menu. Correct answer pod is worth 1 point. |
| [$3:/na/nad/(pod] | [$3, select: /na/nad/(pod] | Pull down menu. Correct answer pod is worth 3 points. |
| [#] | [$1/0, checkbox] | Checkbox for multiple choice. Worth 1 point is checked and 0 if not checked. More than one can be selected. |
| [* t1] | [$0, radio t1] | Radio button for multiple choice. Only one from many marked t1 can be selected. The correct selection can be assigned points. |
| [%Sample text] | Displays Sample text in a textfield. | |
| ["Hint:This is a hint] | Clicking the word Hint pops up message saying This is a hint | |
| [^malý] | Clicking the word malý displays dictionary entry for that word in a new window. | |
| [^velkého:velký] | Clicking the word velkého displays dictionary entry for the velký in a new window. | |
| [{answer] | Displays a text field where the correct answer is the word answer. It will immediately self correct of display a hint. | |
| [{name=t1] | Textbox in which a hint will be displayed. | |
| [{target=t1:This is a hint!] | The words This is a hint will be displayed in textbox marked t1 when [?] is clicked. | |