I would like to add a Survey to my web application. Basically, I have 10 objects ... imagine Restaurants, and I would like to ask the same 10 questions about each object ... for instance rate the food, service, atmosphere, etc. Is there a good Ruby plugin that anyone has used that could handle this? I''ve checked out the acts_as_rateable plugin, but that would only work for rating my high level object, ie: a Restaurant. Running a search on the web yields the "Civic Duty" plugin, but there is no demo, and I''m not sure it will work for what I want to do. Has anyone implemented the Civic Duty plugin, and maybe could point me to a demo? Can anyone recommend a different Polling/Survery type of plugin I could check out? Thanks in advance! LAB --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
linoj
2007-Oct-19 12:14 UTC
Re: Recommendations for a Ruby Polling/Survey/Voting type plugin??
wrt surveys (vs polling) If you have full control of the survey questions, then it can simply be another model associated with the object But if you are looking for a dynamic database schema (eg let users build the survey questions on the fly), to my knowledge, everyone I''ve talked to with this requirement have built their own (including myself) --linoj On Oct 18, 6:37 pm, LAB <LABus...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I would like to add a Survey to my web application. Basically, I have > 10 objects ... imagine Restaurants, and I would like to ask the same > 10 questions about each object ... for instance rate the food, > service, atmosphere, etc. Is there a good Ruby plugin that anyone has > used that could handle this? I''ve checked out the acts_as_rateable > plugin, but that would only work for rating my high level object, ie: > a Restaurant. Running a search on the web yields the "Civic Duty" > plugin, but there is no demo, and I''m not sure it will work for what I > want to do. > > Has anyone implemented the Civic Duty plugin, and maybe could point me > to a demo? > > Can anyone recommend a different Polling/Survery type of plugin I > could check out? > > Thanks in advance! > LAB--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---