> 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/form-settings/single-question-flow.md).

# تدفق سؤال واحد

## ▶️ ما هو تدفق السؤال الواحد؟

تسمح ميزة تدفق السؤال الواحد بعرض **أنواع** من استبيانك للمستجيب **واحدًا تلو الآخر** بدلاً من عرضها للمستجيب مجمعة بحسب الصفحة.

{% hint style="info" %}
لا حاجة لتصميم استبيانك بطريقة خاصة؛ جميع أسئلة الاستبيان سيتم عرضها تلقائيًا واحدًا تلو الآخر.&#x20;
{% endhint %}

عند التفعيل، يسمح تدفق السؤال الواحد أيضًا للمستجيب بالانتقال من سؤال إلى آخر أو بإرسال الاستبيان **دون الحاجة للنقر على أي زر** فإن اختيار إجابة سيقوم **بشكل تلقائي** بنقل المستجيب إلى السؤال التالي أو **إرسال** إجاباته إذا كان هذا هو السؤال الأخير في الاستبيان.

![](/files/2a5b08bc40af9d3b2471b0e7c76eb84cdcd326ed)

{% hint style="info" %}
يمكن أن يزيد تدفق السؤال الواحد بشكل كبير من معدل المشاركة في استبيانك لأن التفاعل المطلوب من المستجيب سريع ومحدود.
{% endhint %}

## 📄 الإجابات المعتمدة على الحقول وتدفق السؤال الواحد

السؤال الذي يحتوي على [الإجابات المتعددة](/ar/form-management/form-designer/answers/answer-types.md) الذي يتطلب إدخال بيانات من المستجيبين مثل الحقول لا يمكنه الإرسال التلقائي لأنه لا يمكن معرفة متى تكون إجابة المستجيب مكتملة. في مثل هذه الحالات سيُعرض على المستجيب دعوة لاتخاذ إجراء مثل زر إرسال أو التالي.

![](/files/a22fe4e7ce2e34957a000de8bc83463111cae4b2)

## 🕵 Skip logic وتدفق السؤال الواحد

أي [Skip Logic](/ar/form-management/form-designer/questions/question-properties/skip-hide-logic.md) أو [قواعد التفرع](/ar/form-management/form-designer/pages/branching.md) التي قمت بإعدادها سيتم تطبيقها كالمعتاد على أسئلتك.&#x20;

## 🔢 تذييل تدفق السؤال الواحد

سيعرض الاستبيان الذي تم تفعيل ميزة تدفق السؤال الواحد فيه في [التذييل](/ar/form-management/form-designer/footer-manager.md) إجمالي عدد الأسئلة التي تم الإجابة عليها وعدد الأسئلة المتبقية للإجابة.

![](/files/cd0b0b50ca6cad93b102db4d2aa2e9e65c90eb91)

## &#x20;تخطيط تدفق السؤال الواحد على الشاشات الكبيرة

سيؤدي ضبط "Render horizontally on wide screens" في خصائص الاستبيان إلى توجيه ngSurvey لتغيير التخطيط على الشاشات الأكبر من 1280 بكسل. سيتم عرض الأسئلة من اليسار إلى اليمين بدلاً من الأعلى إلى الأسفل.

<figure><img src="/files/e710bcd61dd522e5c1825fd62b290554f9f66d42" alt=""><figcaption><p>سؤال واحد على شاشة كبيرة</p></figcaption></figure>

&#x20;

<figure><img src="/files/c4d82eb2eb5a196def3f46917d7c4ae6b4176c32" alt=""><figcaption><p>سؤال جدولي على شاشة كبيرة</p></figcaption></figure>


---

# 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/form-settings/single-question-flow.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.
