rwth-acis / mobsos-evaluation-center

Web UI for collaborative success modeling
3 stars 1 forks source link

[ENH] implement limesurvey component #133

Closed lakhoune closed 2 years ago

lakhoune commented 2 years ago

This component is used to take the limesurvey measures and the responses to the question in that measure and transform the data accordingly so that it has the same format as the query result from the current success measures which is:

[ 
  ["col_label_1", "col_label_2" ], 
  [ "type_1"     , "type_2"     ], 
  [ "data_a1"   , "data_a2"     ], 
  [ "data_b1"   , "data_b2"     ],
]