Developer Documentation Library > Interview templates > UX4 specific properties and HTML controls > HTML controls
 
HTML controls
ItemRanking.htm
Use the ItemRanking.htm template to create a click‑to‑rank question. The respondent clicks the item to rank it, instead of typing a number.
Applies to
Categorical grid with numeric subquestion
Example
ClickToRank "Rank these newspapers in the order of your likelihood of reading them."
templates(
Question = "ItemRanking.htm"
)
loop
{
DNL use DailyNewspapersList sublist ""
} fields -
(
Rank "Rank"
long
codes(
{
- "No Answer" NA
} );

) expand grid;
See
UX4 specific properties and HTML controls