Article

An Open-Source Python Framework for the Generation of Questionnaire GUIs without Programming (vor Ort)

* Presenting author
Day / Time: 22.03.2022, 15:40-16:20
Room: 9-01.
Typ: Poster
Online-access: Bitte loggen Sie sich ein, damit weitere Inhalte sichtbar werden (bspw. der Zugang zur Onlinesitzung).
Information: Die Poster sind von Dienstag morgen bis Donnerstag nachmittag in der hier angegebenen Posterinsel bzw. hier als PDF im jeweiligen Posterbeitrag einsehbar. Das Posterforum zu diesen Postern findet im hier genannten Zeitraum im angegebenen Saal statt. Für weiterführende Diskussion verabreden Sie sich bitte mit der/dem jeweiligen Autor(in) am Poster oder nutzen den virtuellen Pausenraum. Dieser steht während der DAGA und auch danach zur Verfügung.
Abstract: Questionnaires in paper form are more and more replaced with digital equivalents, but those are often hardly adaptable to one’s individual wishes. To simplify the use of digital questionnaires, a Python-based open-source framework was developed, that allows to create diverse questionnaires without any programming knowledge. The software has a graphical user interface as well as the possibility to edit the entire questionnaire structure in one configuration text file. Many common question and answer types are already implemented, but the selection will be extended. Furthermore, interfaces for communication with other software and systems are possible, for example OSC. The software is designed so that different components can also run on different computers.The presented framework is explained on the example of a listening test environment which utilizes subsystems for audio, pupillometry and collection of physiological data, that are controlled and synchronized on 3 computers.
Error

Error : E_DEPRECATED

strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated

1
/kunden/431424_13355/webseiten/subdomains/app2022.daga-tagung.de/memyc/resources/OutputCompression.php, line 35
32.              */
33.             if (headers_sent()) {
34.                 $encoding = false;
35.             } elseif (strpos($HTTP_ACCEPT_ENCODING, 'x-gzip') !== false) {
36.                 $encoding = 'x-gzip';
37.             } elseif (strpos($HTTP_ACCEPT_ENCODING, 'gzip') !== false) {
38.                 $encoding = 'gzip';