> For the complete documentation index, see [llms.txt](https://opencampus.gitbook.io/opencampus-machine-learning-program/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/lehren-und-lernen-mit-ki/woche-5-kreatives-schreiben.md).

# Woche 5 - Kreatives Schreiben

### Diese Woche werdet Ihr...

* durch die Diskussion der Übungsaufgaben der letzten Woche lernen, wie eigene Texte mit z.B. Neuroflash entstehen.
* einen Einblick in die wissenschaftliche Arbeit von Vivian Gunser erhalten.

### Lernressourcen

{% file src="/files/0elaI099hsDkhcrtmEzW" %}

{% file src="/files/amOySHUzXPLHJ9qCGxch" %}

### Bis zur nächsten Woche solltet Ihr...

Hier der Link zum [Blogpost https://blog.tcea.org/chatgpt-grading/](https://blog.tcea.org/chatgpt-grading/). Die Aufabe ist, die folgenden beiden dortz vorgestellten Prompts zu nutzen;

1. Create a rubric for a 5-paragraph opinion essay based on the Texas Essential Knowledge and Skills for grade 10. The rubric should include 3 categories: 1. organization, 2. development of ideas, and 3. use of language/conventions. Each category is worth a maximum of 4 points for Exemplary, 3 points for Meeting, 2 points for Approaching, and 1 point for Beginning.
2. Act as an expert educator who is able to read information, analyze text and give supportive feedback based on a rubric that I will give you. Students were given the following assignment: \[paste student assignment here] When you are ready, I will give you the rubric. I will then begin to give you the student work to evaluate and you will provide specific, constructive and meaningful feedback in a first-person, supportive voice. If the score given is less than \[total points for the rubric] points, provide a brief paragraph on specific steps the student can do to improve the work and earn full credit based on the rubric. Do you understand?


---

# 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://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/lehren-und-lernen-mit-ki/woche-5-kreatives-schreiben.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.
