Download from Git
Currently, obtaining the EvalCOMIX-FLOASS software from Git is possible:
1) EvalCOMIX-FLOASS_Server (EvalCOMIX-FLOASS web service which allows creating and implementing assessment tools)
2) EvalCOMIX-FLOASS_MD (EvalCOMIX-FLOASS Block for Moodle)
The first step is to clone repositories.
For that, you have to write the next command:
1) For EvalCOMIX-FLOASS_Server:
git clone https://github.com/evalfor/evalcomix_server
2) For EvalCOMIX-FLOASS_MD:
git clone https://github.com/evalfor/moodle-block_evalcomix
Obtaining particular versions
Obtaining particular versions is possible after cloning a repository.
For consulting available versions of a repository, you have to write:
git branch -a
To switch to a new branch:
git checkout -b VERSIONNAME origin/VERSIONNAME