#include <Lesson.h>
Collaboration diagram for Lesson:
Public Member Functions | |
Lesson (QString title) | |
void | setLessonID (int ID) |
void | setTitle (QString title) |
void | setInstructions (QString instructions) |
void | setLessonSettings (LessonSettings *lSettings) |
void | setQuestions (Questions *lQuestions) |
int | getLessonID () |
QString | getTitle () |
QString | getInstructions () |
LessonSettings * | getLessonSettings () |
Questions * | getQuestions () |
Score * | getScore () |
This class encapsulates everything relevant to a lesson. This includes the settings, questions and score.
This is the single entry point for information regarding a lesson.