> 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/question-types/matrix-questions.md).

# أسئلة المصفوفة

سؤال جدولي هو مجموعة من عدة أسئلة فرعية تشترك في نفس مجموعة الإجابات كأعمدة. يمكنك الحصول على [مصفوفات تعتمد على اختيار واحد](/ar/form-management/form-designer/questions/question-types/matrix-questions/single-matrix.md) أو [اختيار متعدد](/ar/form-management/form-designer/questions/question-types/standard/multiple-choice.md) كمصفوفات.

![](/files/7d770759a9bb6cdd98432fcb44340d42d67ca899)

## ➕ إضافة صف أو عمود مصفوفة جديد

لإضافة صف أو عمود جديد، انقر على سؤال المصفوفة الذي تريد تحريره.

![](/files/fc6b48b9b11c21f496a1fb1a7c22426bee0f1db9)

* **`إضافة صف`** سيضيف صفًا جديدًا إلى المصفوفة الخاصة بك.
* **`إضافة عمود`** سيضيف عمودًا جديدًا إلى المصفوفة الخاصة بك.

## نوع الأعمدة

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

![](/files/d25815debdca5e511c09dccf1dfbf753ae89bcc6)

{% hint style="info" %}
يمكنك تعيين نوع الإجابة لعمودك في صفحة خصائص عمود المصفوفة.
{% endhint %}

## 🏃 تنظيم الصفوف والأعمدة

يمكنك تغيير ترتيب عرض الصفوف والأعمدة باستخدام السحب والإفلات.&#x20;

![](/files/a565f94e0236b9b33c3d6c0439589f5bba7a7224)

## 🔅 خصائص المصفوفة

* **`عشوائية الصفوف`** عرض الصفوف بترتيب عشوائي.
* **`عشوائية الأعمدة`** عرض الأعمدة بترتيب عشوائي.
* **`اختيار واحد لكل عمود`** سيسمح للمستجيب بتحديد إجابة واحدة فقط لكل عمود من أعمدة المصفوفة.
* **`مرساة المقياس اليسرى`** إذا تم تمكين التقييم، يمكنك تعيين تسمية للرأس الأيسر&#x20;
* **`مرساة المقياس الوسطى`** إذا تم تمكين التقييم، يمكنك تعيين تسمية لوسط الرأس
* **`مرساة المقياس اليمنى`** إذا تم تمكين التقييم، يمكنك تعيين تسمية للرأس الأيمن
* **`ربط الإجابات من`** سيولد الصفوف [ديناميكيًا ](/ar/form-management/form-designer/alrbt-aldynamyky/trhyl-alijabat.md)استنادًا إلى إجابات المستجيب على سؤال سابق.  &#x20;


---

# 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/question-types/matrix-questions.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.
