# أنواع الإجابة

## 📰 ما هي أنواع الإجابات؟

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

{% hint style="info" %}
ngSurvey يأتي مُعدًا مسبقًا بأنواع الإجابات التالية، يمكنك أيضًا [تطوير أنواع إجابات مخصصة](/ar/form-management/form-designer/answers/answer-types/creating-new-type.md) وتقديم وظائفك الخاصة لتمديد ngSurvey باستخدام [widgets](/ar/form-management/form-designer/answers/answer-types/creating-new-type/widget.md) و JavaScript و HTML عاديين.
{% endhint %}

* [إجابات اختيار](/ar/form-management/form-designer/answers/answer-types/selection-answers.md)
* [اختيار آخر](/ar/form-management/form-designer/answers/answer-types/other-selection.md)
* [حقل إدخال](/ar/form-management/form-designer/answers/answer-types/entry-field.md)
* [حقل رقمي](/ar/form-management/form-designer/answers/answer-types/numeric-answer-field.md)
* [قوائم مخصصة](/ar/form-management/form-designer/answers/answer-types/creating-new-type/lists.md)
* [كلمة مرور](/ar/form-management/form-designer/answers/answer-types/password.md)
* [Captcha](/ar/form-management/form-designer/answers/answer-types/captcha.md)
* [تاريخ التقويم](/ar/form-management/form-designer/answers/answer-types/calendar-date.md)
* [وقت التقويم](/ar/form-management/form-designer/answers/answer-types/calendar-time.md)
* [حقل مقارنة](/ar/form-management/form-designer/answers/answer-types/compare-field.md)
* [دول](/ar/form-management/form-designer/answers/answer-types/countries.md)
* [بريد إلكتروني](/ar/form-management/form-designer/answers/answer-types/email.md)
* [Email validator](/ar/form-management/form-designer/answers/answer-types/email-validator.md)
* [حقل مخفي](/ar/form-management/form-designer/answers/answer-types/hidden-field.md)
* [تحميل ملف](/ar/form-management/form-designer/questions/question-types/advanced-types/file-upload.md)
* [محدد اللغة](/ar/form-management/form-designer/answers/answer-types/language-selector.md)
* [تأكيد الهاتف](/ar/form-management/form-designer/answers/answer-types/phone-confirmation.md)
* [لوحة التوقيع](/ar/form-management/form-designer/answers/answer-types/signature-pad.md)
* [شريط تمرير](/ar/form-management/form-designer/answers/answer-types/slider.md)
* [حقل ترتيب](/ar/form-management/form-designer/answers/answer-types/ranking-field.md)
* [منتقي الوقت](/ar/form-management/form-designer/answers/answer-types/time-picker.md)


---

# 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-types.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.
