تحقق الافتتاحOpening check
اطلب من المتعلم إعادة شرح تحقق الأسبوع السابق وهدف اليوم قبل بدء العمل الموجّه: استدعاء نموذج من كود موثوق على الخادم والتحقق من نتيجة منظمة والتعامل المقصود مع بيانات الدخول والتكلفة والفشل.Ask the learner to restate the previous checkpoint and today’s purpose before guided work begins: Call a model from trusted server-side code, validate a structured result and handle credentials, cost and failure deliberately.
توزيع الأسبوعWeekly allocation
- 480
- دقائق التدريسinstruction minutes
- 240
- دقائق الممارسة الموجّهةguided-practice minutes
- 780
- دقائق المختبر الخاضع للإشرافsupervised lab minutes
خطوات التيسيرFacilitation moves
- إعداد عميل نموذج دون كشف مفتاحه في التحكم بالمصدر أو كود المتصفح.Configure a model client without exposing its key to source control or browser code.
- طلب مخطط محدود والتحقق من الاستجابة والتعرف إلى مخاطر المهلة والمعدل والصيغة والتكلفة.Request a bounded schema, validate the response and recognise timeout, rate, format and cost risks.
عوائق متوقعةLikely blocks
- توضع بيانات اعتماد أو بيانات حقيقية في الأمثلة.Credentials or real data are placed in examples.
- يُوثق بمخرج النموذج دون فحص مخطط.Model output is trusted without a schema check.
تدخلات المدرّبTrainer interventions
- استخدم استجابات وهمية حتى ينجح المخطط ومعالجة الفشل دون استدعاءات مدفوعة.Use mocked responses until schema and failure handling pass without paid calls.
- راجع مخطط حدود الثقة قبل السماح بطلب حي محدود واحد.Review the trust-boundary diagram before allowing one bounded live request.
دليل التحقق من نقطة الأسبوعWeekly checkpoint evidence
استدعِ نموذجاً عبر عميل على الخادم واطلب نتيجة منظمة وتحقق منها وأبق المفتاح خارج التحكم بالمصدر وأظهر وعياً بالتكلفة والفشل.Call a model through a server-side client, request a structured result, validate it, keep the key outside source control, and show cost/failure awareness.
- تمرين منظم لاستدعاء نموذجStructured model-call exercise
- إعداد خادم محجوب ونتيجة تم التحقق منها ورفض عينة معطوبة وملاحظة للتكلفة والفشل.Redacted server-side configuration, validated output, malformed fixture rejection and cost/failure note.
- يعمل استدعاء النموذج على الخادم ولا تحتوي أدلة المستودع على مفتاح.The model call runs server-side and repository evidence contains no key.
- يتم التحقق من الاستجابة المنظمة وتُرفض المخرجات المعطوبة بأمان.The structured response is validated and malformed output is rejected safely.
- تحدد الأدلة حدود الطلب والمخرجات والأعطال المحتملة ورسالة فشل تظهر للمستخدم.Evidence identifies request/output bounds, likely failures and a user-visible failure message.
إجراء الاستدراكRecovery action
إذا فشلت الأدلة، استخدم عينات الاستجابة الوهمية أولاً وأصلح التحقق من المخطط ومعالجة غياب المفتاح، ثم كرر استدعاءً حياً محدوداً واحداً والدليل المحجوب نفسه.If evidence fails, use the mocked response fixtures first, repair schema validation and missing-key handling, then repeat one bounded live call and the same redacted proof.
البديل عند الانقطاعInterruption fallback
استخدم العرض المسجّل والحزمة العربية القابلة للتنزيل والنسخة المحلية من البداية؛ واعتمد دليلاً مكافئاً عن بُعد أو دون اتصال بعد أن يسجل المنسق الانقطاع.Use the recorded demonstration, downloadable Arabic-first pack and local starter copy; approve equivalent remote or offline evidence after the coordinator records the interruption.