Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/choroba/inquiry
Simple web survey application
https://github.com/choroba/inquiry
dancer hacktoberfest perl5
Last synced: 1 day ago
JSON representation
Simple web survey application
- Host: GitHub
- URL: https://github.com/choroba/inquiry
- Owner: choroba
- Created: 2012-09-06T14:01:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T19:07:22.000Z (about 3 years ago)
- Last Synced: 2023-03-28T23:46:36.600Z (over 1 year ago)
- Topics: dancer, hacktoberfest, perl5
- Language: Perl
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
Awesome Lists containing this project
README
=head1 NAME
Inquiry
=head1 PURPOSE
Perl application allowing to build web surveys. The survey is built
randomly from a given set of questions, the questions are
shuffled. Various features of the questions and answers might be
specified - see enclosed F.The web interface is built upon L.
=head1 DEPENDENCIES
To install Dancer, run C in your shell. For production,
the L webserver is used over L. Run C
and C to install them. The SQLite database is used to store
the results, run C to install its driver and C to install the database interface.=head1 INSTALLATION
Just clone the github repository. In F, set up a port
for the production service.Then populate F with settings and questions. You can run
C to run a development version on C.The results can be browsed at C.
=head1 AUTHOR
(c) E. Choroba, 2012 - 2013