|
| 1 | +$schema: http://dummy.test/schema/Course |
| 2 | +api_version: |
| 3 | +- 0 |
| 4 | +- 1 |
| 5 | +course: |
| 6 | + default_time: |
| 7 | + end: '22:00' |
| 8 | + start: 08:00 |
| 9 | + description: blah |
| 10 | + end_date: '2010-10-20' |
| 11 | + lessons: |
| 12 | + test/lesson1: |
| 13 | + pages: |
| 14 | + index: |
| 15 | + attribution: |
| 16 | + - me |
| 17 | + license: cc0 |
| 18 | + modules: {} |
| 19 | + solutions: [] |
| 20 | + title: A page |
| 21 | + url: http://dummy.test/model/web/Page/?course_slug=courses/complex&lesson_slug=test/lesson1&page_slug=index |
| 22 | + static_files: {} |
| 23 | + url: http://dummy.test/model/web/Lesson/?course_slug=courses/complex&lesson_slug=test/lesson1 |
| 24 | + test/lesson2: |
| 25 | + pages: |
| 26 | + index: |
| 27 | + attribution: |
| 28 | + - me |
| 29 | + license: cc0 |
| 30 | + modules: {} |
| 31 | + solutions: [] |
| 32 | + title: Another page |
| 33 | + url: http://dummy.test/model/web/Page/?course_slug=courses/complex&lesson_slug=test/lesson2&page_slug=index |
| 34 | + static_files: {} |
| 35 | + url: http://dummy.test/model/web/Lesson/?course_slug=courses/complex&lesson_slug=test/lesson2 |
| 36 | + long_description: A <em>fun course!</em> |
| 37 | + place: Nivnice |
| 38 | + sessions: |
| 39 | + - materials: [] |
| 40 | + pages: |
| 41 | + back: |
| 42 | + content: '' |
| 43 | + url: http://dummy.test/model/web/SessionPage/?course_slug=courses/complex&page_slug=back&session_slug=empty |
| 44 | + front: |
| 45 | + content: '' |
| 46 | + url: http://dummy.test/model/web/SessionPage/?course_slug=courses/complex&page_slug=front&session_slug=empty |
| 47 | + serial: '1' |
| 48 | + slug: empty |
| 49 | + title: Empty session |
| 50 | + url: http://dummy.test/model/web/Session/?course_slug=courses/complex&session_slug=empty |
| 51 | + - date: '2010-10-20' |
| 52 | + description: A <em>full session!</em> |
| 53 | + materials: |
| 54 | + - type: special |
| 55 | + - external_url: https://somewhere.test/ |
| 56 | + type: link |
| 57 | + url: https://somewhere.test/ |
| 58 | + - lesson_slug: test/lesson1 |
| 59 | + type: lesson |
| 60 | + url: http://dummy.test/model/web/Lesson/?course_slug=courses/complex&lesson_slug=test/lesson1 |
| 61 | + pages: |
| 62 | + back: |
| 63 | + content: '' |
| 64 | + url: http://dummy.test/model/web/SessionPage/?course_slug=courses/complex&page_slug=back&session_slug=full |
| 65 | + front: |
| 66 | + content: '' |
| 67 | + url: http://dummy.test/model/web/SessionPage/?course_slug=courses/complex&page_slug=front&session_slug=full |
| 68 | + serial: '2' |
| 69 | + slug: full |
| 70 | + time: |
| 71 | + end: '2010-10-20 10:00:00' |
| 72 | + start: '2010-10-20 09:00:00' |
| 73 | + title: Full session |
| 74 | + url: http://dummy.test/model/web/Session/?course_slug=courses/complex&session_slug=full |
| 75 | + source_file: courses/complex/info.yml |
| 76 | + start_date: '2010-10-20' |
| 77 | + subtitle: Suitable for testing only. |
| 78 | + time_description: fortnightly yesteryear |
| 79 | + title: A complex course |
| 80 | + url: http://dummy.test/model/web/Course/?course_slug=courses/complex |
| 81 | + vars: |
| 82 | + test_var: 123 |
0 commit comments