Hello all,
I’m in the process of implementing a cloze test in my survey, but I can’t quite figure out how to manipulate the custom code to achieve my goals. Might you be able to help me along? Now, in a “Text/Graphic” type question, I’ve been able to use the following html code to create the cloze test:
Man is the only living creature that can make and use tools. He is the most teachable of living beings, earning the name of Homo sapiens. (<input type="text" id="q1">) ever restless brain has used the (<input type="text" id="q2">) and the wisdom of his ancestors (<input type="text" id="q3">) improve his way of life. Since (<input type="text" id="q4">) is able to walk and run (<input type="text" id="q5">) his feet, his hands have always (<input type="text" id="q6">) free to carry and to use (<input type="text" id="q7">). Man's hands have served him well (<input type="text" id="q8">) his life on earth. His development, (<input type="text" id="q9">) can be divided into three major (<input type="text" id="q10">), each marked by several different ways (<input type="text" id="q11">) life.
This code produces the following example in preview mode:
I’m very happy with this result, but the problem is that the answers are never saved in the .csv or .xlsx output file when you export the data. I’m not quite sure how to make it so that the answers the participants supply will show up when the data is retrieved. I think I need some type of custom javascript code or I have to add a separate question for each blank and then use javascript to link them altogether in a paragraph, but I’m not familiar enough with coding to be able to do this.
Does anyone have any experience with this? Thank you in advance!