Hi there.
I've been trying to make my own course site specifically for some of my costumers allready on a live course, however i want them to be able to prepare for the next lessons from home.
However the course site idea is build upon the idea of Laracasts, with course that has many lessons.
However i cant seem to get my head around how i would structure the course (code wize) allowing for a course to have quizzes in the middle.
Right now my DB is built like this
Courses -> lesson_steps(can be Article, Video, Quiz) -> Lesson_Article/Lesson_Video (but what about the quiz)
How would should i implement a quiz module.
Are my way of doing it a bad and timeconsuming way?
I hope you guys understand my frustration... :S