Getting Started
- What is TestInvite?
- Build Your First Test
- Run Your First Assessment
- Taking the Assessment
- Viewing the Results
- Question Bank Overview
- Common Question Features
- Question Types
- Creating Questions
- Organizing Questions
- Content Blocks
- Roles & Access
- Media Library
- Import & Export
- Question Submissions
- Question Bank Schema
- Browsing Questions
- Cloning Questions
- Bulk Updating Questions
- Tests Overview
- My Tests
- Creating a Test
- The Test Editor
- Test Settings
- Sections & Pages
- Adding Questions
- Page Builders
- Test Profile
- Reporting
- Test Papers
- Analytics
- Publishing a Test
- Test Library
- Marketplace
- Tasks Overview
- Creating a Task
- Task Dashboard
- Steps
- Task Settings
- Candidates
- Test Sessions
- Sent Mails
- Proctoring
- Analytics
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
- Click the HTML button in the toolbar. A code editor dialog opens.
- Paste or type your HTML markup.
- 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.