I'm building my first ever rails app, which consists of various 'trivia
challenges' based around tv shows, which the user can complete, and then
receives 'gamified' rewards via the merit gem.

I've created a user model, but then I got stuck thinking about how to
model the challenges.

There will be 3-5 challenge sets/courses, each consisting of 10-20
quizzes (where the user briefly reviews or learns the info and then is
quizzed on it). However I can't decide how this integrates with the
REST/CRUD actions (i'm not creating, updating, or destroying anything...
they're just doing a quiz and getting badges and xp when they complete
them..).

Any advice on how to model this, or alter my perspective somehow? Thanks
in advance! :)

Joe

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/1b246b5f8a61384ba60ae5461af054c3%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to