Most fields in Brillium support HTML. This means that assessment authors can include styled objects in assessment Agreement, Instructions, and Feedback screens. In fact, even some of the Assessment UI fields can include HTML. This process can seem quite technical at first, but with some practice, it can significantly improve the look and feel of the assessment experience.
This article provides the HTML codes to create any of the Buttons supported by Brillium. Buttons can be very useful when linking to external content such as websites, documents, or training hosted on a Learning Management System (LMS).
Button Types
Brillium has several button types. Below are examples of the different button styles and the HTML code to create each button type in Brillium.
Note
How to Create a Button in a Brillium Text Field
- In a Brillium text field, select the Code View button from the Rich Text Editor tool bar (the </> symbol)
- Paste in the appropriate button HTML code for the desired button type
- Select the Code View button and add any additional text, images or video
- Save the changes
Note
Button Styles
The following buttons styles can be used within Brillium Assessment UI, Instructions, Feedback, Justification, and Conditional Feedback area.
To use any of the button styles below:
- Select a buttons style:
- Change the URL: https://www.example.com for your desired destination URL
- Change the BUTTON TEXT to the desired button label
Pill Button
Square Button
<a class="button button-small" href="https://www.example.com">BUTTON TEXT</a>
Large Button
Hollow Button (Neutral)
Alternate Button
Disabled Button
Expanded Button (displays across entire screen)