The Video Platform’s Video Quizzes offer various ways to format questions and highlight important concepts for quiz takers. Below are the available formatting tools that you can use to customize your video quiz question text. To learn more about how to create a video quiz, click here.
Symbols | Name | Code Block | Description |
---|---|---|---|
Bold | [b][/b] |
Allows users to create bolded text. For example: [b]Bolded Text[/b] |
|
Italics | [i][/i] |
Allows users to create italicized text. For example: [i]Italicized Text[/i] |
|
Underline | [u][/u] |
Allows users to create a line under the texts. For example: [u]Underlined Text[/u] |
|
Strikethrough | [s][/s] |
Allows users to create a line through the texts. For example: [s]Strikethrough Text[/s] |
|
Code | [code][/code] |
Allows users to add a programming code block or hyperlink into the question. For example: [code]print "Hello world!"[/code] |
|
LaTex | $latex $ |
Allows users to use LaText to enter mathematic formulas into the question. To learn more about the LaText editor, click here. |
|
Unordered List | [ul][/ul] |
Allows users to create an unordered list of items in the question. This will require the [li][/li] code block. For example: [ul] |
|
Ordered List | [ol][/ol] |
Allows users to create an ordered list of items in the question. This will require the [li][/li] code block. For example: [ol] |
|
List Item | [li][/li] |
Allows users to create a list item for either an ordered or unordered list in the question. For example: [li]List Item 1[/li][li]List Item 2[/li] [li]List Item 3[/li] |