Support Users in Creating a LaTeX Questionnaire that can printed, scanned and processed with SDAPS. See http://www.sdaps.org for further details about SDAPS.
-
Use Firefox to start the Demo of SDAPScreator.
You can download an image of SDAPS based on Linux, that can be install even on an old PC. The image is provided by the University of Koblenz-Landau can be download at https://support.uni-landau.de/pics/sdaps_urz_lubuntu_1604_180817_iso.zip and install the Linux Operating System with SDAPS on your PC or run the SDAPS Linux Operating System in VirtualBox if you want to install it on a non-Linux Computer e.g. on WlND0WS or MacOSX in virtual machine. Further installation options can be found of the SDAPS Homepage
Table of Contents generated with DocToc
- German Support Page/Download
- Command Line - Quick Start
- Create a Questionnaire
- Create SDAPS Project for Questionnaire
- Print questionnaire
- Scan the filled paper and pencil questionnaires
- Join single page TIFF files into one multipage TIFF
- Add scanned documents to project
- Recognize scanned Questionnaires
- Check Recognition of Questionnaires in Frontend
- Create PDF Report of Recognition
- Export CSV Table of Recognition
- SDAPS Menu
- Videos
- Links
See https://sdaps.org/install/ for installation support on Linux Operating Systems. You can use e.g. an older Windows computer and install LUbuntu on it and use that with an attached USB scanner for scanning and processing for Paper and Pencil questionnaires.
sudo add-apt-repository ppa:benjamin-sipsolutions/sdaps or /sdaps-unstable
sudo apt-get update
sudo apt-get install sdaps
If you want to run the SDAPS Creator offline
The following quick start tutorial assumes that your documents are stored in the subdirectory /home/myuser/Documents
with a subdirectory /home/myuser/Documents/SDAPS
that contains all SDAPS project. Adapt the pathname to your home directory and documents folder on your Linux Operating System
- Create the Questionnaire with SDAPS-Creator.
- Save LaTeX questionnaire e.g. as file
my_quest1.tex
- Project Name:
my_project/
- Linux Command:
sdaps (Project Path) setup_tex (TeX File)
- Example:
sdaps /home/myuser/Documents/SDAPS/my_project setup_tex my_quest1.tex
The setup command creates the PDF document questionnaire.pdf
in the project directory e.g. /home/myuser/Documents/SDAPS/my_project/questionnaire.pdf
. Print this document multiple times for your survey and let fill out the questionnaire on paper for the survey.
Scan the filled paper and pencil questionnaires with a scanner. E.g. the scanner provides a multipage PDF document with all the scanned questionnaires filled_quests.pdf
. (300 DPI, grey scale or black and white). Convert the PDF document into multipage TIFF file in monochrome black and white (not grey scale) e.g. filled_quests.tif
.
Sometimes the scanner provides multiple single page TIFF files. If you have Image Magick installed on your Linux Computer you can join multiple TIFF.
- Command:
convert page1.tif page2.tif -append multipage.tif
- Project Name:
my_project/
- Linux Command:
sdaps (Project Path) add (TIFF Files)
- Example:
sdaps /home/myuser/Documents/SDAPS/my_project add multipage.tif
- Project Name:
my_project/
- Linux Command:
sdaps (Project Path) recognize
- Example:
sdaps /home/myuser/Documents/SDAPS/my_project recognize
- Project Name:
my_project/
- Linux Command:
sdaps (Project Path) gui
- Example:
sdaps /home/myuser/Documents/SDAPS/my_project gui
- Project Name:
my_project/
- Linux Command:
sdaps (Project Path) report
- Example:
sdaps /home/myuser/Documents/SDAPS/my_project report
- Project Name:
my_project/
- Linux Command:
sdaps (Project Path) csv export
- Example:
sdaps /home/myuser/Documents/SDAPS/my_project csv export
It exists an SDAPS menu to avoid command line execution from console. To use the SDAPSmenu.sh
on your Linux system it is necessary that zenity
and evince
is installed by:
sudo apt-get install zenity
sudo apt-get install evince
Evince is a pdf-viewer used inSDAPSmenu.sh
andZenity
allows user interaction from a shell script. Ifzenity
andevince
are installed you can startSDAPSmenu.sh
by:sh ./SDAPSmenu.sh
SDAPSmenu.sh
is provided the the ZIP-package ofSDAPScreator
on https://www.github.com/niebert/SDAPScreator .