I am trying to figure out how to generate a multiple choice quiz taken
to be taken by multiple users, which would store each user's score to
be accessed by the admin.

What I have tried so far is a many to many relationship between users
and questions, but I feel like this might be better handled with
sessions? Can anyone point me in the right direction for how to set
this up to store score in a session, or where I should be looking in
the documentation?
thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to