This library was initially built for Platt Labs and contains a series of functions calculating the scores of various behavioral questionaires. These were mostly collected as self-reports using the qualtrics platform and the results were exported CSV-files.
Step 1: Clone the toolbox using git commandline or download and unzip using the GUI.
Step 2: initialize the toolbox by setting the path globally, or locally specify the path by adding:
addpath('\Your\...\path\...\to\...\qualtrics_score_calculator');
Detailed usage of each function can be found using the help
command in MATLAB command-line.
This repository licensed under the terms of the MIT license.