Unofficial build of SDAPS.
SDAPS is an open source (GPLv3, LPPL) optical mark recognition (OMR) program. It is written in python and has an integrated workflow with both LibreOffice and LaTeX to create questionnaires.
- If you receive the following Gtk error:
Gtk-WARNING **: cannot open display: unix:0.0
Simply allow the docker user to communicate with your X session
xhost +local:docker
-
Set the
run_sdaps.sh
command in a place on your path. -
Call
run_sdaps.sh PROJECT_NAME OPTIONS
as you would regularly in SDAPS. See the documentation tutorial for the options.
v0.0.1
* Basics work on Ubuntu 15.10