On 28 September 2014 05:17, Joseph Wilks <[email protected]> wrote:
> 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..).

Do the quiz information and challenge set data change over time?  If
so then you need to create, update and destroy them.

What other information needs to be remembered from one session to the next?

Colin

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLuSNBiNDebhaeWNkx77xmPZB--v9LJNZ-X-GA2RsQq-Xg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to