joyfulwei / Balloon-task-in-Qualtrics

This is the codes which can be deployed directly in Qualtrics
6 stars 10 forks source link

Data analysis issue #3

Open ClinicalPHDstudent opened 3 years ago

ClinicalPHDstudent commented 3 years ago

I successfully copied all html and have script over, however, when I I run the program and check the data exploded and number of pumps both have this data "30,11,7,16,4,5,3,6,5,6" entered in and total_win has 8 entered. Is this the way the data is supposed to look? Wouldn't exploded and number of pumps be different numbers? Also, what does total_win stand for?

Did I do something wrong along the way? Help!

belyseh commented 2 years ago

The embedded data as posted is not correct, it used the number of pumps for both embedded variables, that is why you got the same numbers. It should be:

exploded = ${e://Field/exploded} number_pumps = ${e://Field/number_pumps} total_win = ${e://Field/total_win}

total_win is the total number of points the participant got after the 10 rounds.