Sorry, we don't support your browser.  Install a modern browser

Restructure csv fields for card sorting data#254

Please consider restructuring the csv output fields in Card Sorting blocks. Exctracting responses and mathcing it to user IDs is very tedious.

For example, in a case of a card sorting block with three categories (e.g., Very helpful, Somewhat helpful, Not helpful at all) and say five cards ( e.g., Card1,Card2,…,Card5)

I get a field that looks like this:

‘{“categories”:{“Very helpful”:[“Card2”,”Card4”],”Somewhat helpful”:[“Card1”,”Card5”],”Not helpful at all”:[“Card3”]}}’

Extracting and tabulating responses in order to import them to any data analytics software is a hell of a task. One needs to craft many regular expressions and do much cleaning.

If not possible to restructure the csv for the entire test session, please consider giving the option to download a csv that contains only the user IDs and the category sorting answers in a more convinient format. For example including the following columns : “ID” , “Card1”, “Card2”,…,”Card5”

3 years ago