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
Post a Comment