> For the complete documentation index, see [llms.txt](https://cms.xdebuggers.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cms.xdebuggers.com/ui-tutorial/admin-ui/assignment.md).

# Assignment

![](/files/-M5Njn8cEEFXwHpwl75n)

### Assignments Add&#x20;

Öğretmeni derse atama işlemi Assignments panelinde bulunan “Add” butonu ile gerçekleştirilir. Tıklandığında “Create Assigment Window” penceresini açar&#x20;

![](/files/-M5Njn8EulDBdRq_a87L)

### Create Assignment Window&#x20;

“Add” butonuna tıklandıktan sonra karşınıza çıkan ekranda ekleyeceğiniz öğretmenin bilgilerini girmeniz gerekmektedir. Seçilecek olan ders, bölüm ve döneme göre listelenmektedir. Son olarak “Create” butonuna basarak ekleme işlemi tamamlanır.&#x20;

![](/files/-M5Njn8dylDD6M4gncuT)

### Assignment Search&#x20;

Aramak istediğiniz atama işlemlerinin bölümünü ve dönemini seçtiğinizde aradığınız atama işlemleri listelenir.&#x20;

![](/files/-M5Njn8eR4K_GAaBAkuZ)

### Refresh&#x20;

Bu butona tıklandıktan sonra veri tabanından verilerin en son hali alınıp eski listeyle değiştirilir.&#x20;

![](/files/-M5Njn8HCpiAs1D9bCDT)

### Assignments List&#x20;

Atama işlemlerinin listelendiği kısımdır.&#x20;

![](/files/-M5Njn8f6M644BmvZ1qr)

### Update Assignment&#x20;

“Assigments List” kısmında listelenen atama işlemlerinin sağ tarafında bulunan ilk buton ile gerçekleştirilir. Tıklandığında seçilen atama işleminin bilgilerini alarak “Update Assigment Window” penceresini açar.&#x20;

![](/files/-M5Njn8JjINuJJ66xhd3)

### Update Assignment Window&#x20;

Seçilen atama işleminin bilgilerini gerekli yerlere doldurur. “Update” butonuna bastıktan sonra yaptığınız değişiklikler güncellenir.&#x20;

![](/files/-M5Njn8gmgzE97MMjqR8)

### Assignment Delete&#x20;

“Assignment List” kısmında listelenen atanan işlemlerinin sağ tarafında bulunan ikinci buton ile gerçekleştirilir. Tıklandığında seçilen atanan işlemi siler.

![](/files/-M5Njn8Lf3UZBq0meepZ)


---

# 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://cms.xdebuggers.com/ui-tutorial/admin-ui/assignment.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.
