I am writing an optics review program that has 2 types of questions.
"Static" questions are just regular questions stored in a "questions"
table along with their associated correct answers and explanations.
"Generated" questions are generated by a "method" I write. When a
generated question is picked, the method I wrote is called and it
returns an "instance" of the question, its correct answer, and its
explanation. Each time the question is called it generates a slightly
different version of the question. I plan to have hundreds of these
methods. Currently each is a separate file.
I do not know what the best approach to storing and accessing these
files/methods is. Is the a correct rails way to do this? I would
appreciate any help, even pointing me in the right direction would be a
great help!
Thanks!
--
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.