This project provides an implementation for calculating the scoring based on DASS-21
To run this software you will need to have go
installed which is available at go.dev/dl
Clone this repository and open a terminal window inside the cloned folder
Place the .csv file in the root of the cloned folder - same path as the main.go
file - with the following name DASS-21 (respostas) - Respostas ao formulário 1.csv
Run the following command in the terminal:
go run main.go
A csv file named dass-21-scoring-results.csv
will be created and will contain the scoring results for each
entry present in the input csv file.