Openended element directly with block element (with no trial)_data recording


Author
Message
pawelstrojny
pawelstrojny
Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)
Group: Forum Members
Posts: 43, Visits: 76

Should I post the whole script here? Or maybe a different part of it?


Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 108K

Those questions are impossible to answer based on the code you posted. It does not make clear which elements were or were not actually run.


pawelstrojny
pawelstrojny
Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)
Group: Forum Members
Posts: 43, Visits: 76

Hi Dave. You response is a bit mysterious for me (maybe because of my English level).


So is this part of the script correct and separated folder is lost due to another reason?


OR


My survey element didn't generate proper folder and my data wasn't saved because there was no place for it?


Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 108K

NB: A <survey> is a special kind of block. Running a <survey> element will generate a *separate* data file. Please try that for yourself.


If the openended response is to be found anywhere, it will be in the data file *not* generated by the <survey> element.


pawelstrojny
pawelstrojny
Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)
Group: Forum Members
Posts: 43, Visits: 76

I'm not sure but maybe if you look at the script:


<block instructions>
/ trials = [2=instructions; 3=zgoda; 1=email]
</block>

<survey zgoda>
/ pages = [1=zgoda]
/ itemspacing = 2%
/ showpagenumbers = false
/ responsefontstyle = ("Arial", 1.1%, false, false, false, false, 5)
/ itemfontstyle = ("Arial", 1.5%, false, false, false, false, 5)
/ pagefontstyle = ("Arial", 1.8%, false, false, false, false, 5)
</survey>

<surveypage zgoda>
/ questions = [1=zgoda]
/ showquestionnumbers = false
</surveypage>

<radiobuttons zgoda>
/ caption = "Czy zgadzasz się na udział w badaniu? Jeśli nie wyrazisz zgody, badanie natychmiast się zakończy"
/ options = ("Tak", "Nie")
/ optionvalues = ("1", "2")
/ orientation = horizontal
/ required = true
</radiobuttons>

<openended email>
/ buttonlabel = "Dalej"
/ stimulusframes=[1=email]
/ required = true
/ position = (50, 90)
/ linelength = 120
/ charlimit = 5000
/ multiline = true
/ numlines = 6
/ skip = [radiobuttons.zgoda.response=="2"]
</openended>

<text email>
/ items = (
"Zanim rozpoczniesz badanie prosimy o podanie adresu e-mail (koniecznie tego, na który wysłaliśmy Ci zaproszenie do tego badania), następnie naciśnij przycisk “Dalej”.

To bardzo ważne aby adres, który podajesz zgadzał się z podanym wcześniej.")
/ size = (75%, 75%)
/ position = (50%, 70%)
/ hjustify = left
</text>


The part of the script above, I don't understand what do you mean when writing "never ran" because subjects were asked about email address but it wasn't recorded (or was removed somehow).



Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 108K

It's not possible to answer definitively without seeing the actual code, BUT if you actually never ran the <openended> element no data has been collected for it (and why should any data haven been collected). Thus there would be no way to retrieve anything -- one cannot "retrieve" any data about events that never happened to begin with.


pawelstrojny
pawelstrojny
Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)Guru (6.5K reputation)
Group: Forum Members
Posts: 43, Visits: 76

Hi,



I've got a problem.


I prepared a script with open question (openended element) I didn't noticed that I didn't use sequence block - trial - openended but only block - openended. Inquisit didn't warned me about it too.


Now, after conducting study, I can't find data from this openended element.


Is that because I didn't use trial? Can I retrieve data somehow? It is extremely important.


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search