📋 المحتوى المنظم
📖 محتوى تعليمي مفصّل
نوع: METADATA
لكي تستخدم القائمة الخاصة بك، يجب أن تعينها إلى متغير عام.
نوع: METADATA
لتعيين متغير لقائمة:
نوع: METADATA
< من لوحة Blocks (اللبنات) اضغط على قسم لبنات variables (المتغيرات).
نوع: METADATA
< لإنشاء متغير عام اضغط على لبنة initialize global name to ثم اسحبها وأفلتها داخل منطقة البرمجة.
نوع: METADATA
< اضغط داخل الاسم ثم اكتب "Foods" كاسم للمتغير.
نوع: METADATA
< اربط المتغير Foods بالقائمة التي أضفتها سابقًا.
🔍 عناصر مرئية
Healthy_Food Project in MIT App Inventor
A full screenshot of the MIT App Inventor development environment. The left panel shows the 'Blocks' palette with categories such as Built-In, Control, Logic, Math, Text, Lists, Dictionaries, Colors, Variables, Procedures, Screen1, Tips, Foods, and Any component. The 'Variables' category is highlighted with a circular '1' indicator. The central 'Viewer' area displays programming blocks. A block labeled 'initialize global name to' is visible and highlighted with a circular '2' indicator, indicating it's being dragged or selected. Another block 'when Tips Click do open another screen screenName Screen2' is also visible. On the right side, a 'make a list' block is partially visible, containing several Arabic text items representing food categories.
A zoomed-in diagram of two connected programming blocks within the MIT App Inventor environment. The first block, colored orange, is labeled 'initialize global Foods to'. The text 'Foods' within this block is highlighted with a circular '3' indicator, indicating it has been renamed. This orange block is connected to a blue block labeled 'make a list'. The connection point between these two blocks is highlighted with a circular '4' indicator. The 'make a list' block contains six distinct text items, each representing a food category: 'اللحوم والأسماك' (Meats and Fish), 'الحبوب' (Grains), 'الخضروات' (Vegetables), 'الفواكه' (Fruits), 'منتجات الألبان' (Dairy Products), and 'المكسرات' (Nuts).
📄 النص الكامل للصفحة
لكي تستخدم القائمة الخاصة بك، يجب أن تعينها إلى متغير عام.
لتعيين متغير لقائمة:
< من لوحة Blocks (اللبنات) اضغط على قسم لبنات variables (المتغيرات).
< لإنشاء متغير عام اضغط على لبنة initialize global name to ثم اسحبها وأفلتها داخل منطقة البرمجة.
< اضغط داخل الاسم ثم اكتب "Foods" كاسم للمتغير.
< اربط المتغير Foods بالقائمة التي أضفتها سابقًا.
--- VISUAL CONTEXT ---
**FIGURE**: Healthy_Food Project in MIT App Inventor
Description: A full screenshot of the MIT App Inventor development environment. The left panel shows the 'Blocks' palette with categories such as Built-In, Control, Logic, Math, Text, Lists, Dictionaries, Colors, Variables, Procedures, Screen1, Tips, Foods, and Any component. The 'Variables' category is highlighted with a circular '1' indicator. The central 'Viewer' area displays programming blocks. A block labeled 'initialize global name to' is visible and highlighted with a circular '2' indicator, indicating it's being dragged or selected. Another block 'when Tips Click do open another screen screenName Screen2' is also visible. On the right side, a 'make a list' block is partially visible, containing several Arabic text items representing food categories.
Context: This figure illustrates the initial steps of creating and assigning a global variable in the MIT App Inventor interface, specifically showing the 'Variables' block category and the 'initialize global name to' block.
**DIAGRAM**: Untitled
Description: A zoomed-in diagram of two connected programming blocks within the MIT App Inventor environment. The first block, colored orange, is labeled 'initialize global Foods to'. The text 'Foods' within this block is highlighted with a circular '3' indicator, indicating it has been renamed. This orange block is connected to a blue block labeled 'make a list'. The connection point between these two blocks is highlighted with a circular '4' indicator. The 'make a list' block contains six distinct text items, each representing a food category: 'اللحوم والأسماك' (Meats and Fish), 'الحبوب' (Grains), 'الخضروات' (Vegetables), 'الفواكه' (Fruits), 'منتجات الألبان' (Dairy Products), and 'المكسرات' (Nuts).
Context: This diagram demonstrates how to assign a list of specific food categories to a global variable named 'Foods' using the 'initialize global' and 'make a list' blocks in MIT App Inventor, following the instructions provided.