Reset

Retake the Quiz

Reset

Reset the state of all Option components. If you want your users to restart the quiz, use the Reset Component to clear all answers.

Events

Interaction

Click

Start

An Event allows you to trigger a transition to a component’s variant when a specific action happens. In the case of the Reset component, you can set up Click events. When the users will click on the component, they will be redirect to the selected variant.

Properties

Reset

Trigger On

Click

Style

Button

Trigger On

Define when the redirections will be triggered.

  • Conditions: The component will check the conditions everytime they are updated. It will trigger the reset once it meets the conditions.

  • Click: The component will check the conditions when the user clicks on it. When the “Click” option is selected, the component will take the shape of a button that you can customize with the controls.

  • Appear: The component will redirect once it appears. A component 'appears' when the control 'visible' is set to 'yes' for the first time.

When

A set of rules that will trigger the reset. You can set up multiple conditions, and all of them need to be met to allow the reset. Each condition accepts an input’s name that refers to the name from the Option component. You can define the condition rule you would like to apply (e.g. “is equal to” or “is set”)

Style

Define the look-n-feel of the component. Available only when the Trigger On control is set to Click, you can customize the button aspect of the component with these controls.

Delay

Define a delay before the redirection will be triggered. Available only when the Trigger On control is set to Appear, you can choose a delay in milliseconds after which all redirections will be triggered.

Insert