5

I want to create an application where customers create their own surveys and where users can take the surveys. Are there any survey gem available for the above requirements? I used surveyor, which supports static surveys, but I want dynamic surveys, where customers can create their own surveys as they wish.

Thanks in advance

Leigh
  • 28,765
  • 10
  • 55
  • 103
divya_nyros
  • 101
  • 2
  • 2
  • 7
  • Did you find what you were looking for? I also need the user to create their own surveys. Thanks – marimaf Sep 16 '11 at 03:06
  • It would take you a few hours, at most, to build your own survey module. While I don't often advise you reinvent the wheel, you will save yourself a lot of headaches down the road when you decide to customise the format. – Damien Roche Sep 21 '14 at 17:46

2 Answers2

5

I would suggest Surveyor. Its pretty uptodate, running on Rails 3, hosted on Github (with many forks) and has a beautiful DSL to define survey forms.

Wolkenarchitekt
  • 20,170
  • 29
  • 111
  • 174
3

You might want to read this question. Short summary, they recommand: SMERF.

I also found this one called Survey Builder.

Community
  • 1
  • 1
Amokrane Chentir
  • 29,907
  • 37
  • 114
  • 158