Ranking Question with Custom Item Template

Edit in →

Ranking questions ask respondents to order an item list according to their preferences. If you want to customize the appearance of list items, enhance item styling, or create complex item layouts, you can implement a custom item template. This demo shows how a custom template can be used to add icons to ranking items.

To create a custom item template, follow the steps below:

  1. Implement a component that renders item markup.
    The component accepts the item configuration object as a prop. You can use its value and text properties to access the item's value to be saved in survey results and display text.

  2. Register the component so that it can be accessed by name.
    In HTML/CSS/JavaScript projects, register the component in ReactElementFactory as shown in the index.js file.
    In React, register the component in ReactElementFactory as shown in the SurveyComponent.jsx file.
    In Angular, register the component in AngularComponentFactory as shown in the survey.component.ts file.
    In Vue and Knockout, use techniques native to these libraries:

  3. Assign the component name to the Ranking question's itemComponent property in the survey JSON schema.

Your cookie settings

We use cookies on our site to make your browsing experience more convenient and personal. In some cases, they are essential to making the site work properly. By clicking "Accept All", you consent to the use of all cookies in accordance with our Terms of Use & Privacy Statement. However, you may visit "Cookie settings" to provide a controlled consent.

Your renewal subscription expires soon.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.

Your renewal subscription has expired.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.