runtimerevolution / survey

Survey is a Rails Engine that brings quizzes, surveys and contests into your Rails application.
MIT License
265 stars 127 forks source link

Adding more features to survey and rails 4 compatible #9

Closed mostafa-kenawey closed 10 years ago

mostafa-kenawey commented 11 years ago

Hello, I did some major changes to the gem, as following : Compatible with Rails 4. Surveys can limit the number of attempts for each participant, can have multiple sections. Sections can have multiple questions Answers can have different weights and types (multi choices, single choice, number, text) Can use 2 languages (Main language field, Localized field) for Surveys, Sections, Questions and Options attributes

joe-bader commented 11 years ago

Great! I would love to have different answer types built in! I hope this gets merged quickly.

rjst commented 11 years ago

Hi, thanks for the contribution! We'll take a look at it shortly.

mostafa-kenawey commented 11 years ago

Thank you @rjst , Eagerly waiting.

alex-quiterio commented 10 years ago

Hi @dr-click, Thank you for the contribution, but currently we are working to add new features on Survey and also make it rails-4 compatible. We've seen some projects using Survey gem (some of ours inclusive) and it's important keep the same code practices and simplicity to a healthy growth of the project. I will reject this Pull Request. Maybe some of the features you've mentioned might make sense in the future (e.g. different types of answer) but we're only accepting Pull Requests with specific enhancements and green tests.

mostafa-kenawey commented 10 years ago

Hello @alex-quiterio , Thank you very much, it's ok about the pull request. I have just created this new separated repository https://github.com/dr-click/questionaire it includes all my changes, in case of anyone wants to use these feature.