Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is any suitable gem for surveys in rails? [closed]

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

like image 960
divya_nyros Avatar asked Dec 28 '22 18:12

divya_nyros


2 Answers

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.

like image 187
Wolkenarchitekt Avatar answered Dec 30 '22 08:12

Wolkenarchitekt


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

I also found this one called Survey Builder.

like image 31
Amokrane Chentir Avatar answered Dec 30 '22 06:12

Amokrane Chentir