Hi
I want to conduct an experiment with two types of experimental items. The first is an acceptability judgment sentence with a scale followed by a yes/no question. The second type, which I’m having a problem with, is present participants with the same acceptability judgment sentence with a scale, followed by a text input question “what do you think the sentence means?”. I’m having a problem with creating the second type of question. I appreciate the help.
This is what i have for the first type of sentence:
var defaults = [
“Question”, {as: [“Yes”, “No”, “I don’t know”]},
“AcceptabilityJudgment”, {as: [“1”, “2”, “3”, “4”, “5”, “6”, “7”],
presentAsScale: true,
//instructions: “How plausible is this event?”,
leftComment: “Unacceptable”,
rightComment: “Acceptable”,
},
];