> For the complete documentation index, see [llms.txt](https://survey.fmpx.docs.frox-it.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://survey.fmpx.docs.frox-it.de/arbeiten-mit-fx-survey/codierungssystem/darstellung-der-codeliste.md).

# Darstellung der Codeliste

Im Menü Extras / Programmeinstellungen kann unter dem Reiter Allgemein im Bereich "Codeliste" eingestellt werden in welcher Form die Codeliste dargestellt wird. Möglich ist die "einfache Liste" und die "gruppierte Liste".

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

### **Einfache Liste**

Bei Erstinstallation ist diese Darstellung voreingestellt.

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

Bei der einfachen Liste werden offene Codes (Linien oder Flächen) in der Liste orange markiert. Das offene Objekt muss erst abgeschlossen werden, bevor eine weitere Linie oder Fläche des gleichen Objekts erfasst werden kann. Ein mehrmaliges Nutzen eines Codes ist nur möglich, wenn in der Codeliste der entsprechende Code mehrfach hinterlegt worden ist.

### **Gruppierte Liste**

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

Bei der gruppierten Liste gibt es die Gruppen:

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

**Offene**: Hier sind alle geöffneten Codes aufgelistet (Linien und Flächen). Punktförmige Codes sind nie aufgeführt, da diese nach der Erfassung nicht geöffnet bleiben. In den Programmeinstellungen kann festgelegt werden, ob die offenen Codes oben oder unten angeordnet werden. Die offenen Codes sind organge markiert.

**Alle**: Hier sind alle Codes der geladenen Codeliste aufgeführt. Erfasst man mit einem Code eine Linie oder Fläche, wird der Code in die Gruppe "Offene" kopiert. Es können nun mehrere Objekte gleichzeitig fortgeführt werden. Dabei ist es auch möglich, den gleichen Code mehrfach zu nutzen, auch wenn dieser in der Codeliste nur einmal vorhanden ist.

***Bitte beachten:***

*Codelisten mit* [*Autolistenfunktion*](/arbeiten-mit-fx-survey/codierungssystem/autolistenfunktion.md) *werden immer als einfache Liste dargestellt. Eine Darstellung als gruppierte Liste ist in diesem Fall nicht sinnvoll.*

##


---

# 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://survey.fmpx.docs.frox-it.de/arbeiten-mit-fx-survey/codierungssystem/darstellung-der-codeliste.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.
