https://github.com/choroba/inquiry
Simple web survey application
https://github.com/choroba/inquiry
dancer hacktoberfest perl5
Last synced: 4 months ago
JSON representation
Simple web survey application
- Host: GitHub
- URL: https://github.com/choroba/inquiry
- Owner: choroba
- Created: 2012-09-06T14:01:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T14:04:52.000Z (almost 2 years ago)
- Last Synced: 2025-09-19T12:23:47.691Z (9 months ago)
- Topics: dancer, hacktoberfest, perl5
- Language: Perl
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
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
