# خصائص إجابة

تتيح خصائص الإجابة لك تحديد كيفية تصرف إجابتك وكيف يجب أن تتحقق من صحة مدخلات المستجيبين.

{% hint style="info" %}
تدرج صفحة الخصائص هذه جميع خصائص الإجابة الممكنة لكل [إجابات متعددة](/ar/form-management/form-designer/answers/answer-types.md). اعتمادًا على نوع الإجابة قد تكون بعض هذه الخصائص متاحة أو غير متاحة أثناء تحريرها.
{% endhint %}

## 🔅 خصائص الإجابة

* **`مطلوب`** يجعل الإجابات النصية/القيمية إلزامية.
* **`للقراءة فقط`** لن يتمكن المستجيب من تعيين/تغيير هذه الإجابة.
* **`منع التكرارات`** سيسمح بإجابات مستجيب واحد فقط لقيمة معطاة لهذه الإجابة.
* **`تحليل`** سيحسب [المشاعر](/ar/form-management/reports/text-reports/sentiment-analysis.md) على النص الذي يدخله المستجيب.
* **`استبعاد من الأسئلة المرتبطة`** إجابة لن تُرحَل إلى الأمام إذا تم ربط السؤال من أجل [ترحيل الإجابات](/ar/form-management/form-designer/piping/trhyl-alijabat.md).
* **`محدد`** يحدد الإجابة إذا كانت [إجابة قائمة على الاختيار](/ar/form-management/form-designer/answers/answer-types/selection-answers.md) مثل: radio، checkbox.
* **`التحقق من المدخلات`** [يتحقق من](/ar/form-management/form-designer/answers/answer-properties/entry-validation.md) مدخل نص باستخدام تعبير منتظم.
* **`نوع الحقل`** حدد [النوع](https://www.w3schools.com/tags/att_input_type.asp) من المدخل الذي يتوقعه هذا الحقل.
* **`وضع الإدخال`** يوفر تلميحات حول نوع القيمة التي يجب إدخالها في [الحقل](/ar/form-management/form-designer/answers/answer-properties/field-properties.md) بناءً عليها سيعرض الجهاز الذي يعمل باللمس لوحة مفاتيح افتراضية مناسبة.  &#x20;
* **`الحد الأقصى للطول`** أقصى عدد من الأحرف يمكن للمستجيب إدخالها في [الحقل ](/ar/form-management/form-designer/answers/answer-properties/field-properties.md).ملاحظة أن بعض المتصفحات تتجاهل الحد الأقصى للطول إذا تم ضبط وضع الإدخال على number.
* **`الحد الأدنى للطول`** يضبط الحد الأدنى لطول البيانات التي يمكن إدخالها في الحقل.
* **`أقصى عدد كلمات`** يحدد عدد الكلمات التي يقبلها الحقل من المستجيب. &#x20;
* **`العرض`** عرض [الحقل](/ar/form-management/form-designer/answers/answer-properties/field-properties.md).&#x20;
* **`الارتفاع`** ارتفاع [الحقل](/ar/form-management/form-designer/answers/answer-properties/field-properties.md)
* **`قيمة النص الافتراضية`** قيمة نص افتراضية سيتم تعيينها على الإجابة عند زيارة المستجيب الأولى.&#x20;
* **`نص العلامة المائية`** يحدد نصًا نائبًا سيتم عرضه في [الحقول](/ar/form-management/form-designer/answers/answer-properties/field-properties.md).
* **`نص مساعد`** يضيف نصًا مساعدًا صغيرًا تحت [الحقل](/ar/form-management/form-designer/answers/answer-properties/field-properties.md).
* **`تلميح الأدوات`**&#x64A;ضيف أيقونة ? مساعدة بجانب الإجابة.&#x20;
* **`اسم مستعار للأنبوب`** اسم مستعار يمكن استخدامه لـ [الأسئلة (piping)](/ar/form-management/form-designer/piping/text-data-piping.md).
* **`فئة CSS`** حدد [فئة CSS](/ar/form-management/style-branding/style-editor/css.md) مخصصة ستُطبّق على تلك الإجابة.
* **`النوع`** [نوع الإجابة](/ar/form-management/form-designer/answers/answer-types.md) المستخدم للإجابة. يمكن تغيير النوع في أي وقت إلى أي من الأنواع المتاحة [إجابات متعددة](/ar/form-management/form-designer/answers/answer-types.md).
* **`تصنيف البيانات`**&#x627;ضبط [تصنيف البيانات](/ar/data-encryption/data-classification.md) لتحديد [التشفير](/ar/data-encryption.md) مستوى لإجابات النصية.&#x20;

  &#x20;


---

# Agent Instructions: 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:

```
GET https://docs.ngsurvey.com/ar/form-management/form-designer/answers/answer-properties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
