{"id":4852,"date":"2022-03-08T13:24:13","date_gmt":"2022-03-08T13:24:13","guid":{"rendered":"https:\/\/brightchamps.com\/blog\/?p=4852"},"modified":"2024-10-13T12:37:40","modified_gmt":"2024-10-13T12:37:40","slug":"what-is-list-in-scratch","status":"publish","type":"post","link":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/","title":{"rendered":"Your Key to Scratch Success: An Expert Guide to Mastering Scratch List"},"content":{"rendered":"<div class=\"yoast-breadcrumbs\"><span><span><a href=\"https:\/\/brightchamps.com\/blog\/\">Home<\/a><\/span> \u00bb <span><a href=\"https:\/\/brightchamps.com\/blog\/code-for-kids\/\">Code for Kids Corner<\/a><\/span> \u00bb <span class=\"breadcrumb_last\" aria-current=\"page\"><strong>Your Key to Scratch Success: An Expert Guide to Mastering Scratch List<\/strong><\/span><\/span><\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re a Scratch enthusiast, you&#8217;ve probably heard of lists, but may not be taking full advantage of this powerful feature. Lists are a collection of items that can be used in a variety of ways to add complexity and interactivity to your Scratch projects. From keeping score to tracking user input, lists are an essential tool for any Scratch programmer. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Programming has been free for anyone with a desire to know, understand, and learn the beauty of technology through the lens of programming. One of the most credible, open-source, and shareable platforms for people who has no knowledge of coding and want to learn is scratch. <a href=\"https:\/\/brightchamps.com\/blog\/guides\/scratch-programming\/\">Scratch Programming <\/a>is a non\u2013profit platform made by MIT students who want to give access to people who want to learn to code.&nbsp;<\/p>\n\n\n<div id=\"cstm_banner_cta\"><\/div>\n\n\n<p class=\"wp-block-paragraph\">Scratch is a block-based platform with Java as the supported language programming, with several features provided and also the supportive user to help the learning progress make the learning experience fun and exciting.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this blog, I will provide an expert guide to mastering Scratch Lists, including what they are, how to use them, and best practices for getting the most out of this essential Scratch feature. Whether you&#8217;re a beginner or an experienced Scratch user, this guide will help you take your projects to the next level and unlock the full potential of Scratch.<\/p>\n\n\n\n<div class=\"wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents<\/h2><ul><li><a href=\"#what-is-a-list-in-scratch\" data-level=\"2\">What Is A List In Scratch<\/a><ul><li><a href=\"#how-to-make-list-in-scratch\" data-level=\"3\">How to make list in Scratch?<\/a><\/li><li><a href=\"#h-how-to-add-an-item-on-the-list-created-in-scratch\" data-level=\"3\">How To Add An Item On The List Created In Scratch?<\/a><\/li><li><a href=\"#how-to-select-an-item-on-the-list-created-in-scratch\" data-level=\"3\">How to select an item on the list created in scratch?<\/a><\/li><\/ul><\/li><li><a href=\"#h-frequently-asked-questions-faqs\" data-level=\"2\">Frequently Asked Questions (FAQs)<\/a><\/li><\/ul><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>How to Learn Coding from Basic in Scratch?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There is no limitation in learning to code whether you start in a <a href=\"https:\/\/brightchamps.com\/blog\/block-based-coding\/\">block-based platform<\/a> or go all the way to text-based.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, you need to ensure that it gives you more access to understanding the syntax of the programming language you learn.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Understanding coding is not a simple task to do but it does not mean impossible. The most important thing in learning coding is knowing where to start.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Language programming has many components, and understanding them all thoroughly in a short period is impossible.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As a result, knowing where to begin makes the learning session more organized and structured, making it easier for beginners. And it will always begin with the basics.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What are Basic Components in Learning Scratch?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are five basic components you need to learn, understand and familiarize while learning scratch:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Event<\/strong><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">The event is the head of the program. It\u2019s the most crucial thing to running the program.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It mostly contains the commands and the situation of how the coding will work.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The event also is the key to locking an algorithm to be one component that will work simultaneously following the sequence we made to work on the situation we have a plan.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Understanding event means understanding the nature of how a program works and how it reacts under a certain condition that involves the user.<\/p>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong>Motion and Look<\/strong><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Motion and Look are the basics in familiarizing with the nature of scratch. They involve building the sprites of your program like position, movement, size, etc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Motion and Look are really important because it\u2019s connected directly to the program output and the sprite on how it will be shown to the user when they play the program.<\/p>\n\n\n<div id=\"cstm_banner_cta\"><\/div>\n\n\n<p class=\"wp-block-paragraph\">As a result of understanding the nature and concept of motion and look, you may be able to understand how to make a program look pleasant and interesting to the user, allowing you to attract more users to your program.<\/p>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li><strong>Control and Operator<\/strong><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Control and Logic are the keys to how a program runs properly as the concept.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Control and logic are used to run the program&#8217;s framework to meet certain criteria. It gives the project a smooth appearance and makes the situation within the game run smoothly.<\/p>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li><strong>Sensor<\/strong><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">The sensor is the key to how a component inside the game can work smoothly on the program we have built.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Understanding and learning the nature of the sensor means you understand how each component reacts to one another and what is the output of that.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is important because it involves the process of the program running when the program is used by the user.<\/p>\n\n\n\n<ol start=\"5\" class=\"wp-block-list\">\n<li><strong>Variable and List<\/strong><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Variables and lists are like storage of value we made to store in the program.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Variable and List are important because they involve the program&#8217;s data and how it is well connected to the program&#8217;s concept and the users themselves.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What are the differences between Variable and List<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"what-is-a-variable-in-scratch\"><strong>What is a Variable in Scratch?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The variable is the core storage of the program. It consists of values and information added by the programmer or the user.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The variable is a new value that the programmer enters into the program to declare a new component that will be used in the program to make it work as intended.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It can gain value based on the time the program runs, which includes data from the user, or it can be pre-programmed by the programmer.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, to use a variable we need to declare the variable first by giving a name to the variable following certain rules and conditions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Don\u2019t worry! It will be explained further in the other article.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-a-list-in-scratch\">What Is A List In Scratch<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A list in scratch is a very important component. It is used in a variety of programs, the majority of which are games.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The list is the most commonly used data type in programming languages for storing a collection of similar data items.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is used to list an item that is placed before or after the program&#8217;s execution.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unlike variables, which can only have one value. The list can hold multiple values in various types of data.<\/p>\n\n\n<div id=\"cstm_banner_cta\"><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"how-to-make-list-in-scratch\"><strong>How to make list in Scratch?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Here is a step-by-step guide to creating a list in Scratch:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The list in scratch can be found under variables.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At first, you will see an empty place with the option of adding your list in a grey rectangle saying Make a List.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 1<\/strong>: Click the <strong>add your list<\/strong> option, a dialogue box will appear asking you to enter the name of the list you want to add.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" fetchpriority=\"high\" decoding=\"async\" width=\"505\" height=\"540\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-1.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4853\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-1.png 505w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-1-480x513.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 505px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 2<\/strong>: Click okay after you name your list<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"905\" height=\"456\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-2.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4854\" style=\"width:679px;height:342px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-2.png 905w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-2-480x242.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 905px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 3<\/strong>: Following that, you will see the component of the list with the name you gave it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"312\" height=\"572\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-3.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4857\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-3.png 312w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-3-164x300.png 164w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-3-82x150.png 82w\" sizes=\"(max-width: 312px) 100vw, 312px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">As you can see it has several blocks there. Every block has a different use in coding. Let\u2019s look at what are some of these blocks used for.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Add thing to list<\/strong>: it means we can add a new item to our list<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"411\" height=\"83\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-4.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4858\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-4.png 411w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-4-300x61.png 300w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-4-150x30.png 150w\" sizes=\"auto, (max-width: 411px) 100vw, 411px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Delete 1 thing from the list<\/strong>: it means we can delete one item of the list we made.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"596\" height=\"102\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-5.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4859\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-5.png 596w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-5-480x82.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 596px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Delete all of the lists<\/strong>: it is used to delete all of the items on the list.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"557\" height=\"78\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-6.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4860\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-6.png 557w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-6-480x67.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 557px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Insert thing at 1 in the of food<\/strong>: it means we can insert a new item at a certain order of the list.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"622\" height=\"100\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-7.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4861\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-7.png 622w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-7-480x77.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 622px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Replace item 1 of the list with the thing<\/strong>: it means we can replace an item we have added with a new item.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"108\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-8.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4862\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-8.png 650w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-8-480x80.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 650px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Item 1 of the list<\/strong>: it refers to the order of an item in the list<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"620\" height=\"66\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-9.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4863\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-9.png 620w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-9-480x51.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 620px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Item# of thing in list<\/strong>: refers to an item on the list<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"620\" height=\"76\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-10.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4864\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-10.png 620w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-10-480x59.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 620px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Length of the lis<\/strong>t: refers to how many items in the list we made.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"623\" height=\"72\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-11.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4865\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-11.png 623w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-11-480x55.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 623px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>List contains thing<\/strong>: refer to the list which contains a specific item<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"521\" height=\"78\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-12.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4866\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-12.png 521w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-12-480x72.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 521px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Show list<\/strong>: it uses to show the list<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"521\" height=\"118\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-13.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4867\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-13.png 521w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-13-480x109.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 521px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Hide list<\/strong>: it is used to hide the list<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"516\" height=\"100\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-14.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4868\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-14.png 516w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-14-480x93.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 516px, 100vw\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-to-add-an-item-on-the-list-created-in-scratch\"><strong>How To Add An Item On The List Created In Scratch?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">We will take an example of a project to learn to add an item on the List in Scratch. The project I refer to here is a chatbot to order a menu.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 1<\/strong>: Create the list where you want the items to be stored.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"981\" height=\"132\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-15.png\" alt=\"What Is A List In Scratch\" class=\"wp-image-4869\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-15.png 981w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-15-480x65.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 981px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 2<\/strong>: Add an event block of the condition where the item will be added.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"379\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-16-1024x379.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4870\" style=\"width:768px;height:284px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-16-1024x379.png 1024w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-16-980x363.png 980w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-16-480x178.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 3<\/strong>: Add the item you want to store to the list.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"312\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-17-1024x312.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4871\" style=\"width:768px;height:234px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-17-1024x312.png 1024w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-17-980x299.png 980w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-17-480x146.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 4<\/strong>: Run the program and run the condition where your list will be added.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 5<\/strong>: When the condition you specified runs, the items will be added automatically.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"902\" height=\"485\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-18.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4872\" style=\"width:677px;height:364px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-18.png 902w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-18-480x258.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 902px, 100vw\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how-to-select-an-item-on-the-list-created-in-scratch\"><strong>How to select an item on the list created in scratch?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">There are several methods for selecting an item. A click event or a key pressed event can be used. But here, I&#8217;ll show you how to select an item by using an input block where users can choose the item they want.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 1<\/strong>: Add a say block from looks to instruct how to select the item.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"500\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-19-1024x500.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4873\" style=\"width:768px;height:375px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-19-1024x500.png 1024w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-19-980x478.png 980w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-19-480x234.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 2<\/strong>: Add an input block from a sensor<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"501\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-20-1024x501.png\" alt=\"What Is A List In Scratch\" class=\"wp-image-4874\" style=\"width:768px;height:376px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-20-1024x501.png 1024w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-20-980x479.png 980w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-20-480x235.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 3:<\/strong> Add delete item block from the list to delete the items the user has to choose<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"581\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-21-1024x581.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4875\" style=\"width:768px;height:436px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-21-1024x581.png 1024w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-21-980x556.png 980w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-21-480x272.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 4<\/strong>: Add another say block to have the character inform the user that the item they selected was successful.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"946\" height=\"730\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-22.png\" alt=\"What Is A List In Scratch \" class=\"wp-image-4876\" style=\"width:710px;height:548px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-22.png 946w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/What-Is-A-List-In-Scratch-22-480x370.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 946px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Explore more about <a href=\"https:\/\/brightchamps.com\/blog\/lego-robotics-for-kids\/\">lego robotics for kids<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Conclusion: Why do Understanding List Important?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Programming is like a human brain made by using machine memory. It has a limit and it needs space to restore something so it won\u2019t disappear. The list is like a space in programming where we can restore an important value so then it won\u2019t be deleted or lost. It gives the program enough memory to keep up with the change done in the program. Therefore, Understanding a list means understanding how to optimize the work of programming to make the program much easier and simpler.<\/p>\n\n\n<div id=\"cstm_banner_cta\"><\/div>\n\n\n<p class=\"wp-block-paragraph\">Elevate your child\u2019s learning journey with <a href=\"https:\/\/brightchamps.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">BrightChamps<\/a>, the leading EdTech company offering a transformative blend of robotics, financial education, and coding courses.<br>To get your hands on more such articles, educational content, and free resources on coding for kids,<a href=\"https:\/\/brightchamps.com\/blog\/robotics-courses-for-kids\/\"> robotics courses for kids<\/a>, game development, etc., check out the <a href=\"https:\/\/brightchamps.com\/blog\/\">BrightCHAMPS Blog Page<\/a> now!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-frequently-asked-questions-faqs\">Frequently Asked Questions (FAQs)<\/h2>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1681240638092\"><strong class=\"schema-faq-question\">What are Scratch Lists?<\/strong> <p class=\"schema-faq-answer\">Scratch Lists are collections of data items that can be used in Scratch programming. They can store anything from numbers and text to entire objects or other lists. Lists are an essential tool for managing data and can add complexity and interactivity to your Scratch projects.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1681240667554\"><strong class=\"schema-faq-question\">How do I create a Scratch List?<\/strong> <p class=\"schema-faq-answer\">To create a list in Scratch, click on the &#8220;Data&#8221; category in the blocks palette, then select &#8220;Make a List.&#8221; You can then name your list and add items to it as needed. You can also create lists programmatically using Scratch code.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1681240679888\"><strong class=\"schema-faq-question\">What can I use Scratch Lists for?<\/strong> <p class=\"schema-faq-answer\">Scratch Lists have a wide range of uses in Scratch programming, from keeping score to tracking user input, and even creating dynamic animations. Lists can be used to manage data in a variety of ways and can add a new level of interactivity to your projects.<\/p> <\/div> <\/div>\n","protected":false},"excerpt":{"rendered":"<p>If you&#8217;re a Scratch enthusiast, you&#8217;ve probably heard of lists, but may not be taking full advantage of this powerful feature. Lists are a collection of items that can be used in a variety of ways to add complexity and interactivity to your Scratch projects. From keeping score to tracking user input, lists are an [&hellip;]<\/p>\n","protected":false},"author":31,"featured_media":14778,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"1080","footnotes":""},"categories":[49],"tags":[68],"class_list":["post-4852","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-code-for-kids","tag-codechamps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Your Key to Scratch Success: An Expert Guide to Mastering Scratch List<\/title>\n<meta name=\"description\" content=\"Unlock the full potential of Scratch with our expert guide to mastering Scratch List and take your projects to the next level!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Your Key to Scratch Success: An Expert Guide to Mastering Scratch List\" \/>\n<meta property=\"og:description\" content=\"Unlock the full potential of Scratch with our expert guide to mastering Scratch List and take your projects to the next level!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/\" \/>\n<meta property=\"og:site_name\" content=\"BrightChamps Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BrightChamps-101266664954230\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-08T13:24:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-13T12:37:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/How-to-save-and-share-your-scratch-project-5.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"451\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Team BrightChamps\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Team BrightChamps\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/\"},\"author\":{\"name\":\"Team BrightChamps\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#\\\/schema\\\/person\\\/696f52bb580934e5022585ac161e5123\"},\"headline\":\"Your Key to Scratch Success: An Expert Guide to Mastering Scratch List\",\"datePublished\":\"2022-03-08T13:24:13+00:00\",\"dateModified\":\"2024-10-13T12:37:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/\"},\"wordCount\":1807,\"publisher\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/How-to-save-and-share-your-scratch-project-5.webp\",\"keywords\":[\"CodeChamps\"],\"articleSection\":[\"Code for Kids Corner\"],\"inLanguage\":\"en-US\",\"accessibilityFeature\":[\"tableOfContents\"]},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/\",\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/\",\"name\":\"Your Key to Scratch Success: An Expert Guide to Mastering Scratch List\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/How-to-save-and-share-your-scratch-project-5.webp\",\"datePublished\":\"2022-03-08T13:24:13+00:00\",\"dateModified\":\"2024-10-13T12:37:40+00:00\",\"description\":\"Unlock the full potential of Scratch with our expert guide to mastering Scratch List and take your projects to the next level!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#faq-question-1681240638092\"},{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#faq-question-1681240667554\"},{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#faq-question-1681240679888\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#primaryimage\",\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/How-to-save-and-share-your-scratch-project-5.webp\",\"contentUrl\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/How-to-save-and-share-your-scratch-project-5.webp\",\"width\":800,\"height\":451,\"caption\":\"scratch list\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Code for Kids Corner\",\"item\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/code-for-kids\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Your Key to Scratch Success: An Expert Guide to Mastering Scratch List\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/\",\"name\":\"BrightChamps Blog\",\"description\":\"BrightChamps Blog, also known as BrightChamps Hub is a go-to resource hub for everything on Coding for kids\",\"publisher\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#organization\",\"name\":\"BrightChamps\",\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/BrightCHAMPS-logo-new-1.png\",\"contentUrl\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/BrightCHAMPS-logo-new-1.png\",\"width\":417,\"height\":80,\"caption\":\"BrightChamps\"},\"image\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/BrightChamps-101266664954230\\\/\",\"https:\\\/\\\/www.instagram.com\\\/brightchamps\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/brightchamps\\\/mycompany\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC_Afe_rMGoK5Bs4nSt8QIzQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#\\\/schema\\\/person\\\/696f52bb580934e5022585ac161e5123\",\"name\":\"Team BrightChamps\",\"description\":\"We are an army of educators and passionate learners from BrightChamps family, committed to providing free learning resources to kids, parents &amp; students. Learn from Us\",\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/author\\\/team\\\/\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#faq-question-1681240638092\",\"position\":1,\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#faq-question-1681240638092\",\"name\":\"What are Scratch Lists?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Scratch Lists are collections of data items that can be used in Scratch programming. They can store anything from numbers and text to entire objects or other lists. Lists are an essential tool for managing data and can add complexity and interactivity to your Scratch projects.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#faq-question-1681240667554\",\"position\":2,\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#faq-question-1681240667554\",\"name\":\"How do I create a Scratch List?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"To create a list in Scratch, click on the \\\"Data\\\" category in the blocks palette, then select \\\"Make a List.\\\" You can then name your list and add items to it as needed. You can also create lists programmatically using Scratch code.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#faq-question-1681240679888\",\"position\":3,\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/what-is-list-in-scratch\\\/#faq-question-1681240679888\",\"name\":\"What can I use Scratch Lists for?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Scratch Lists have a wide range of uses in Scratch programming, from keeping score to tracking user input, and even creating dynamic animations. Lists can be used to manage data in a variety of ways and can add a new level of interactivity to your projects.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Your Key to Scratch Success: An Expert Guide to Mastering Scratch List","description":"Unlock the full potential of Scratch with our expert guide to mastering Scratch List and take your projects to the next level!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/","og_locale":"en_US","og_type":"article","og_title":"Your Key to Scratch Success: An Expert Guide to Mastering Scratch List","og_description":"Unlock the full potential of Scratch with our expert guide to mastering Scratch List and take your projects to the next level!","og_url":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/","og_site_name":"BrightChamps Blog","article_publisher":"https:\/\/www.facebook.com\/BrightChamps-101266664954230\/","article_published_time":"2022-03-08T13:24:13+00:00","article_modified_time":"2024-10-13T12:37:40+00:00","og_image":[{"width":800,"height":451,"url":"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/How-to-save-and-share-your-scratch-project-5.webp","type":"image\/webp"}],"author":"Team BrightChamps","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Team BrightChamps","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#article","isPartOf":{"@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/"},"author":{"name":"Team BrightChamps","@id":"https:\/\/brightchamps.com\/blog\/#\/schema\/person\/696f52bb580934e5022585ac161e5123"},"headline":"Your Key to Scratch Success: An Expert Guide to Mastering Scratch List","datePublished":"2022-03-08T13:24:13+00:00","dateModified":"2024-10-13T12:37:40+00:00","mainEntityOfPage":{"@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/"},"wordCount":1807,"publisher":{"@id":"https:\/\/brightchamps.com\/blog\/#organization"},"image":{"@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#primaryimage"},"thumbnailUrl":"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/How-to-save-and-share-your-scratch-project-5.webp","keywords":["CodeChamps"],"articleSection":["Code for Kids Corner"],"inLanguage":"en-US","accessibilityFeature":["tableOfContents"]},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/","url":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/","name":"Your Key to Scratch Success: An Expert Guide to Mastering Scratch List","isPartOf":{"@id":"https:\/\/brightchamps.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#primaryimage"},"image":{"@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#primaryimage"},"thumbnailUrl":"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/How-to-save-and-share-your-scratch-project-5.webp","datePublished":"2022-03-08T13:24:13+00:00","dateModified":"2024-10-13T12:37:40+00:00","description":"Unlock the full potential of Scratch with our expert guide to mastering Scratch List and take your projects to the next level!","breadcrumb":{"@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#faq-question-1681240638092"},{"@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#faq-question-1681240667554"},{"@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#faq-question-1681240679888"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#primaryimage","url":"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/How-to-save-and-share-your-scratch-project-5.webp","contentUrl":"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/How-to-save-and-share-your-scratch-project-5.webp","width":800,"height":451,"caption":"scratch list"},{"@type":"BreadcrumbList","@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/brightchamps.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Code for Kids Corner","item":"https:\/\/brightchamps.com\/blog\/code-for-kids\/"},{"@type":"ListItem","position":3,"name":"Your Key to Scratch Success: An Expert Guide to Mastering Scratch List"}]},{"@type":"WebSite","@id":"https:\/\/brightchamps.com\/blog\/#website","url":"https:\/\/brightchamps.com\/blog\/","name":"BrightChamps Blog","description":"BrightChamps Blog, also known as BrightChamps Hub is a go-to resource hub for everything on Coding for kids","publisher":{"@id":"https:\/\/brightchamps.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/brightchamps.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/brightchamps.com\/blog\/#organization","name":"BrightChamps","url":"https:\/\/brightchamps.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/brightchamps.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2026\/03\/BrightCHAMPS-logo-new-1.png","contentUrl":"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2026\/03\/BrightCHAMPS-logo-new-1.png","width":417,"height":80,"caption":"BrightChamps"},"image":{"@id":"https:\/\/brightchamps.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/BrightChamps-101266664954230\/","https:\/\/www.instagram.com\/brightchamps\/","https:\/\/www.linkedin.com\/company\/brightchamps\/mycompany\/","https:\/\/www.youtube.com\/channel\/UC_Afe_rMGoK5Bs4nSt8QIzQ"]},{"@type":"Person","@id":"https:\/\/brightchamps.com\/blog\/#\/schema\/person\/696f52bb580934e5022585ac161e5123","name":"Team BrightChamps","description":"We are an army of educators and passionate learners from BrightChamps family, committed to providing free learning resources to kids, parents &amp; students. Learn from Us","url":"https:\/\/brightchamps.com\/blog\/author\/team\/"},{"@type":"Question","@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#faq-question-1681240638092","position":1,"url":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#faq-question-1681240638092","name":"What are Scratch Lists?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Scratch Lists are collections of data items that can be used in Scratch programming. They can store anything from numbers and text to entire objects or other lists. Lists are an essential tool for managing data and can add complexity and interactivity to your Scratch projects.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#faq-question-1681240667554","position":2,"url":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#faq-question-1681240667554","name":"How do I create a Scratch List?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"To create a list in Scratch, click on the \"Data\" category in the blocks palette, then select \"Make a List.\" You can then name your list and add items to it as needed. You can also create lists programmatically using Scratch code.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#faq-question-1681240679888","position":3,"url":"https:\/\/brightchamps.com\/blog\/what-is-list-in-scratch\/#faq-question-1681240679888","name":"What can I use Scratch Lists for?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Scratch Lists have a wide range of uses in Scratch programming, from keeping score to tracking user input, and even creating dynamic animations. Lists can be used to manage data in a variety of ways and can add a new level of interactivity to your projects.","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/posts\/4852","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/users\/31"}],"replies":[{"embeddable":true,"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/comments?post=4852"}],"version-history":[{"count":9,"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/posts\/4852\/revisions"}],"predecessor-version":[{"id":34571,"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/posts\/4852\/revisions\/34571"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/media\/14778"}],"wp:attachment":[{"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/media?parent=4852"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/categories?post=4852"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/tags?post=4852"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}