php artisan migrate --path=database/migrations/2024_09_15_144029_create_competency_level_items_table.php php artisan migrate --path=database/migrations/2024_09_25_101739_create_careers_table.php php artisan migrate --path=database/migrations/2024_09_25_103821_add_company_to_competencies.php php artisan migrate --path=database/migrations/2024_09_25_110042_create_questionnaire_competency_levels_table.php php artisan migrate --path=database/migrations/2024_09_25_122356_add_questionnaire_competency_level_to_qualification_questions.php php artisan migrate --path=database/migrations/2024_09_25_122356_add_questionnaire_competency_level_to_questionnaire_sections.php php artisan migrate --path=database/migrations/2024_09_26_130228_add_company_id_to_careers.php php artisan migrate --path=database/migrations/2024_09_26_132750_add_career_id_to_questionnaires.php php artisan migrate --path=database/migrations/2024_09_29_013329_add_contract_coach_id_to_contract_participant_sessions.php php artisan migrate --path=database/migrations/2024_10_03_143023_create_competency_global_levels_table.php php artisan migrate --path=database/migrations/2024_10_03_143023_create_competency_skills_table.php php artisan migrate --path=database/migrations/2024_10_06_095238_create_skills_notes_table.php php artisan migrate --path=database/migrations/2024_10_06_095239_add_competency_skill_id_to_qualification_questions.php php artisan migrate --path=database/migrations/2024_10_06_095249_add_competency_global_level_to_questionnaire_competency_levels.php competency_global_levels competency_skills questionnaire_competency_levels skills_notes competency_skill_id_to_qualification_questions rech text in notes http://127.0.0.1:8000/questionnaires/questionnaire_competency_levels/1/skills http://127.0.0.1:8000/questionnaires/questionnaire_competency_levels/8/skills ------------------------------------------------------ Api : User login تسجيل الدخول للمستخدم Request: { "username":"brahimlabdaa1", "password":"brahimlabdaa1" } Responses: success : { "success": true, "token": "120|YeJL4T1jsKqolpx0q2dxc8nwLFIkC9bR2T136BAd79976d34", "user": { "id": 48, "email": "brahimlabdaa1@gmail.com", "phone": "212655408906", "password": "$2y$10$xsaLW9UauLfe8XZ.uFvYC.oBeB.FhWSuVi4u1VDNmEp/HL8I/3KQS", "role": "participant", "permission_role": "role", "permissions": null, "remember_token": "Xj2vxtPiTE7G72rJpYp7TH4X0MTqGL1ovM63FGedx3QOCLHibcJiCSSXmeFb", "created_at": "2024-03-13T09:57:22.000000Z", "updated_at": "2024-07-02T12:01:45.000000Z", "deleted_at": null, "username": "brahimlabdaa1", "first_open": 1, "confirm": 1, "avatar": "https://staging.ivorytraining.com/uploads/avatar/29586_1710323820.jpeg" } } error: { "success": false, "error": "المعلومات المدخلة غير صحيحة أو غير موجودة" } ------------------------------------------------------------------------------------------ في حالة طلب وليس مسموح للمستخدم يكون الرد 403 { "error": "غير مصادق عليه" } ------------------------------------------------------------------------------------------ Logout (POST) Request {} Responses: success : { "success": true, "message": "تم تسجيل الخروج بنجاح" } error: { "success": false, "message": "خطأ في تسجيل الخروج" } ------------------------------------------------------------------------------------------ Reset password (POST) /api/password/reset Request { "identifier": "user@example.com" // Replace with an actual email, phone, or username } Responses success: { "success": true, "message": "تم ارسال رمز التاكيد" , "identifier": "user@example.com", "confirmation_code": "123" } Error { "success": false, "error": "لا يوجد اي مستخدم مطابق لهده المعلومات" } ------------------------------------------------------------------------------------------ Confirm code (POST) password/confirm-code/store Request { "confirmation_code": "123", 'confirmation_code_user' : '1231', "identifier": "user@example.com" } Responses success: { "success": true, 'message' : "رمز التحقق صحيح", "identifier": "user@example.com" } Error { "success": false, "error": 'الرمز غير صحيح', } ------------------------------------------------------------------------------------------ New password (POST) /api/password/new/store Request { "password": "123123123", "identifier": "user@example.com" } Responses success: { "success": true, 'error' => 'تم تغيير كلمة المرور بنجاح', } Error { "success": false, 'error' => 'لا يوجد اي مستخدم مطابق لهده المعلومات', } ------------------------------------------------------------------------------------------ Get user عرض المستخدم /api/user Responses سارسل لك التالي المرجو تعرضه Post user تحديث معلومات المستخدم success { "id": 408, "email": "brahimlabdaa13@gmail.com", "phone": "322432432", "password": "$2y$10$cvSzfPb7pKG7T/e98XtBN.Rn1caA77evTlgkMTuN.7FuRUJTxjY1y", "role": "participant", "permission_role": "role", "permissions": null, "remember_token": "ihxipusJNr0OdElocOHTRXwpEZm2fOz7ePMeLJXEVqpPUFUJjW4cd86RJipb", "created_at": "2024-06-27T13:57:48.000000Z", "updated_at": "2024-10-01T14:16:06.000000Z", "deleted_at": null, "username": "cads", "first_open": 0, "confirm": 1, "avatar": "http://127.0.0.1:8000/images/avatar.png", "gender": "ذكر", "city": { "id": 1, "name": "الرياض" }, "country": { "id": 1, "name": "المملكة العربية السعودية" }, "nationality": { "id": 1, "name": "المملكة العربية السعودية" }, "first_name": "ابراهيم", "second_name": "ابراهيم", "third_name": "ابراهيم", "fourth_name": "ابراهيم", "function": "ewdwedwedwe", "national_id_type": "passport", "national_id_number": "asdasda", "my_full_name": "test2 ابراهيم ابراهيم ابراهيم ابراهيم", "nb_groups": 3 } error { "error": "غير مصادق عليه." } ------------------------------------------------------------------------------------------ /user/profile/update { "avatar": "http://127.0.0.1:8000/images/avatar.png", "email": "brahimlabdaa13@gmail.com", "phone": "322432432", "username": "cads", "name_an": "brahim labdaa", "function": "ewdwedwedwe", "gender": "ذكر", "first_name": "ابراهيم", "second_name": "ابراهيم", "third_name": "ابراهيم", "fourth_name": "ابراهيم", "nastionality_id": 1, "country_id": 1, "city_id": 1 } response success { "status": true, "message": "تم التعديل بنجاح" } ------------------------------------------------------------------------------------------ Groups المجموعات الحالية Old groups المجموعات السابقة New groups المجموعات الجديدة التي لم يتم الدفع فيها success [ { "id": 20, "course_id": 4, "name": "Camille Nicholson", "image": "uploads/courses/46646_1717418393.png", "hours": 9, "start_date": "2024-07-04", "end_date": "2024-11-20", "type": "online", "is_payment": 1, "price": 785, "currency": null, "venue": null, "hotel": null, "city": "الرياض", "country": "المملكة العربية السعودية", "course_name": "الاوشا في السلامة والصحة المهنية", "nb_participants": 1 } ] error في حالة طلب وليس مسموح للمستخدم يكون الرد 403 { "error": "غير مصادق عليه" } ------------------------------------------------------------------------------------------ Group details تفاصيل المجموعة Responses { "success": true, "group": { "id": 20, "course_id": 4, "admin_id": 11, "name": "Camille Nicholson", "description": "تهدف دورة \"إدارة الأصول والمرافق\" إلى تزويد المشاركين بالمهارات اللازمة لفهم وتطبيق أفضل الممارسات في إدارة وصيانة المرافق والأصول. ستتناول الدورة استراتيجيات فعالة للحفاظ على الأصول وتحسين أدائها، بما في ذلك التخطيط الاستراتيجي وإدارة الاستبدال وتقييم المخاطر. سيحصل المشاركون على فهم عميق لكيفية تحسين كفاءة استخدام الموارد وتحقيق التوازن بين التكلفة والأداء في الإدارة الفعّالة للأصول والمرافق.", "target_audience": [ "مديري الأصول والمرافق في الشركات والمؤسسات الصناعية والتجارية.", ], "cource_objective": [ "توفير فهم شامل لأفضل الممارسات في إدارة الأصول والمرافق لتحسين كفاءة استخدام الموارد", ], "course_topics": [ "إدارة الأصول والمرافق", ], "images": null, "hours": 9, "image": "uploads/courses/46646_1717418393.png", "start_date": "2024-07-04", "end_date": "2024-11-20", "start_time": "03:11:00", "end_time": "05:23:00", "type": "online", "venue_id": null, "type_questions": "random", "number_questions": null, "created_at": "2024-07-24T08:34:32.000000Z", "updated_at": "2024-09-21T16:46:04.000000Z", "deleted_at": null, "company_id": null, "course_topics_subitems": [ [ "فهم مفاهيم إدارة الأصول والمرافق", "مفهوم الأصول والمرافق", "أنواع الأصول والتصنيفات", "دور الأصول والمرافق في العمليات التشغيلية" ], ], "file": null, "reference_links": "", "references_files": null, "active_register": 1, "token_register": "YGeSaK6gt4QR", "certificate_pro": 1, "partner_id": null, "provider_link": null, "is_payment": 1, "price": 785, "currency": null, "coupon_id": null, "conditions": [ ], "certifications_setting": "customize", "city_id": 1, "field_required": [ "email", "username", "first_name", "second_name", "avatar", "title_id" ], "name_an": null, "participants_count": 1, "companies_groups": "مدينة الملك عبدالعزيز للعلوم والتقنية", "venue": null, "city": { "id": 1, "country_id": 1, "name": "الرياض", "created_at": "2024-05-26T23:35:17.000000Z", "updated_at": "2024-05-26T23:35:17.000000Z", "deleted_at": null, "name_an": "Riyadh", "country": { "id": 1, "name": "المملكة العربية السعودية", "created_at": "2024-05-26T23:25:34.000000Z", "updated_at": "2024-06-05T22:41:57.000000Z", "deleted_at": null, "name_an": "Saudi Arabia" } }, "course": { "id": 4, "category_id": 13, "level_id": 2, "name": "الاوشا في السلامة والصحة المهنية", "description": "تهدف دورة \"إدارة الأصول والمرافق\" إلى تزويد المشاركين بالمهارات اللازمة لفهم وتطبيق أفضل الممارسات في إدارة وصيانة المرافق والأصول. ستتناول الدورة استراتيجيات فعالة للحفاظ على الأصول وتحسين أدائها، بما في ذلك التخطيط الاستراتيجي وإدارة الاستبدال وتقييم المخاطر. سيحصل المشاركون على فهم عميق لكيفية تحسين كفاءة استخدام الموارد وتحقيق التوازن بين التكلفة والأداء في الإدارة الفعّالة للأصول والمرافق.", "target_audience": [ ], "cource_objective": [ ], "course_topics": [ ], "hours": 9, "type": "online", "accreditation_code": null, "image": "uploads/courses/46646_1717418393.png", "created_at": "2024-06-03T19:42:09.000000Z", "updated_at": "2024-06-03T19:42:09.000000Z", "deleted_at": null, "course_topics_subitems": [ ], "file": null, "name_an": "OSHA Occupational Safety and Health" }, "companies": [ { "id": 1, "name": "مدينة الملك عبدالعزيز للعلوم والتقنية", "website": "https://kacst.gov.sa/", "email": "media@kacst.edu.sa", "phone": "00966114883555", "logo": "uploads/companies/76551_1716817246.png", "city_id": 1, "map": { "latitude": "24.7170037", "longitude": "46.6432971" }, "created_at": "2024-05-27T20:41:43.000000Z", "updated_at": "2024-05-27T20:41:43.000000Z", "deleted_at": null, "pivot": { "group_id": 20, "company_id": 1 } } ] } } error { "success": false, "group": "لا يمكنك الوصول لمعلومات المجموعة" } ------------------------------------------------------------------------------------------ Group exams ------------------------------------------------------------------------------------------ Get exam استرجاع الاختبار user/exams/pass/31 success { "success": true, "groupExam": { "id": 31, "group_id": 10, "exam_id": 5, "number_passes": 30, "type": "normal", "start_date": "2024-07-30", "end_date": "2024-10-03", "start_time": "14:00:00", "end_time": "14:00:00", "deleted_at": null, "created_at": null, "updated_at": "2024-10-02T07:48:25.000000Z", "show_note": 1, "name": "test brahim 2", "required_to_cert": 0, "group_exams": null, "nb_questions": 10, "exam": { "id": 5, "name": "اختبار استدامة الأعمال - brahim", "duration": 30, "type_questions": "random", "number_questions": 10, "created_at": "2024-06-04T20:45:02.000000Z", "updated_at": "2024-07-28T16:57:54.000000Z", "deleted_at": null, "questions": [ { "id": 84, "exam_id": 5, "question": "تعرف إستدامة الأعمال على أنها", "answer_type": "multiple_choice", "answers": [ "طريقة إكمال العمل", "الإستدامه المعنوية", "الإستدامه المادية" ], "correct_answer": [ "الإستدامه المجتمعية" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:45:53.000000Z", "updated_at": "2024-06-04T20:45:53.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 85, "exam_id": 5, "question": "يمكن التحدث عن المخاطر في إستدامة الأعمال ويجب بناء أيضا", "answer_type": "multiple_choice", "answers": [ "تحويلها إلى فرص", "لا يجب التحدث عن المخاطر", "تصحيح المسارات دائما" ], "correct_answer": [ "خطة مكافحة لها" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:46:34.000000Z", "updated_at": "2024-06-04T20:46:34.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 86, "exam_id": 5, "question": "بدأ مفهوم إستدامة الأعمال ينمو في بداية", "answer_type": "multiple_choice", "answers": [ "التسعينات", "السبعينات", "الألفية الجديده" ], "correct_answer": [ "الثمانيات" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:47:10.000000Z", "updated_at": "2024-06-04T20:47:10.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 87, "exam_id": 5, "question": "هناك إتفاقيات دولية موقعه لحفظ الإستدامه مع الأمم المتحده", "answer_type": "multiple_choice", "answers": [ "غير صحيح", "إتفاقية واحده فقط", "لا شيء مما سبق" ], "correct_answer": [ "صحيح" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:47:45.000000Z", "updated_at": "2024-06-04T20:47:45.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 88, "exam_id": 5, "question": "يعد التالي أحد مبادئ الإستدامه", "answer_type": "multiple_choice", "answers": [ "البيئة", "الإقتصاد", "الصحة" ], "correct_answer": [ "كل ما سبق" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:48:22.000000Z", "updated_at": "2024-06-04T20:48:22.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 89, "exam_id": 5, "question": "يعتمد البعد الإجتماعي في مبادئ الإستدامه على", "answer_type": "multiple_choice", "answers": [ "دراسة الشركات", "ليس هناك بعد إجتماعي في العاده", "ليس أي مما سبق" ], "correct_answer": [ "دراسة المنطقة المتأئرة" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:49:05.000000Z", "updated_at": "2024-06-04T20:49:05.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 90, "exam_id": 5, "question": "تطوير مبادئ الإستدامه في سلاسل الإمداد لها علاقة بـ", "answer_type": "multiple_choice", "answers": [ "تقليل النقل بالعوادم", "إستخدام أساليب التحليل النظري", "القدرة الفنية للتعامل مع الشحنات المتأخره" ], "correct_answer": [ "تقليل إنبعاث الكربون" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:49:55.000000Z", "updated_at": "2024-06-04T20:49:55.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 91, "exam_id": 5, "question": "التالي نحتاجه كثيرا لقياس إنعكاس مبادئ الإستدامه", "answer_type": "multiple_choice", "answers": [ "تقارير يومية", "الإجتماعات المتواصلة", "العمل بشكل منفرد" ], "correct_answer": [ "مؤشرات الأداء" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:50:35.000000Z", "updated_at": "2024-06-04T20:50:35.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 92, "exam_id": 5, "question": "من النماذج الرائده في تطبيق مبادئ الإستدامه في دولة", "answer_type": "multiple_choice", "answers": [ "تنزانيا", "البحرين", "الجزائر" ], "correct_answer": [ "المملكة العربية السعودية" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:51:11.000000Z", "updated_at": "2024-08-04T14:35:56.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": [ "uploads_files/files/69662_1722782144.png" ], "images_clear_solution": [ "uploads_files/files/81730_1722782151.png" ], "info": "test", "show_info": 1 }, { "id": 93, "exam_id": 5, "question": "للإستجابة للتحديات في التنمية المستدامه للأعمال يجب وضع وبشكل دائم", "answer_type": "one_choice", "answers": [ "خطة علاجية", "أساليب قياس دورية", "كل الإجابات خاطئة" ], "correct_answer": [ "خطة طوارئ" ], "true_false": 0, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:52:01.000000Z", "updated_at": "2024-09-07T11:40:04.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": [ "uploads_files/files/97907_1722772372.png" ], "images_clear_solution": [ "uploads_files/files/72875_1722772383.png" ], "info": "tessstt 2222", "show_info": 0 } ] } } } error { "success": false, "error": "لا يمكنك تقديم هدا الاختبار" } ------------------------------------------------------------------------------------------ Exam pass store تقديم الاختبار /user/exams/pass/31 Request Post { "questions": [85, 92, 88, 89, 93, 90, 91, 87, 86, 84], "answers_85": [ "تصحيح المسارات دائما", "لا يجب التحدث عن المخاطر" ], "answers_92": [ "المملكة العربية السعودية", "الجزائر", "البحرين" ], "answers_88": [ "كل ما سبق", "الإقتصاد" ], "answers_89": [ "ليس أي مما سبق", "ليس هناك بعد إجتماعي في العاده", "دراسة الشركات" ], "answers_93": [ "كل الإجابات خاطئة" ], "answers_90": [ "إستخدام أساليب التحليل النظري" ], "answers_91": [ "مؤشرات الأداء" ], "answers_87": [ "لا شيء مما سبق", "صحيح", "إتفاقية واحده فقط" ], "answers_86": [ "السبعينات", "الألفية الجديده", "التسعينات" ], "answers_84": [ "الإستدامه المعنوية", "الإستدامه المجتمعية", "طريقة إكمال العمل" ] } success { "status": true, "message": "تم تقديم الاختبار بنجاح" } error { "status": true, "message": "تم تقديم الاختبار بنجاح" } view exam api/user/exams/view/31 request get Responses success { "success": false, "questions": [ { "id": 84, "exam_id": 5, "question": "تعرف إستدامة الأعمال على أنها", "answer_type": "multiple_choice", "answers": [ "طريقة إكمال العمل", "الإستدامه المعنوية", "الإستدامه المادية" ], "correct_answer": [ "الإستدامه المجتمعية" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:45:53.000000Z", "updated_at": "2024-06-04T20:45:53.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 85, "exam_id": 5, "question": "يمكن التحدث عن المخاطر في إستدامة الأعمال ويجب بناء أيضا", "answer_type": "multiple_choice", "answers": [ "تحويلها إلى فرص", "لا يجب التحدث عن المخاطر", "تصحيح المسارات دائما" ], "correct_answer": [ "خطة مكافحة لها" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:46:34.000000Z", "updated_at": "2024-06-04T20:46:34.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 86, "exam_id": 5, "question": "بدأ مفهوم إستدامة الأعمال ينمو في بداية", "answer_type": "multiple_choice", "answers": [ "التسعينات", "السبعينات", "الألفية الجديده" ], "correct_answer": [ "الثمانيات" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:47:10.000000Z", "updated_at": "2024-06-04T20:47:10.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 87, "exam_id": 5, "question": "هناك إتفاقيات دولية موقعه لحفظ الإستدامه مع الأمم المتحده", "answer_type": "multiple_choice", "answers": [ "غير صحيح", "إتفاقية واحده فقط", "لا شيء مما سبق" ], "correct_answer": [ "صحيح" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:47:45.000000Z", "updated_at": "2024-06-04T20:47:45.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 88, "exam_id": 5, "question": "يعد التالي أحد مبادئ الإستدامه", "answer_type": "multiple_choice", "answers": [ "البيئة", "الإقتصاد", "الصحة" ], "correct_answer": [ "كل ما سبق" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:48:22.000000Z", "updated_at": "2024-06-04T20:48:22.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 89, "exam_id": 5, "question": "يعتمد البعد الإجتماعي في مبادئ الإستدامه على", "answer_type": "multiple_choice", "answers": [ "دراسة الشركات", "ليس هناك بعد إجتماعي في العاده", "ليس أي مما سبق" ], "correct_answer": [ "دراسة المنطقة المتأئرة" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:49:05.000000Z", "updated_at": "2024-06-04T20:49:05.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 90, "exam_id": 5, "question": "تطوير مبادئ الإستدامه في سلاسل الإمداد لها علاقة بـ", "answer_type": "multiple_choice", "answers": [ "تقليل النقل بالعوادم", "إستخدام أساليب التحليل النظري", "القدرة الفنية للتعامل مع الشحنات المتأخره" ], "correct_answer": [ "تقليل إنبعاث الكربون" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:49:55.000000Z", "updated_at": "2024-06-04T20:49:55.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 91, "exam_id": 5, "question": "التالي نحتاجه كثيرا لقياس إنعكاس مبادئ الإستدامه", "answer_type": "multiple_choice", "answers": [ "تقارير يومية", "الإجتماعات المتواصلة", "العمل بشكل منفرد" ], "correct_answer": [ "مؤشرات الأداء" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:50:35.000000Z", "updated_at": "2024-06-04T20:50:35.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": null, "images_clear_solution": null, "info": null, "show_info": 1 }, { "id": 92, "exam_id": 5, "question": "من النماذج الرائده في تطبيق مبادئ الإستدامه في دولة", "answer_type": "multiple_choice", "answers": [ "تنزانيا", "البحرين", "الجزائر" ], "correct_answer": [ "المملكة العربية السعودية" ], "true_false": null, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:51:11.000000Z", "updated_at": "2024-08-04T14:35:56.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": [ "uploads_files/files/69662_1722782144.png" ], "images_clear_solution": [ "uploads_files/files/81730_1722782151.png" ], "info": "test", "show_info": 1 }, { "id": 93, "exam_id": 5, "question": "للإستجابة للتحديات في التنمية المستدامه للأعمال يجب وضع وبشكل دائم", "answer_type": "one_choice", "answers": [ "خطة علاجية", "أساليب قياس دورية", "كل الإجابات خاطئة" ], "correct_answer": [ "خطة طوارئ" ], "true_false": 0, "show_in_exam_randomly": 1, "created_at": "2024-06-04T20:52:01.000000Z", "updated_at": "2024-09-07T11:40:04.000000Z", "deleted_at": null, "show_not": null, "note": 10, "show_note": 0, "images_clear_question": [ "uploads_files/files/97907_1722772372.png" ], "images_clear_solution": [ "uploads_files/files/72875_1722772383.png" ], "info": "tessstt 2222", "show_info": 0 } ], "answers": { "id": 201, "participant_id": 272, "group_exam_id": 31, "note": 10, "answers": [ [ "الإستدامه المعنوية", "الإستدامه المجتمعية", "طريقة إكمال العمل" ], [ "تصحيح المسارات دائما", "لا يجب التحدث عن المخاطر" ], [ "السبعينات", "الألفية الجديده", "التسعينات" ], [ "لا شيء مما سبق", "صحيح", "إتفاقية واحده فقط" ], [ "كل ما سبق", "الإقتصاد" ], [ "ليس أي مما سبق", "ليس هناك بعد إجتماعي في العاده", "دراسة الشركات" ], [ "إستخدام أساليب التحليل النظري" ], [ "مؤشرات الأداء" ], [ "المملكة العربية السعودية", "الجزائر", "البحرين" ], [ "كل الإجابات خاطئة" ] ], "deleted_at": null, "created_at": null, "updated_at": "2024-10-02T07:45:31.000000Z", "questions": [ 85, 92, 88, 89, 93, 90, 91, 87, 86, 84 ], "number_passes": 3 } } error { "success": false, "message": "لم تقدم الاختبار بعد" } ------------------------------------------------------------------------------------------ Group reviews ------------------------------------------------------------------------------------------ Get review استرجاع التقييم Responses success { "success": true, "groupExam": { "id": 12, "group_id": 10, "review_id": 2, "start_date": "2024-06-26", "end_date": "2024-12-20", "start_time": "13:00:00", "end_time": "13:00:00", "deleted_at": null, "created_at": null, "updated_at": "2024-10-02T08:21:26.000000Z", "show_note": 1, "review_type": 2, "required_to_cert": 1, "review": { "id": 2, "name": "تقييم البرنامج التدريبي اون لاين", "description": null, "deleted_at": null, "created_at": "2024-05-29T18:06:19.000000Z", "updated_at": "2024-05-29T18:06:19.000000Z", "review_sections": [ { "id": 8, "name": "تقييم المنصة الإلكترونية", "review_id": 2, "deleted_at": null, "created_at": "2024-05-29T18:23:51.000000Z", "updated_at": "2024-05-29T18:24:20.000000Z", "review_questions": [ { "id": 36, "name": "الدخول للمنصة الالكترونية", "note": null, "review_section_id": 8, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:25:21.000000Z", "updated_at": "2024-05-29T18:25:21.000000Z" }, { "id": 37, "name": "استخدام أدوات المنصة الالكترونية", "note": null, "review_section_id": 8, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:25:30.000000Z", "updated_at": "2024-05-29T18:25:30.000000Z" }, { "id": 38, "name": "وضوح الصوت و الصورة", "note": null, "review_section_id": 8, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:25:45.000000Z", "updated_at": "2024-05-29T18:25:45.000000Z" }, { "id": 39, "name": "توقيت البرنامج التدريبي", "note": null, "review_section_id": 8, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:25:58.000000Z", "updated_at": "2024-05-29T18:25:58.000000Z" }, { "id": 40, "name": "الالتزام بأوقات افتتاح و إنهاء البرنامج التدريبي", "note": null, "review_section_id": 8, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:26:12.000000Z", "updated_at": "2024-05-29T18:26:12.000000Z" }, { "id": 41, "name": "الدعم اللوجستي (فريق التنظيم) متعاون", "note": null, "review_section_id": 8, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:26:23.000000Z", "updated_at": "2024-05-29T18:26:23.000000Z" } ] }, { "id": 9, "name": "تقييم المدرب/ـة", "review_id": 2, "deleted_at": null, "created_at": "2024-05-29T18:33:00.000000Z", "updated_at": "2024-05-29T18:33:00.000000Z", "review_questions": [ { "id": 42, "name": "الشرح والتوضيح الكافي للمعلومات المعطاة", "note": null, "review_section_id": 9, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:36:10.000000Z", "updated_at": "2024-05-29T18:36:10.000000Z" }, { "id": 43, "name": "توفر الأمثلة العملية والمناسبة", "note": null, "review_section_id": 9, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:36:18.000000Z", "updated_at": "2024-05-29T18:36:18.000000Z" }, { "id": 44, "name": "الاهتمام الشخصي والاجابة عن الاسئلة", "note": null, "review_section_id": 9, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:36:33.000000Z", "updated_at": "2024-05-29T18:36:33.000000Z" }, { "id": 45, "name": "براعة الإلقاء والتأثير على ذهن المتلقي", "note": null, "review_section_id": 9, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:36:53.000000Z", "updated_at": "2024-05-29T18:36:53.000000Z" }, { "id": 46, "name": "درجة المتعة والتشويق في الإلقاء والتدريب", "note": null, "review_section_id": 9, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:37:10.000000Z", "updated_at": "2024-05-29T18:37:10.000000Z" }, { "id": 47, "name": "مدى الإهتمام بتحسين المهارات والأداء العملي", "note": null, "review_section_id": 9, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:38:39.000000Z", "updated_at": "2024-05-29T18:38:39.000000Z" }, { "id": 48, "name": "تعدد الأدوات والأساليب في الشرح", "note": null, "review_section_id": 9, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:38:49.000000Z", "updated_at": "2024-05-29T18:38:49.000000Z" }, { "id": 49, "name": "اشعال روح المنافسة والرغبة في التعلم", "note": null, "review_section_id": 9, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:39:09.000000Z", "updated_at": "2024-05-29T18:39:09.000000Z" }, { "id": 50, "name": "هل ستحضر برنامج تدريبي آخر لدى المدرب", "note": null, "review_section_id": 9, "type_response": "true_false", "deleted_at": null, "created_at": "2024-05-29T18:39:23.000000Z", "updated_at": "2024-05-29T18:39:23.000000Z" } ] }, { "id": 10, "name": "تقييم الحقيبة التدريبية", "review_id": 2, "deleted_at": null, "created_at": "2024-05-29T18:40:07.000000Z", "updated_at": "2024-05-29T18:40:07.000000Z", "review_questions": [ { "id": 51, "name": "تقييم الحقيبة التدريبية", "note": null, "review_section_id": 10, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:40:59.000000Z", "updated_at": "2024-05-29T18:40:59.000000Z" }, { "id": 52, "name": "المعلومات مفيدة عملياً على صعيد الممارسة", "note": null, "review_section_id": 10, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:41:17.000000Z", "updated_at": "2024-05-29T18:41:17.000000Z" }, { "id": 53, "name": "تعدد التمارين والأنشطة التدريبية", "note": null, "review_section_id": 10, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:41:32.000000Z", "updated_at": "2024-05-29T18:41:32.000000Z" }, { "id": 54, "name": "جودة تصميم المادة التدريبية", "note": null, "review_section_id": 10, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:41:46.000000Z", "updated_at": "2024-05-29T18:41:46.000000Z" }, { "id": 55, "name": "مدى مساهمة المادة التدريبية في تحقيق الأهداف التدريبية", "note": null, "review_section_id": 10, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:41:58.000000Z", "updated_at": "2024-05-29T18:41:58.000000Z" }, { "id": 56, "name": "المادة التدريبية جديرة بالاهتمام وغزيرة بالمعلومات", "note": null, "review_section_id": 10, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:42:09.000000Z", "updated_at": "2024-05-29T18:42:09.000000Z" }, { "id": 57, "name": "المادة التدريبية قابلة للتطبيق العملي", "note": null, "review_section_id": 10, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:42:24.000000Z", "updated_at": "2024-05-29T18:42:24.000000Z" }, { "id": 58, "name": "مقارنة المادة التدريبية مع التوقعات المسبقة عن البرنامج التدريبي", "note": null, "review_section_id": 10, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:42:43.000000Z", "updated_at": "2024-05-29T19:19:30.000000Z" } ] }, { "id": 11, "name": "قياس الأثر", "review_id": 2, "deleted_at": null, "created_at": "2024-05-29T18:43:01.000000Z", "updated_at": "2024-05-29T18:43:01.000000Z", "review_questions": [ { "id": 59, "name": "ما أهم سؤال وجدت إجابته في هذا البرنامج التدريبي", "note": null, "review_section_id": 11, "type_response": "text_response", "deleted_at": null, "created_at": "2024-05-29T18:43:23.000000Z", "updated_at": "2024-05-29T19:20:50.000000Z" }, { "id": 60, "name": "ما أهم مهارة أكتسبتها من البرنامج التدريبي", "note": null, "review_section_id": 11, "type_response": "text_response", "deleted_at": null, "created_at": "2024-05-29T18:43:36.000000Z", "updated_at": "2024-05-29T19:20:38.000000Z" }, { "id": 61, "name": "ما أثر هذا البرنامج التدريبي على حياتك الشخصية والوظيفية", "note": null, "review_section_id": 11, "type_response": "text_response", "deleted_at": null, "created_at": "2024-05-29T18:43:48.000000Z", "updated_at": "2024-05-29T19:20:26.000000Z" }, { "id": 62, "name": "ما أبرز إيجابيات البرنامج التدريبي من وجهة نظرك", "note": null, "review_section_id": 11, "type_response": "text_response", "deleted_at": null, "created_at": "2024-05-29T18:44:03.000000Z", "updated_at": "2024-05-29T19:20:16.000000Z" } ] }, { "id": 12, "name": "نقاط القوة ونقاط الضعف", "review_id": 2, "deleted_at": null, "created_at": "2024-05-29T18:44:22.000000Z", "updated_at": "2024-05-29T18:44:22.000000Z", "review_questions": [ { "id": 63, "name": "نقاط قوة البرنامج التدريبي من وجهة نظرك", "note": null, "review_section_id": 12, "type_response": "text_response", "deleted_at": null, "created_at": "2024-05-29T18:44:55.000000Z", "updated_at": "2024-06-06T23:47:24.000000Z" }, { "id": 64, "name": "نقاط ضعف البرنامج التدريبي من وجهة نظرك", "note": null, "review_section_id": 12, "type_response": "text_response", "deleted_at": null, "created_at": "2024-05-29T18:45:09.000000Z", "updated_at": "2024-06-06T23:47:11.000000Z" }, { "id": 65, "name": "يرجى ذكر أسماء البرامج التدريبي التي تتمنى الإلتحاق بها", "note": null, "review_section_id": 12, "type_response": "text_response", "deleted_at": null, "created_at": "2024-05-29T18:45:54.000000Z", "updated_at": "2024-05-29T18:45:54.000000Z" }, { "id": 66, "name": "ملاحظات", "note": null, "review_section_id": 12, "type_response": "text_response", "deleted_at": null, "created_at": "2024-05-29T18:46:06.000000Z", "updated_at": "2024-05-29T18:46:06.000000Z" } ] }, { "id": 13, "name": "الترشيح", "review_id": 2, "deleted_at": null, "created_at": "2024-05-29T18:46:51.000000Z", "updated_at": "2024-05-29T18:46:51.000000Z", "review_questions": [ { "id": 67, "name": "نرجو كتابة اسم و رقم الجوال لصديق ترشحه لهذا البرنامج", "note": null, "review_section_id": 13, "type_response": "text_response", "deleted_at": null, "created_at": "2024-05-29T18:47:19.000000Z", "updated_at": "2024-05-29T18:47:19.000000Z" } ] }, { "id": 14, "name": "التقييم العام للبرنامج التدريبي", "review_id": 2, "deleted_at": null, "created_at": "2024-05-29T18:47:32.000000Z", "updated_at": "2024-05-29T18:47:32.000000Z", "review_questions": [ { "id": 68, "name": "التقييم العام للبرنامج التدريبي", "note": null, "review_section_id": 14, "type_response": "start", "deleted_at": null, "created_at": "2024-05-29T18:48:01.000000Z", "updated_at": "2024-05-29T18:48:01.000000Z" }, { "id": 69, "name": "هل توصي أحدا بحضور مثل هذا البرنامج التدريبي", "note": null, "review_section_id": 14, "type_response": "true_false", "deleted_at": null, "created_at": "2024-05-29T18:48:17.000000Z", "updated_at": "2024-05-29T18:48:17.000000Z" } ] } ] } } } Error { "success": false, "message": "لم تقدم التقييم بعد" } ------------------------------------------------------------------------------------------ Review pass store تقديم التقييم request { "questions": [36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69], "my_rate": [4, 1, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 3, 2, 0, 3, 1, 1, 4, 4, 2, 2, 2, "Eiusmod qui impedit", "Et id culpa et magn", "In suscipit nisi min", "Excepturi quo do fug", "In dolore autem ex a", "Illum ad consequunt", "Omnis quam et dolore", "Est quidem sapiente", "Laboris qui corporis", 3], "my_rate_50": 0, "my_rate_69": 0 } response success { "status": true, "message": "تم التقييم بنجاح" } error { "success": true, "message": "لم تقييم التقييم" } { "success": false, "error": "لقد قمت بتقديم التقييم" } ------------------------------------------------------------------------------------------ Review view عرض التقييم ------------------------------------------------------------------------------------------ Group sessions قائمة الجلسات Get session (Get) استرجاع جلسة Session zoom Session location الدخول للجلسة اون لاين او الدخول للخريطة او الدخول لرابط التسجيل Session docs عرض ملفات المادة التجريبية Session topics عرض المحاور الفرعية Session present Store (Post) تقديم الموقع Session end Store (Post) تقديم الموقع Group activities قائمة الانشطة Get activity استرجاع النشاط Activity pass store تقديم النشاط Group certifications Get certification عرض الشهادة و تحميلها Group qualifications Get qualification استرجاع الاستبيان Qualification pass store تقديم الاستبيان Get questionnaire public Post questionnaire public View questionnaire public Get privacy-policy //Payment ------------------------------------------------------------------------------------------ citiesFromCountry /ajax/citiesFromCountry/1 response { "1": "الرياض", "2": "الدمام", "3": "جدة" } ------------------------------------------------------------------------------------------ hotelsFromCity /ajax/citiesFromCountry/1 response { "1": "ايفوري للتدريب والاستشارات", "2": "أوفاد الرياض", "3": "الشركة السعودية لإدارة المرافق", "5": "tttt", "6": "2121", "7": "Ursa Hayden" } ------------------------------------------------------------------------------------------ venuesFromHotel /ajax/venuesFromHotel/1 response { "3": "FLEDER", "4": "BLOOM’S TAXONOMY", "5": "MICRO LEARNING", "6": "KOLB", "7": "ARTIFICIAL INTELLIGENCE", "8": "CHAT GPT", "9": "IVORY ZOOM MEETING ROOM" } ------------------------------------------------------------------------------------------