# مهمة Google Sheet

## 📥 ما هي مهمة Google Sheet؟

ستقوم مهمة Google Sheet بحفظ المستجيب وجميع إجاباته تلقائيًا في Google Sheet تختاره.

{% hint style="warning" %}
لإعداد Google Sheets والسماح لـ ngSurvey بالوصول إلى جداول البيانات الخاصة بك ستحتاج إلى ربط [Google Service Account](/ar/installation-setup/system-settings/google.md) بحساب ngSurvey الخاص بك من [إعدادات الحساب](/ar/personal-account.md) الصفحة .
{% endhint %}

## 🔅 خصائص مهمة Google Sheet

* **`Spreadsheet`** التي ينتمي إليها الورقة المستهدفة. &#x20;
* **`Sheet`** التي ستحتفظ بإجابات المستجيب.

تأكد من أن جدول البيانات الذي تريد استخدامه قد تمت مشاركته مع [Google Service Account](/ar/personal-account.md) باستخدام زر المشاركة داخل واجهة مستخدم Google Sheets.&#x20;

![](/files/febe82154a46d257e041046f53a71cd509a322a6)

## &#x20;📚 تنسيق صف المستجيب

التنسيق المستهدف للمستجيب وإجاباته هو عمود واحد لكل سؤال يحتوي الإجابة بداخله. إذا كان السؤال يحتوي على مزيج من النص والاختيار [أنواع الإجابة](/ar/form-management/form-designer/answers/answer-types.md) ستستخدم ngSurvey عمودًا واحدًا للسؤال وعمودًا إضافيًا لكل نوع إجابة يعتمد على النص مثل [حقل تعليق](/ar/form-management/form-designer/questions/question-types/standard/text-comment-field.md) على سبيل المثال.

![](/files/089e32531c00667ac5e08bff9ca6df747a7c61ff)

{% hint style="info" %}
🧙 سيتم إنشاء العمود الأول تلقائيًا بالأسئلة وتسميات الإجابات. إذا كان قد تم إعداد [reporting alias](/ar/form-management/reports.md) لكل من السؤال أو الإجابة فسيتم استخدامه بدلًا من التسمية.&#x20;
{% endhint %}


---

# 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/tasks/task-items/google-sheet.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.
