Rails gem for adding quizzes to my rails application -


i started writing own quiz handling module, realized needed lot more options. adding multiple choice questions, need short answer questions, fill in blanks , on. tried looking gem find survey provides mcqs. there gems out there can me add quizzes application?

by add quizzes mean, allow user through application create quiz different types of questions , define answers, , other users able answer them.

thank you,

you can try make yourself. learn rails , ruby , have more appropriate needs.

you can @ railcasts shows how work forms , example uses surveys.

http://railscasts.com/episodes/197-nested-model-form-part-2?view=asciicast


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -