-
Notifications
You must be signed in to change notification settings - Fork 0
How To
ChaoticaDev edited this page Jan 8, 2017
·
2 revisions
Creating a course via database can be achieved with the following SQL command:
INSERT INTO courses (Title, Description, Icon) VALUES ('Course Title', 'Course Description', 'Pregnant-96')
Creating a lesson via database can be achieved with the following SQL command:
INSERT INTO lessons (CID, Title, Description, Icon) VALUES ('1', 'Lesson Title', 'Lesson Description', 'Family Man Woman-96')
Follow us on Twitter
Like us on Facebook
| Class | Description |
|---|---|
| ChaoticaCourse | Courses, contains list of courses. |
| ChaoticaLesson | Lesson, contains list of lessons. |
| ChaoticaQuestion | Question, examine question. |
| ChaoticaTarget | Target, list of possible answers for question. |
| ChaoticaWord | Words, English Spanish words. |