📋 المحتوى المنظم
📖 محتوى تعليمي مفصّل
نوع: محتوى تعليمي
لقد صممت القائمة وعليك أن تخصص وظائفها.
نوع: محتوى تعليمي
لإنشاء قائمة بالعناصر:
نوع: محتوى تعليمي
بدل شاشة العرض Screen1 (الشاشة الأولى) إلى وضع Blocks (اللبنات)، 1 وتأكد من تحديد زر القائمة Foods (الأطعمة).
نوع: محتوى تعليمي
من لوحة Blocks (اللبنات) اضغط على لبنة Lists (القوائم). 2
نوع: محتوى تعليمي
اضغط على لبنة make a list (إنشاء قائمة)، 3 ثم اسحبها وأفلتها داخل منطقة البرمجة.
نوع: محتوى تعليمي
سيكون الظاهر في المقطع البرمجي فقط فراغين. 4
نوع: محتوى تعليمي
اضغط إشارة 5 لإضافة المزيد من العناصر في القائمة.
نوع: محتوى تعليمي
اضغط على item (عنصر)، 6 ثم اسحبه وأفلته تحت لبنة list (قائمة). 7
نوع: محتوى تعليمي
أنشئ 6 عناصر للقائمة. 8
نوع: METADATA
وزارة التعليم
Ministry of Education
2025 - 1447
141
🔍 عناصر مرئية
A screenshot of a block-based programming environment, likely MIT App Inventor, for an application named 'Healthy_Food'. The screen shows the 'Blocks' editor interface. On the top bar, 'Healthy_Food', 'Screen1', 'Add Screen', 'Remove Screen', 'Publish to Gallery', 'Designer', and 'Blocks' are visible. The 'Blocks' button is highlighted, indicating the current view. The left sidebar, labeled 'Built-in', contains categories such as 'Control', 'Logic', 'Math', 'Text', 'Lists', 'Dictionaries', 'Colors', 'Variables', 'Procedures', 'Screen1', 'Tips', 'Foods', and 'Any component'. The 'Lists' category is selected, showing various list-related blocks. The main workspace area displays several programming blocks, with specific areas highlighted by numbered circles corresponding to the instructions:
- Circle 1 points to the 'Blocks' view toggle on the top right.
- Circle 2 points to the 'Lists' category in the 'Built-in' palette on the left sidebar.
- Circle 3 points to the 'make a list' block in the 'Lists' category, and also to a 'create empty list' block.
- Circle 4 points to a 'make a list' block in the main workspace, which initially shows two empty slots.
- Circle 5 points to a blue gear icon on the 'make a list' block, used to add more items.
- Circle 6 points to an 'item' block, which is a draggable element to add to a list.
- Circle 7 points to a 'make a list' block in the workspace that has been expanded to include three 'item' blocks.
- Circle 8 points to a 'make a list' block in the workspace that has been further expanded to include six 'item' blocks, demonstrating the final state of the list creation.
📄 النص الكامل للصفحة
لقد صممت القائمة وعليك أن تخصص وظائفها.
لإنشاء قائمة بالعناصر:
بدل شاشة العرض Screen1 (الشاشة الأولى) إلى وضع Blocks (اللبنات)، 1 وتأكد من تحديد زر القائمة Foods (الأطعمة).
من لوحة Blocks (اللبنات) اضغط على لبنة Lists (القوائم). 2
اضغط على لبنة make a list (إنشاء قائمة)، 3 ثم اسحبها وأفلتها داخل منطقة البرمجة.
سيكون الظاهر في المقطع البرمجي فقط فراغين. 4
اضغط إشارة 5 لإضافة المزيد من العناصر في القائمة.
اضغط على item (عنصر)، 6 ثم اسحبه وأفلته تحت لبنة list (قائمة). 7
أنشئ 6 عناصر للقائمة. 8
وزارة التعليم
Ministry of Education
2025 - 1447
141
--- VISUAL CONTEXT ---
**DIAGRAM**: Untitled
Description: A screenshot of a block-based programming environment, likely MIT App Inventor, for an application named 'Healthy_Food'. The screen shows the 'Blocks' editor interface. On the top bar, 'Healthy_Food', 'Screen1', 'Add Screen', 'Remove Screen', 'Publish to Gallery', 'Designer', and 'Blocks' are visible. The 'Blocks' button is highlighted, indicating the current view. The left sidebar, labeled 'Built-in', contains categories such as 'Control', 'Logic', 'Math', 'Text', 'Lists', 'Dictionaries', 'Colors', 'Variables', 'Procedures', 'Screen1', 'Tips', 'Foods', and 'Any component'. The 'Lists' category is selected, showing various list-related blocks. The main workspace area displays several programming blocks, with specific areas highlighted by numbered circles corresponding to the instructions:
- Circle 1 points to the 'Blocks' view toggle on the top right.
- Circle 2 points to the 'Lists' category in the 'Built-in' palette on the left sidebar.
- Circle 3 points to the 'make a list' block in the 'Lists' category, and also to a 'create empty list' block.
- Circle 4 points to a 'make a list' block in the main workspace, which initially shows two empty slots.
- Circle 5 points to a blue gear icon on the 'make a list' block, used to add more items.
- Circle 6 points to an 'item' block, which is a draggable element to add to a list.
- Circle 7 points to a 'make a list' block in the workspace that has been expanded to include three 'item' blocks.
- Circle 8 points to a 'make a list' block in the workspace that has been further expanded to include six 'item' blocks, demonstrating the final state of the list creation.
Context: This diagram illustrates the step-by-step process of creating and populating a list using block-based programming, likely in the context of developing a mobile application.