/Scalemate

Psychological Scales Platform

Primary LanguageC#MIT LicenseMIT

Scalemate

Scalemate is a psychological scales engine for C#. Any test composed of written of questions and answers can be implemented here.

Scalemate was written by Cris Silva Jr. in the Laboratory of Neuroscience and Behavior at the University of BrasĂ­lia, and it was released under the MIT License.

Building

This project is being made and built with Microsoft Visual Studio. It does not have external dependencies. Just open solution and build it.

Project Structure

The solution in the Scalemate folder is composed of two projects: Scalemate and ScalemateForms.

The Scalemate project holds the main library with the Tester class and an interface to communicate with it.

The ScalemateForms project is an implementation of the Scalemate engine using Microsoft's Windows Forms framework.