mayacakmak / se2

Control interfaces for manipulating SE2 configurations
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Data Logging Updates #18

Open kavidey opened 3 years ago

kavidey commented 3 years ago

Todos:

kavidey commented 3 years ago

I have added ids to the questionnaire responses. Every question is now stored in the format:

"section-0-question-0": { // Procedural id
  "qid": "mental-demand-1", // Custom id
  "resp": 3 // Response
}

I am going to run several more tests on data logging from the questionnaire. I also added the current interface to the logging with the questionnaire to help with processing the data.

kavidey commented 3 years ago

I also looked into the weird results from NASA TLX in study 1 a bit more. This file generates graphs based on that data (the same ones that we already have in google sheets plus a few more).

One of the graphs that I found interesting was a boxplot of the responses grouped by question: image

mayacakmak commented 3 years ago

@KaviMD Coming back, this does show some differences across the interfaces. Is the orange line the median? It's curious how the median could vary but not the mean.

We decided to use data only from (a) participants that had exactly 36 cycles ("valid"), (b) the subset of first 24 valid participants in each condition (if the condition ended up having more valid data). Can you confirm that these graphs are based on that smaller subset of the data/or update accordingly?