> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/course-portal-management-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tlic.cmu.ac.th/course-portal-management-manual/about-courseportal.md).

# About "Course Portal Management"

What is a Course Portal Management system?

It is an online course management system, merging all courses into one place like a main platform for other destinations. It also provides tools and services to facilitate online learning and online exams.

The instructors can create courses via this platform with convenience, flexibility, secure, and requires no administrative permission. Managing lists of instructors and students can be done via the platform as well without redirecting to other channels.

<figure><img src="/files/SCdO03eszZeTCufRwb2t" alt=""><figcaption></figcaption></figure>

## Course Portal Management’s Features

### Create Course

There are 3 modes for creating course

1. Merged section (contain students from all sections within 1 course) -For example, if you want to create a merged-section of CMU Exam for section 001-012, you will get 1 CMU Exam course.
2. Separated section – For example, if you have 3 sections and want to have MS Teams separately for each, you will get 3 MS Teams including Teams 001, Teams 002, and Teams 003.
3. Custom – You can customize the section to match your desire. For example, if you want to create a Mango Canvas that includes 001, 003, 005, and another one that contains 002 and 004, you will have 2 Mango Canvas courses.

#### Supported Services in Course Portal Management (CPM)

* LMS: Mango Canvas&#x20;
* LMS: Online CMU Examination
* MS Teams
* Exam Manger (online exam monitoring system)

### Instructor Management

Add or remove instructors and co-instructors via CPM, it will update the data to all services within CPM system.

When you add other instructor(s), the system will update the Mango Canvas, MS Teams, CMU Exam according to selected section (it will be processed next day by CPM’s processing cycle).&#x20;

See also..

{% content-ref url="/pages/dOhwRMcP7lnMKg3mWmPC" %}
[Add/Remove Instructor](/course-portal-management-manual/for-instructor/add-delete-instruc.md)
{% endcontent-ref %}

### \[Coming soon..] Student List

Via CPM, you can check the student list individually to prevent misinformation. You can find the name of your students here as well.

Stay tuned..

### \[Coming soon..] Grade Book

Grade Book is a system that will facilitate the instructor with grade/score management from Mango Canvas and CMU Exam (that are created with CPM). Furthermore, this feature will be developed to be compatible with OBE (Outcome-based Education).

Stay tuned

## How to use CPM

Access CPM at <https://portal.tlic.cmu.ac.th/> or click the button below

{% embed url="<https://portal.tlic.cmu.ac.th/>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tlic.cmu.ac.th/course-portal-management-manual/about-courseportal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
