You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the Question model should have a class method–something like generate_list(count) that generates an array of questions (possibly each as a hash).
This way people that need a bunch of questions can do it in one call.
Thoughts?
The text was updated successfully, but these errors were encountered:
I think the Question model should have a class method–something like
generate_list(count)
that generates an array of questions (possibly each as a hash).This way people that need a bunch of questions can do it in one call.
Thoughts?
The text was updated successfully, but these errors were encountered: