Question Bank Content Editor

Raw HTML

How to insert a raw HTML block for custom embeds and advanced layouts not covered by the toolbar's built-in tools.

Updated 2026/07/11

The HTML button in the toolbar lets you insert a raw HTML block directly into the question prompt. This is an advanced feature for cases where none of the purpose-built tools (image, table, audio, etc.) meet your needs.

Inserting an HTML block

  1. Click the HTML button in the toolbar. A code editor dialog opens.
  2. Paste or type your HTML markup.
  3. Click insert to place the block at the cursor position. The HTML renders in the editor and in the candidate view.

Editing an HTML block

Click the rendered HTML block in the editor to reopen the code editor dialog and modify the markup.

When to use it

  • Custom iframe embeds (interactive simulations, third-party widgets) that the toolbar does not have a dedicated button for.
  • Complex layout structures not achievable with the standard formatting tools.

Limitations

  • HTML is rendered as-is — use only trusted markup. Scripts are not executed.
  • Prefer the purpose-built embed tools (image, audio, video, table) over raw HTML wherever possible — they handle hosting, sizing, and accessibility automatically.
Go back