EllaSoderberg / EmotionandLiking

A study built for the course DA2210 at KTH
0 stars 3 forks source link

Validate that the data is good #10

Closed EllaSoderberg closed 4 years ago

EllaSoderberg commented 4 years ago

I haven't looked much at the out-data. I think it should be good enough, but I'm not sure. Ana gave us some descriptions of what it should consist of in the slides. To see the data, you can run the study and click the hamburger button in the lower right corner.

Geoodees commented 4 years ago

https://labjs.readthedocs.io/en/latest/reference/data.html I tried to make this work, but did not understand it. Otherwise, I assume need to manually extract the data.

Geoodees commented 4 years ago

I will probably focus on this task. However, would be nice to bounce ideas with someone. jacobel@kth.se 0730412333

EllaSoderberg commented 4 years ago

Trough open-lab.online we can at least save all the data automatically. Have you checked it out? :)

Geoodees commented 4 years ago

Will check!

Geoodees commented 4 years ago

I started by forming how the data output should look. Linking to a google sheet for now, https://docs.google.com/spreadsheets/d/1YJm1owTWUqmXWJ2kMbzWrHCWgvmr25IbNWkQI0zW1UE/edit?usp=sharing

Geoodees commented 4 years ago

Ana sent a revised version, added it to the Sheet. Should be easier to apply data to that one. Looking more closely at it tonight or tomorrow.

Geoodees commented 4 years ago

After looking through the raw data, what is saved (more or less) is,

The rest I have trouble finding. And everything is formatted in such as way that it would take hours to shift through it. I will look into making Data Storage work, it's perfect for what we need. Just need to set it up and understand it. Have to sit with it tomorrow.

EllaSoderberg commented 4 years ago

Great work, thank you!!

Geoodees commented 4 years ago

Ok, endgoal for now will be to solve extracting the data for after the study. I am fine with how we store the data in open-lab, should be easy to make a script to extract several .csvs while making the data analysis.

I'll make a branch, adding a counter repetition and adding comments on how LabJS counts time taken. Otherwise, everything else is fine.