> 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/almuqt.md).

# المؤقت

## ⏱️ما هو المُؤقِّت؟

باستخدام ميزات المُؤقِّت يمكنك تقييد مقدار الوقت المتاح للمستجيب لإنهاء الاستبيان وتعيين مهلة بالثواني بعدها سيُرسَل الاستبيان تلقائيًا. يمكن أن تكون هذه الميزة مفيدة جدًا إذا أردت إنشاء اختبارات أو امتحانات حيث يجب تحديد الوقت.

## 🚀 كيف تفعّل المُؤقِّت؟

يمكن تفعيل التوقيت من صفحتك [خصائص الاستبيان الخاص بك](/ar/form-management/form-designer/form-settings.md) عن طريق تعيين **حد زمن الاستجابة** الخيار

![](/files/1d3289db4917e7b1ccc8fbd8fd0d2a79c98cd273)

بمجرد التفعيل سيتمكن كل مستجيب من رؤية الوقت المتبقي له في أسفل الاستبيان.

![](/files/6eeb603d2e660c55cfe4450ac3179c5adcbff2a0)&#x20;

## 💾 الحفاظ على الوقت المتبقي

افتراضيًا سيُعاد ضبط المُؤقِّت إلى وقته الأصلي إذا أعاد المستجيب تحميل الصفحة في المتصفح. ومع ذلك يمكنك ضبط الإعدادات لحفظ الوقت الفعلي المتبقي بهذه الطريقة حتى إذا غادر المستجيب الصفحة وعاد إليها سيُحتسب الوقت المتبقي الفعلي استنادًا إلى متى بدأ الاستبيان لأول مرة.

لحفظ الوقت المتبقي عليك تفعيل خيارات حفظ التقدّم من تبويب الجلسات، إذا لم ترغب بالسماح للمستجيب بحفظ جلسته يمكنك إخفاء زر حفظ التقدّم.

![](/files/f436f873a8eb3ef31b314dd931e4e2871debfd34)

{% hint style="info" %}
إذا قمت بتفعيل عنصر أمني مثل [key provider](/ar/form-management/security/key-provider-concepts.md#what-is-a-key-provider) فسيتم ربط الوقت المتبقي بالمستجيب الحالي المستعاد بواسطة ذلك العنصر الأمني. على سبيل المثال، إذا قمت بتعيين عنصر الكود الدعوة (invitation code) كمزوّد مفتاح فسيُحفظ الوقت المتبقي بناءً على البريد الإلكتروني المدعو الذي يأخذ الاستبيان.
{% endhint %}


---

# 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/almuqt.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.
