Developer Documentation Library > Interview templates > UXUI built-in templates > GridDragDrop template
 
GridDragDrop template
The GridDragDrop template displays each grid statement separately above the possible responses. The respondent drags the statement onto one of the possible responses, and then the next statement is displayed.
Associated uxui_template_props
None
Applies to
Grids containing single response questions
Example
BlockGridDragDropQ "<b>This is an example of a drag and drop question.</b>" block fields
(
GridDragDropQ "Your Attitudes, Opinions and Interests"
[
uxui_template_name = "GridDragDrop"
]
block fields
(
Statements "Please indicate how much you agree or disagree with the following statements by dragging and dropping them to one of the options below." loop
{
Statement1 "Statement 1",
Statement2 "Statement 2",
Statement3 "Statement 3",
Statement4 "Statement 4",
Statement5 "Statement 5"
} ran fields -
(
Agree ""
categorical [1..1]
{
Agree "Agree",
Neither "Neither agree nor disagree",
Disagree "Disagree",
NA "Not Applicable"
};

) expand grid;

);

);
See
Interview templates