Skip to content

A web application to create and share questionnaire and get responses from any user.

License

Notifications You must be signed in to change notification settings

idris-rampurawala/form-fueled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Form Fueled

A web application to create and share questionnaire and get responses from any user.

This application was created based on the following Zen of Python principle

Simple is better than complex.

There are 2 seperate applications (check out respective folder's README for more details):

Assumptions / Shortcomings

  • Questionnaire CRUD operation requires authentication
  • All questions are mandatory in a questionnaire
  • Sequence of the questions that appear in the questionnaire are non-configurable (added implicitly)
  • Two types of questions have been implemented
    • TEXT: A question which requires a text based answer
    • MCSS: A multi-choice single select wherein users can select only one of the available options
  • Restrictions (just for simplicity)
    • 100 questions per questionnaire
    • 5 options per MCSS question type

License

This program is free software under MIT license. Please see the LICENSE file in our repository for the full text.

About

A web application to create and share questionnaire and get responses from any user.

Topics

Resources

License

Stars

Watchers

Forks