> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/ar/form-management/form-designer/questions/editing-a-question.md).

# تحرير سؤال

## ✒️ تحرير نص السؤال

يمكن تحرير نص السؤال بسهولة شديدة بالنقر على نص السؤال.

![](/files/c37364ca6e0901805398c571c922ade139ae1bf0)

## 🔨 شريط أدوات التحرير

يوفر شريط أدوات التحرير وصولاً سريعاً إلى ميزات التحرير الرئيسية للسؤال. كما يتيح لك أيضًا نقل موضع السؤال باستخدام السحب/الإفلات. &#x20;

![](/files/d6c406f55cd69064bdcd60afcf2d59dd0d45b8b0)

1. [إضافة سؤال جديد](/ar/form-management/form-designer/questions/create-question.md) بعد السؤال المحدد
2. مكّن خيار [محرر نص منسق](/ar/form-management/form-designer/rich-text-editor.md).
3. إدراج صورة من [معرض الوسائط](/ar/form-management/style-branding/media-gallery.md).
4. [Pipe](/ar/form-management/form-designer/alrbt-aldynamyky/text-data-piping.md) وسم pipe داخل نص السؤال.
5. يعيّن [نمطًا مسبقًا](/ar/form-management/form-designer/questions/editing-a-question/question-preset-styles.md) على السؤال لتغيير تنسيق السؤال.
6. افتح [question properties](/ar/form-management/form-designer/questions/question-properties.md).
7. حذف السؤال.

{% hint style="danger" %}
سيؤدي حذف السؤال أيضاً إلى حذف إجاباته وكل إجابات المستجيبين المرتبطة بذلك السؤال. لا يمكن التراجع عن هذه العملية. لاحظ أنه لأجل الأمان يُنقل السؤال أولاً إلى [سلة مهملات النموذج](/ar/form-management/form-designer/slh-mhmlat-alnmwthj.md) حيث يمكنك استعادته طالما لم يتم مسحه نهائيًا.
{% endhint %}

{% hint style="info" %}
🧙 يمكنك الضغط على مفتاح Enter أو Del لتأكيد الحذف داخل شاشة التأكيد.&#x20;
{% endhint %}

## 🚀 إجراءات التحرير

يمكنك النقر على النقاط الثلاث لفتح إجراءات السؤال.

![](/files/c24e4d844c084a3254b007beb5b3de3ddad4e829)

* **`إدراج فاصل صفحة`** يدرج صفحة جديدة قبل السؤال المحدد.
* **`Clone`** ينشئ نسخة مطابقة من السؤال.&#x20;

يمكنك أيضاً تخصيص كل إجراءات السؤال باستخدام تذييل الإجراءات الخاص به.

![](/files/171fb1bed6dc847779930d441d68fef138bdb216)

* **`إلزامي`** سيتطلب من المستجيب تحديد إجابة قابلة للاختيار واحدة (radio أو checkbox) على السؤال.
* **`مُمكّن`** سيعرض السؤال إذا تم تمكينه وسيبقيه مخفيًا عن المستجيبين إذا كان معطلاً.&#x20;

## 🏃 نقل سؤال

يمكنك نقل موضع السؤال داخل نفس الصفحة أو إلى صفحة أخرى باستخدام شجرة مساحة التحرير.

![](/files/13c4f2f6e844b5ee53c038ac53f6daa9ea24d9fe)

أو عن طريق سحب شريط أدوات التحرير.

![](/files/e8ee952c3a8c8eb522267baf706aa5b8f777d51f)


---

# 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.ngsurvey.com/ar/form-management/form-designer/questions/editing-a-question.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.
