SPSS mrStudio Open text question
The example shows an open-text question.
//surveyscripting.com
Q1 "What is your name?"
style(
Control(Type = "SingleLineEdit")
) text[0..];
//surveyscripting.com
Q1 "What is your name?"
style(
Control(Type = "SingleLineEdit")
) text[0..];