A one-year course written to drop straight into the ICLP student portal: one subject, one course, thirteen units, fifty-two lessons, a question bank and a curriculum mapping for every lesson.
These are the exact values to type into Create a course. The subject is created first at step 1; the course belongs to that subject and to one level. Everything after it — units, lessons, questions, mappings — hangs off this record, so the code below is worth getting right the first time.
| Subject | Graphic Design |
|---|---|
| Level | 100 |
| Course title | Photoshop to Published 100 |
| Course code | GD-PS-100 |
| Units / lessons | 13 units · 52 lessons · 3 hours a lesson |
| Description | A one-year, project-led course in Adobe Photoshop for graphic design. Fifty-two three-hour lessons across thirteen four-week units: one main focus a week, two minor projects and one major project that begins in Photoshop and is finished in Canva, InDesign, Illustrator, Express or Acrobat as a real deliverable — social posts, newspaper and magazine layouts, flyers, brochures, letterheads and stationery. Unit twelve prepares the student for the Certiport Adobe Certified Professional exam, sat in unit thirteen alongside a capstone campaign. |
Every lesson in this course carries the same six parts, so a tutor can teach any week without preparing it and a student always knows where to look.
Units are what you release to a learner, one at a time — four weeks each, which is a month of study. Add the unit at the position shown, then add its four lessons in order. The objective column is the text for the lesson's learning objective field and for the curriculum mapping at step 6.
| Lesson | Title — main focus | Learning objective | Questions |
|---|---|---|---|
| {{ l.no }} | {{ l.title }} | {{ l.objective }} | {{ l.qcount }} |
{{ w.idea }}
{{ w.explain }}
| {{ s.t }} | {{ s.h }} | {{ s.d }} |
{{ w.major.brief }}
Multiple-choice questions are marked by the portal the moment they are submitted; the written questions carry the major project and land in your grading queue. Choose a unit, then copy each question straight into Add a question — the fields below are in the same order as the form.
| Lesson | Type | Question | Options / correct answer | Marks |
|---|---|---|---|---|
| {{ b.lesson }} | {{ b.type }} | {{ b.q }} | {{ b.detail }} | {{ b.marks }} |
The six steps below follow the course builder in your own admin screen, in order. Nothing here needs a developer: the whole course can be entered by hand in an afternoon, or handed to whoever maintains the portal as the JSON file at the bottom of the page.
One JSON file with the whole course — subject, course, units, lessons, objectives, projects, videos and questions — plus flat CSVs if your import path prefers spreadsheets.
Unit twelve is the preparation month. The exam domains below are the mapping targets for the whole course — every lesson objective ties to one of them at step six.
| Domain | What it tests | Weight |
|---|---|---|
| {{ d.t }} | {{ d.d }} | {{ d.weight }} |