📋 المحتوى المنظم
📖 محتوى تعليمي مفصّل
نوع: محتوى تعليمي
when Foods ▼ AfterPicking
do set global selection ▼ to Foods ▼ Selection ▼
if get global selection ▼ = "اللحوم والأسماك"
then open another screen screenName Meat_Fish ▼
اللحوم والأسماك
نوع: محتوى تعليمي
الأسماك غنية بالبروتين، وقليل الدسم، وتوفر مجموعة من الفوائد الصحية. السمك أو اللحم الأبيض به دهون أقل من أي مصدر آخر للبروتين الحيواني. يعتبر السمك أفضل مصدر لأحماض أوميغا 3 الدهنية. اللحوم هي مصدر جيد للبروتين والفيتامينات والمعادن في نظامك الغذائي.
اللحوم والأسماك
نوع: محتوى تعليمي
اللحوم والأسماك
الحبوب
الخضروات
الفواكه
منتجات الألبان
المكسرات
الصفحة الرئيسية
نوع: محتوى تعليمي
الصفحة الرئيسية
نصائح صحية
أطعمة صحية
نوع: محتوى تعليمي
إنشاء قائمة فرعية
نوع: محتوى تعليمي
تتضمن قائمة الحبوب أصنافًا فرعية، وهذا يعني أنه عند الضغط على قائمة الحبوب الرئيسية يجب فتح قائمة فرعية لتعرض الآتي:
عليك برمجة قائمة جديدة لهذه الأصناف وتعيينها إلى متغير Foods.
نوع: محتوى تعليمي
set global Foods ▼ to make a list
"الأرز"
"الشوفان"
"الخبز"
نوع: METADATA
وزارة التعليم
Ministry of Education
2025 - 1447
نوع: METADATA
155
🔍 عناصر مرئية
Conditional Screen Navigation Block
A block-based programming code snippet. It defines an event handler 'when Foods AfterPicking' which triggers after an item is selected from a 'Foods' list. Inside, it sets a global variable 'selection' to the chosen item. An 'if' condition checks if 'global selection' is equal to the string 'اللحوم والأسماك' (Meat and Fish). If true, it executes 'then open another screen screenName Meat_Fish', navigating the app to a screen specifically for meat and fish details.
اللحوم والأسماك
A screenshot of a mobile application screen. The header is 'اللحوم والأسماك' (Meat and Fish). The main content area displays an image of a piece of salmon. Below the image, there is a detailed text description in Arabic about the nutritional benefits of fish and white meat, stating they are rich in protein, low in fat, and provide Omega-3 fatty acids, vitamins, and minerals, essential for a healthy diet.
اللحوم والأسماك
A screenshot of a mobile application screen, likely a menu or list view. The top bar displays 'اللحوم والأسماك' (Meat and Fish), which appears to be the currently selected or highlighted category. Below this, a vertical list of food categories is shown: 'اللحوم والأسماك' (Meat and Fish), 'الحبوب' (Grains), 'الخضروات' (Vegetables), 'الفواكه' (Fruits), 'منتجات الألبان' (Dairy Products), and 'المكسرات' (Nuts).
الصفحة الرئيسية
A screenshot of a mobile application's 'الصفحة الرئيسية' (Home Page). The screen features a background image of various fresh food items, including garlic and tomatoes. Two prominent buttons are visible: 'نصائح صحية' (Health Tips) and 'أطعمة صحية' (Healthy Foods). These buttons likely serve as entry points to different sections of the application.
List Initialization Block
A block-based programming code snippet. It uses the 'set global Foods to' block to initialize a global variable named 'Foods'. The value assigned is created using a 'make a list' block, which contains three string items: 'الأرز' (Rice), 'الشوفان' (Oats), and 'الخبز' (Bread). This block effectively defines the contents of a list that can be used elsewhere in the application.
📄 النص الكامل للصفحة
when Foods ▼ AfterPicking
do set global selection ▼ to Foods ▼ Selection ▼
if get global selection ▼ = "اللحوم والأسماك"
then open another screen screenName Meat_Fish ▼
--- SECTION: اللحوم والأسماك ---
الأسماك غنية بالبروتين، وقليل الدسم، وتوفر مجموعة من الفوائد الصحية. السمك أو اللحم الأبيض به دهون أقل من أي مصدر آخر للبروتين الحيواني. يعتبر السمك أفضل مصدر لأحماض أوميغا 3 الدهنية. اللحوم هي مصدر جيد للبروتين والفيتامينات والمعادن في نظامك الغذائي.
--- SECTION: اللحوم والأسماك ---
اللحوم والأسماك
الحبوب
الخضروات
الفواكه
منتجات الألبان
المكسرات
--- SECTION: الصفحة الرئيسية ---
الصفحة الرئيسية
نصائح صحية
أطعمة صحية
إنشاء قائمة فرعية
تتضمن قائمة الحبوب أصنافًا فرعية، وهذا يعني أنه عند الضغط على قائمة الحبوب الرئيسية يجب فتح قائمة فرعية لتعرض الآتي:
عليك برمجة قائمة جديدة لهذه الأصناف وتعيينها إلى متغير Foods.
set global Foods ▼ to make a list
"الأرز"
"الشوفان"
"الخبز"
وزارة التعليم
Ministry of Education
2025 - 1447
155
--- VISUAL CONTEXT ---
**DIAGRAM**: Conditional Screen Navigation Block
Description: A block-based programming code snippet. It defines an event handler 'when Foods AfterPicking' which triggers after an item is selected from a 'Foods' list. Inside, it sets a global variable 'selection' to the chosen item. An 'if' condition checks if 'global selection' is equal to the string 'اللحوم والأسماك' (Meat and Fish). If true, it executes 'then open another screen screenName Meat_Fish', navigating the app to a screen specifically for meat and fish details.
Context: Illustrates how to implement conditional logic for screen navigation in a mobile application based on user input from a list selection.
**FIGURE**: اللحوم والأسماك
Description: A screenshot of a mobile application screen. The header is 'اللحوم والأسماك' (Meat and Fish). The main content area displays an image of a piece of salmon. Below the image, there is a detailed text description in Arabic about the nutritional benefits of fish and white meat, stating they are rich in protein, low in fat, and provide Omega-3 fatty acids, vitamins, and minerals, essential for a healthy diet.
Context: Shows the content displayed on a sub-screen that is accessed after a specific menu item (Meat and Fish) is selected, providing detailed information.
**FIGURE**: اللحوم والأسماك
Description: A screenshot of a mobile application screen, likely a menu or list view. The top bar displays 'اللحوم والأسماك' (Meat and Fish), which appears to be the currently selected or highlighted category. Below this, a vertical list of food categories is shown: 'اللحوم والأسماك' (Meat and Fish), 'الحبوب' (Grains), 'الخضروات' (Vegetables), 'الفواكه' (Fruits), 'منتجات الألبان' (Dairy Products), and 'المكسرات' (Nuts).
Context: Represents a main menu or a list of categories within the application, from which a user can make a selection to navigate to more detailed content.
**FIGURE**: الصفحة الرئيسية
Description: A screenshot of a mobile application's 'الصفحة الرئيسية' (Home Page). The screen features a background image of various fresh food items, including garlic and tomatoes. Two prominent buttons are visible: 'نصائح صحية' (Health Tips) and 'أطعمة صحية' (Healthy Foods). These buttons likely serve as entry points to different sections of the application.
Context: Illustrates the main entry point and user interface of the application, showing key navigation options.
**DIAGRAM**: List Initialization Block
Description: A block-based programming code snippet. It uses the 'set global Foods to' block to initialize a global variable named 'Foods'. The value assigned is created using a 'make a list' block, which contains three string items: 'الأرز' (Rice), 'الشوفان' (Oats), and 'الخبز' (Bread). This block effectively defines the contents of a list that can be used elsewhere in the application.
Context: Demonstrates how to define and populate a list of items in a programming environment, which can then be used to create dynamic menus or data sets within an application.