International Journal of Interactive Mobile Technologies (iJIM) – eISSN: 1865-7923 – Vol 16 No 20 (2022) Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve Problem Solving, Creativity & Critical Thinking Skills https://doi.org/10.3991/ijim.v16i20.34247 Ioanna Moraiti, Anestis Fotoglou, Athanasios Drigas() NCSR DEMOKRITOS, Athens, Greece dr@itt.demokritos.gr Abstract—The purpose of the article is to highlight how students' computational thinking, which is a critical thinking skill, can be developed through educational robotics and programming. It is a fun and engaging learning activity that encourages students to collaborate, delve into a problem, construct knowledge, and cultivate critical thinking. Educational robotics is therefore an innovative teaching tool, which contributes to the implementation of the above goal and follows the principles of building, specifically the construction of knowledge (Mikropoulos & Bellou, 2010). It develops students' critical thinking, strengthens their mental models, and activates known learning mechanisms leading them to a deeper level of understanding and assimilation of knowledge, which cannot be accomplished with traditional teaching methodologies. It has also been proven to be able to help students solve complex problems as well as contribute to the development of computational thinking skills (Atmatzidou & Demetriadis, 2014), which should characterize the entire literate population and complement the other three basic reading skills, writing, and mathematics (Mavroudis, Petrou & Fesakis, 2014). Keywords—STEM, STEAM, robotics, educational robotics, programming languages, mobiles, critical thinking, problem solving, block-based programming, curriculum, coding 1 Introduction Nowadays people's communication, information, shopping, and entertainment are done through computers and smart devices. Social media has replaced classic communication via phone and text. All these processes of computers and smart devices are controlled by an instruction set consisting of lines of code. The artificial language used for human interaction with computers is called a programming language. Analyzing more of the data in the field of IT, we notice that today's children grow up surrounded by technology. This dynamic development of technology required the adoption of new teaching methods. These new methods included the introduction of computer science into primary and secondary education. iJIM ‒ Vol. 16, No. 20, 2022 59 https://doi.org/10.3991/ijim.v16i20.34247 Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… In education, in the Computer Science course, learning the basic concepts of coding through visual programming languages based on blocks (block-based languages) has been introduced. Blocks contain ready-made sections of commands which are organized into different categories. The blocks are like puzzle pieces, which when put together create the final program. Writing a program in a block-based environment takes the form of drag-and-drop instructions. If two statements cannot be joined to form a valid statement, then the environment prevents them from being stuck together, and the user is informed that there is no logical order between these statements. 2 Programming languages Computer programming is the process of solving problems using a coded programming language. The user in this way gives instructions to the computer, the set of instructions is called code. The ultimate goal of programming is to create something. This could be a web page, a piece of software, or a program. This is also the reason why programming is often described as a combination of art and science. It requires both technical and analytical skills but also requires the creativity of the user. Compared to natural language, the programming language is structured, aims to eliminate ambiguity, and is based on rules of formal logic and mathematics. It is also similar to natural language in that it uses grammar and symbols. Learning to code is the basis for developing programming skills, which through the play-based approach aims to: • To develop problem-solving skills • In the development of computational thinking • To improve critical thinking • In the development of creativity 3 Learning goals in education Programming with the leaps and bounds of technology is becoming more and more common. Children can now use smartphones and tablets at ages 3 or 4, even before they can read (Calvert, 2015). There is no doubt that today's children will interact with technology throughout their lives, regardless of their career choice. In primary education, children begin their engagement with computer science through: • Visual programming environments • Games • Writing simple algorithms on paper, etc. The English Department for Education (Department for Education, 2013) in the National Curriculum for Computing at Key Stage 1 (ages 5 to 7) states that pupils should be taught concepts to: 60 http://www.i-jim.org Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… 1. Understand what algorithms are and how an algorithm is executed as a program on a digital device 2. To create and identify any errors in simple programs 3. To develop logical thinking to predict the behavior of simple programs However, the learning of computer science concepts in children around the age of 5 depends to a large extent on the teaching methods and programming tools used (Shein, 2014). To achieve this, it requires that all teachers are properly trained to teach the new technologies in computer science as well as that there is equipment available from government agencies to serve the new needs. According to Passey et al.2017, the main arguments for teaching computer science in compulsory education are summarized as follows: • Economic argument Education should develop those skills which are most likely to support a future IT- based economy. • Organizational argument Large organizations increasingly require highly skilled people to support their systems. • Community argument Computing facilities are increasingly being used by 'communities' for social purposes, in addition to organizations and individuals. • Educational argument Because of the speed at which technology is developing, students need to become aware and understand how it should be used responsibly. • Learning Argument Develop problem-solving, collaboration, creativity, and logical thinking skills. • Learner Argument Engaging students in computer science early on so they have the opportunity to see how it can impact their future. 4 Computational thinking and programming According to the World Organization ISTE (International Society for Technology in Education) computational thinking (CT) is a problem-solving process that includes the following characteristics: • Formulating problems in a way that enables us to use a computer and other tools to help solve them. • Logical organization and analysis of data. • Representation of data through abstractions such as models and simulations. • Automating solutions through algorithmic thinking. • Identify, analyze and implement potential solutions to achieve the most effective combination of steps and resources. • Generalize and transfer this solution process to a wide variety of problems. iJIM ‒ Vol. 16, No. 20, 2022 61 Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… According to Wing (2006), computational thinking is a fundamental skill and refers to a set of generally applicable skills that everyone, not just computer scientists, would be willing to learn to use. Regarding the abilities of each child in writing, reading and arithmetic we should add computational thinking, which includes: solving problems, designing systems, and understanding human behavior and is based on the basic concepts of computer science. Computational thinking is thinking in terms of preventing, protecting, and recovering data from the worst-case scenario, through redundancy, damage limitation, and error control. Creativity is also linked to Computational Thinking through divergent thinking, 'challenging' new methodologies, finding patterns, and engaging in ill-defined problems which are a key component of the 'integrated STEAM approach' but also favor STEM skills, 21st-century skills needed for new forms of work. Programming is the set of procedures for writing a computer program, usually as the implementation of some algorithms after careful design, for the automated execution of tasks or solving a computer problem. Programming also includes checking the program to verify its accuracy and correctness (debugging) and preparing the instructions with which a computer will execute the commands specified in the program specification. Programming languages consist of a set of rules for writing commands while writing code, called syntax. They have a compiler that converts the code into machine code so that it can be understood by the computer, the computer executes the code and returns results, and the set of instructions that direct the computer to perform a specific task is called a program. In this educational programming research article, programming languages for beginners will be discussed. In more detail, visual programming environments (VPEs) and programming learning platforms along with their benefits in each educational context. 5 Visual programming Visual Programming Languages (VPLs) were created to be accessible to novice users of all ages. The novice programmer can design programs according to his interests and the immediate feedback provided by the programming environment (creating stories, animations, games, etc.). Visual programming languages are used to create programs through ready-made blocks of commands that are listed in blocks and organized into categories. The user joins the blocks and creates the final program. No need to write commands textually and this is the advantage of visual languages over traditional languages for the novice programming user. Repenning (2017) describes three levels of features that make a successful visual programming environment: 1. Syntax: The use of blocks/icons, forms, and diagrams help to reduce and eliminate syntax errors. 2. Semantics: Visual environments provide some mechanisms to reveal the primitive concepts of programming. Semantics plays an important role in the time it takes a student to create a project. 62 http://www.i-jim.org Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… 3. Pragmatics: Visual environments give information about what a program means in a particular situation, for example how a program works when data is added. Programming languages are designed in such a way that they provide enough functionality that allows users to avoid basic errors while providing the ability to immediately correct the error in a non-executable program. Several studies have been conducted to examine the complexity and associated difficulties students face while learning to program. The results show two main factors related to the learning process. The way of approaching teaching and the motivations that can be developed. Felder and Brent (2005) categorized students into 3 areas based on their learning profile, approach to study and orientations to learning, and intellectual development and concluded that teachers could more effectively promote the intellectual development of students if they could identify key differences in these areas by designing different learning activities and adopting different teaching methods. The New York City government agency's education department in15 developed a program called CS4ALL SEPjr., which would provide computer science education to every public school student for the next ten years. The SEPjr curriculum consists of four main modules: 1. Basic principles of computer science 2. Robot 3. Project-based learning 4. Physical computer use The goals of the program were to increase the number of elementary school students in public schools learning computer science and developing computational thinking and problem-solving skills in real-world settings. The tools teachers used were block-based programming languages, like Scratch, and open-source educational platforms 6 Educational coding platforms The following educational platforms have been created to develop students' skills. They are aimed at Primary and Secondary education students and offer them dynamic and interactive learning experiences making full use of IT and communication technologies by international standards and in particular, by the relevant European directive on new digital schools. In this way, students are introduced to the programming way of thinking from an early age, with the result that they are overall better trained in the way of thinking required by science courses. 6.1 Tynker Tynker is an online creative coding education platform that enables students of all ages to learn to code at home, at school, and on the go. It uses visual programming and aims to help children develop coding skills such as game design, web design, animation, and robotics. The programming languages used are Blocky, Swift, Python, Javascript, iJIM ‒ Vol. 16, No. 20, 2022 63 Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… and HTML/ CSS. Tynker's platform approaches learning more interactively since exercises and code are explained by cartoon characters, designed by the user himself, or by short videos and mini-games. In addition, the user can play ready-made games that promote computational thinking through basic programming concepts. 6.2 Tinkercad Tinkercad is a free, online educational platform that equips the next generation of designers and engineers with the fundamental skills related to 3D design, electronics, and coding. Users through tinkercad can build circuits and program them. The commands used on this platform are similar to the commands used on the rest of the available platforms, so any student who learns to write code commands on one platform can easily learn many corresponding platforms as well. 6.3 Code Combat Code Combat is an educational role-playing video game for learning software programming concepts and languages. This game is recommended for students ages 9- 16. Students learn coding languages such as JavaScript, Python, HTML, and CoffeeScript, as well as the fundamentals of computer science. CodeCombat has 11 modules, 3 game development modules, 2 web development modules, and 6 computer science modules. The first module, Computer Science 1, is free for all students and teachers. Users choose the character, their so-called hero, that they prefer from a set of characters with different abilities. Every hero has strengths and weaknesses. Once the player is selected, the objectives and instructions appear. The game has levels of escalating difficulty. Each level focuses on different learning objectives. For example, Unit 1 focuses on basic programming concepts such as syntax, variables, methods, and parameters. To complete the mission, players must create a working code that controls the character to perform specific tasks, required to complete the level. Once the player finishes writing the coding instructions, the execution of the program begins with an animation based on the instructions: the player character moves locates, and fights enemies. Code Combat’s coding editor guides objectives. In addition, it provides a set of commands (methods) and the student must select the appropriate command to perform the corresponding function. The auto-complete and auto-correct functions allow the user to receive instant feedback and continuous support during the game. 6.4 Code Code.org is a non-profit organization dedicated to expanding schools' access to computer science. The organization's vision is that every student in every school should have the opportunity to learn computer science as part of their basic education. Code.org is supported by donors including Microsoft, Facebook, Amazon, Infosys Foundation, Google, and more. The platform uses a visual programming language, blocky. The logic followed to create a program is drag and drop, ready code sections 64 http://www.i-jim.org Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… organized into categories, and compose the final program. In addition, the editor also can display the code of the blocks in JavaScript. 6.5 Leopard The Leopard platform is a library that makes it easy to create games in JavaScript. It is designed to be easy to use, with the design of the Leopard library closely mimicking that of the Scratch programming language, allowing for direct and easy translation from Scratch to JavaScript. The final code is clear and concise, just like the Scratch project that was created. 7 STEM completion In today's era, where the cognitive area of "complexity" has come to the fore, traditional cognitive areas "struggle" to understand the problems that appear to be solved. As a result, there has been a strong interest in developing ways of "integrated" research methodologies, thus crossing the methodological, epistemological, and ontological assumptions of a single cognitive domain (Psycharis & Kalovrektis, 2021). Also according to (Psycharis & Kalovrektis, 2017), "the integrated STEAM approach" epistemologically belongs to the interdisciplinary or trans-disciplinary approach. The literature shows that many researchers give different interpretations and approaches to the terms "STEM education" and "STEM completion". Interpretations differ on the concepts of multidisciplinarity and transdisciplinary, the meaning of "crossing the boundaries of cognitive domains" and what we mean by the concept of "integration". In the reference (English, 2016), there is a very large number of articles where STEM 'education' and 'completion' are defined in various ways, where the spectrum of definitions starts from monodisciplinary and proceeds continuously to interdisciplinary ( e . e.g. Moore and Smith, 2014; Vasquez et al., 2013; Bryan and Guzey, 2020; Bryan et al., 2015), where the distinction is related to the terms "integration" and "crossing cognitive domains", while sometimes "integration indicators/integrating factors" are also used. A report that presents some of these elements coherently is by (Vasuez et al., 2013). Content integration focuses on bringing together knowledge areas into a single curricular activity that will emphasize the big ideas (the cross-cutting ideas/concepts) that will come from different knowledge areas, while context integration will focus on the content of one knowledge area and will leverage contexts from other cognitive domains to make connections between cognitive domains. Our view is that STEAM integration is an interdisciplinary approach, where through content integration we design a learning activity that aims to teach concepts from all STEM knowledge areas as a unique curricular activity. In this view, the transversal concepts we mentioned, which are implemented through border objects, play a central role. According to the above, we believe that - and according to (Sengupta & Shanahan-, 2017), the emphasis on "STEAM integration" leads to the "union/integration/coexistence" of distinct cognitive areas and practices in a way that reveals the transversal ideas and new iJIM ‒ Vol. 16, No. 20, 2022 65 Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… practices that cross or unite isolated cognitive areas, i.e. cross-cutting concepts can be 'boundary objects'. One view of the interdisciplinary approach - which we agree with some modifications - is that expressed by (Boon Ng, Soo, UNESCO, Exploring STEM competencies for the 21st century, https://learningportal.iiep.unesco.org/en/library/ exploring-stem-competencies-for-the-21st century, 2019). "In the interdisciplinary approach, there is a high level of integration of cognitive areas through a focus on a 'common concept' of what we referred to as 'transversal concepts' (Psycharis & Kalovrektis, 2021; Psycharis, 2021), while learners will be involved in Computational Experiments. 8 Educational robotics Robotics today is considered as the fourth R of learning "Reading, writing arithmetic and Robotics", which modern students must master if they wish to be "present" in a modern world that is constantly evolving. Robotics integrates all the fields of STEM (Science, Technology Engineering, Mathematics), while its educational activities, with an interdisciplinary character, give children the opportunity to approach areas experientially, such as Mechanics, Electronics, Automatic Control, and still the sciences of Computers, Technology, Mathematics, Physics, and Architecture (STEAM). Educational robotics is a flexible learning approach that encourages students to build and control robots using programming languages. This way it combines education with play and turns education into a fun activity. Educational robotics is the branch of education designed to actively introduce students to Robotics and Programming from a very young age. Nowadays there are many educational robots for children and young people. Among them, the most popular are Photon Edu, Botley, Marti, Artie, Finch, Ozo Bot, Blue-Bot, Bee-Bot, Edison, Codey Rockey, and education with Lego. In the case of secondary and higher education, advanced educational robots help students deepen their knowledge of robotics and programming. In addition, high-cost humanoid robots programmed to teach any subject are useful to have in classrooms to attract students' attention and interest in subjects such as computer science, programming, and robotics. Through play, educational robots help children develop computational thinking and cognitive skills through the collaborative process promoted in robotics class. A very important achievement of robotics is familiarity with the science of programming as a multitude of job vacancies can offer them the professional rehabilitation they desire. Following are some of the most known educational robotics. 8.1 Ozobot Ozobot is a programmable robot that helps students’ computational skills, programming skills, and analytical and logical thinking to be developed. It is a small interactive toy that by its sensors recognizes the different coloured lines. Ozobot is a small robot weighing 17 g, but the robot offers users many options. The first is the use 66 http://www.i-jim.org Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… of commands that are a combination of lines of colour (color code language). There are many resources and printable worksheets on the Internet that can be useful for teachers. 8.2 LEGO Mindstorms EV3 This robot is recommended for children over 10 years old. It is a robotics set that includes several sensors, three servo motors, and over 500 LEGO Technic components. Using them students can create different robots that can move, shoot, crawl, etc. It is controlled by a simple and intuitive programming interface. LEGO robotics allows students to design and control robots by LEGO constructors – a favorite game of many children. This is an effective and fun way for students to learn and apply knowledge in the fields of physics, mathematics, computer science, information technology, and even English. With several motors, sensors for light, sound, distance, and touch, a powerful “thinking part” and a little imagination from a LEGO constructor, students build a LEGO robot that can do (almost) everything. LEGO Mindstorms EV3 allows reaching key ideas of STEM disciplines using an easy programming platform. Students are allowed to build design thinking in practice and generate ideas. They easily use LEGO components, design, test, and build models and solve specific problems in teams. In general, the most popular educational robots include according to Iberdrola, a global energy leader are: 1. Makeblock mBot (a robot with wheels designed to introduce children to robotics, programming, and electronics.) 2. Robo wunderkind (set of blocks that the children can connect as they wish to build their robot.) 3. OWI 535 (suitable for young people aged 13 or over.) 4. LEGO Mindstorms EV3 (robotics set that includes several sensors, three servo motors, and, over 500 LEGO Technic components.) 5. NAO (It is a 58-cm high humanoid robot that is constantly evolving.) By educating students in a learning environment that is used and programmed by the students themselves educational robots develop many skills. One of the most important skills is discovery learning which encourages the active participation of individuals and promotes motivation. It enhances autonomy, responsibility, and independence and develops creativity and problem-solving skills. Another skill that develops is that of inclusion. Through robotics, students are assigned roles, they are asked to adapt to unknown content that requires quick specialization and critical thinking. The result is that students boost their self- confidence. Overall through STEM and robotics students learn and master the following skills. • Metacognitive opportunities • Problem Solving Strategies • Variable control approach • Algorithmic thinking • Connection of Virtual and Tangible iJIM ‒ Vol. 16, No. 20, 2022 67 Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… • Fine motor skills • Orientation • Spatial perception 9 Conclusion The incorporation of digital technologies in education domain is very productive, successful and facilitates and improves the educational procedures via Mobiles [74-83], various ICTs applications [84-116], AI & STEM [117-127], and games [128-133]. Additionally the combination of ICTs with theories and models of metacognition, mindfulness, meditation and emotional intelligence cultivation [134-156] as well as with environmental factors and nutrition [70-73], accelerates and improves more over the educational practices and results. Above all and beyond the aforementioned benefits, digital technologies improve the students mental abilities and theirs way of thinking. More specifically, with the contribution of robotics and programming to the learning process, with the tools mentioned in this article, the educator can focus on cultivating and developing critical skills in young people that the 21st century now demands. In particular, the skill of teamwork, problem-solving, innovation, project management, planning, communication as well as valuable mental processes (analytical and synthetic thinking, creativity and critical thinking, and ability). The vision of educational robotics is for all students to develop the above skills, which in the context of globalization are imperative for preparing tomorrow's citizens to be able to contribute positively on a global scale. Through available programming learning tools and combined with appropriate teaching approaches, students can develop skills and knowledge in science, technology, engineering, and mathematics. The goal of all these tools is not to learn proto programming perfectly but to develop computational thinking and problem-solving skills as well as to develop cooperation through the creation of projects to achieve the end goal. Most tools are associated with block-based visual programming because of its ease of use and simple syntax, which encourages users and especially young learners to engage in programming quickly and easily. Users can share their creations, then get feedback from other users and be able to make improvements to their code thereby enhancing the learning outcome. This research study aims to inform parents and teachers about the benefits of programming beyond computer knowledge but also for the acquisition of skills such as problem-solving skills and the acquisition of critical thinking, important benefits for the entire working years of the individual to survive in large companies but also to stand out in a student and work environment. As educators are called upon to use sciences such as robotics and programming to improve all of the aforementioned skills of children, teachers and educators need to identify how they can also take advantage of children's engagement with smart mobile phones. From a very young age, children become familiar with the use of smart devices and the Technology they bring to their daily lives. Educational robotics and programming can also be taught through mobile devices through the corresponding 68 http://www.i-jim.org Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… applications during the hours when young people use mobile phones in their free time through educational platforms. However, the teachers themselves must have the necessary knowledge to convey the information required to their students. The very everyday life of individuals forces us to realize that technology is here to stay and the only way for future generations to benefit from it is to have all the necessary knowledge to pass it on to them. 10 References [1] S. L. Calvert, Children and Digital Media, Ecological Settings and Processes, pp. 375-415, March 2015. [2] E. Shein (2014). Should Everybody Learn to Code? Communications of the ACM (pp. 16- 18), February 2014. https://doi.org/10.1145/2557447 [3] D. Passey, Computer Science (CS) in the Compulsory Education Curriculum: Implications for Future Research, Education and Information Technologies (pp.421–443), March 2016. https://doi.org/10.1007/s10639-016-9475-z [4] X. Ma, J. Liu, S. Li, C. Fan and J. Liang, Computational thinking Ability, Creative Education, (pp. 3270-3285), December 2019. https://doi.org/10.4236/ce.2019.1013250 [5] A. Repenning, (2017). Moving Beyond Syntax: Lessons from 20 Years of BlocksPrograming in AgentSheets, CU Experts, Vol 3 (No 1), pp. 68-91, July 2017. https://doi.org/10.18293/VLSS2017-010 [6] N. Morgan, JavaScript for Kids: A Playful Introduction to Programming, pp. 336, December 2014. [7] R. M. Felder, & R. Brent, Understanding student differences, Journal of Engineering Education 94, pp. 57–72, January 2005. https://doi.org/10.1002/j.2168-9830.2005.tb00829. x [8] M. Mayo, Games for science and engineering education, Communications of ACM, pp. 30- 35, July 2007. https://doi.org/10.1145/1272516.1272536 [9] Ι. Κοτίνι & Σ. Τζελέπη, H Συμβολή της Υπολογιστικής Σκέψης στην Προετοιμασία του Αυριανού Πολίτη, Proceedings of the 4th Conference on Informatics in Education, (pp. 221 – 228), 2012. [10] Κ. Καστής, Επιμόρφωση των εκπαιδευτικών στο σχολείο με τις νέες τεχνολογίες. Αθήνα: Ίδρυμα Μελετών Λαμπράκη, 2001. [11] Τ. Μικρόπουλος, & Ι. Μπέλλου, Σενάρια διδασκαλίας με υπολογιστή, Κλειδάριθμος, 2010 [12] Ε. Μαυρουδή, Α. Πέτρου και Γ. Φεσάκης, Υπολογιστική Σκέψη: Εννοιολογική εξέλιξη, διεθνείς πρωτοβουλίες και προγράμματα σπουδών, Διδακτική της πληροφορικής, October 2014. [13] S. Atmatzidou, S. Demetriadis, Advancing students’ computational thinking skills through educational robotics: A study on age and gender relevant differences, Robotics and Autonomous Systems, Volume 75, pp. 661-670, January 2016. https://doi.org/10.1016/ j.robot.2015.10.008 [14] S. Atmatzidou, S. Demetriadis, How to Support Students’ Computational Thinking Skills in Educational Robotics Activities, Proceedings of 4th International Workshop Teaching Robotics, Teaching with Robotics & 5th International Conference Robotics in Education Padova (Italy), pp. 43-50, July 2014. [15] C. Chalmers, B. Wightman & R. Nason, Engaging students (and their teachers) in STEM through robotics, STEM 2014 Conference. Vancouver, Canada, July 2014. iJIM ‒ Vol. 16, No. 20, 2022 69 https://doi.org/10.1145/2557447 https://doi.org/10.1007/s10639-016-9475-z https://doi.org/10.4236/ce.2019.1013250 https://doi.org/10.18293/VLSS2017-010 https://doi.org/10.1002/j.2168-9830.2005.tb00829.x https://doi.org/10.1002/j.2168-9830.2005.tb00829.x https://doi.org/10.1145/1272516.1272536 https://doi.org/10.1016/j.robot.2015.10.008 https://doi.org/10.1016/j.robot.2015.10.008 Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… [16] S. Papert, Mindstorms: Children, Computers, and Powerful Ideas, 2nd ed. Reading, August 1993. [17] S. Papert, An exploration in the space of Mathematics Education, International Journal of Computers for Mathematics, Vol. 1, No. 1, pp.95-123, January 1996. https://doi.org/ 10.1007/BF00191473 [18] J. Piaget, To understand is to invent, The future of Education, 1974. [19] A. Fotoglou, I. Moraiti, A. Diamantis, V.Stergios, Z. Gavriilidou & A, Drigas, (2022). Nutritious Diet, Physical Activity, and Mobiles. The Game Changers of ADHD. Technium BioChemMed, 3(2), pp. 87–106, July 2022. https://doi.org/10.47577/biochemmed.v3i2. 6916 [20] A. Fotoglou, I. Moraiti, K. Dona, A. Katsimperi, K. Tsionakas, Z. Karabatzaki & A. Drigas, IoT Applications help people with Autism. Technium Social Sciences Journal, 31(1), pp. 115–130, May 2022. https://doi.org/10.47577/tssj.v31i1.6422 [21] I. Moraiti, A. Fotoglou, K. Dona, A. Katsimperi, K. Tsionakas, Z. Karampatzaki & A. Drigas, Assistive Technology and Internet of Things for people with ADHD. Technium Social Sciences Journal, 32(1), pp.204–222, June 2022. https://doi.org/10.47577/tssj. v32i1.6619 [22] I. Moraiti, A. Fotoglou, K. Dona, A. Katsimperi, K. Tsionakas & A. Drigas, IoT in Special Education, Technium Social Sciences Journal, 30(1), pp. 55–63, May 2022. https://doi.org/ 10.47577/tssj.v30i1.6307 [23] S. -H. Yun, J. Park, J. Seo and Y. -J. Kim, Development of an Agile Omnidirectional Mobile Robot With GRF Compensated Wheel-leg Mechanisms for Human Environments, in IEEE Robotics and Automation Letters, vol. 6, no. 4, pp. 8301-8308, Oct. 2021. https://doi.org/ 10.1109/LRA.2021.3098954 [24] E. Humphrey, STEM/STEAM 2022, Microscopy Today, 30(4), pp.38-41, July 2022. https://doi.org/10.1017/S1551929522000906 [25] H. Song, S. Kim, Y. S. Yoo, J. Lee, and H. Yu, Effect of STEAM Education Program Using Flexible Display, International Journal of Information and Education Technology vol. 9, no. 8, pp. 559-563, 2019. https://doi.org/10.18178/ijiet.2019.9.8.1266 [26] Y. -H. Chien, Y. -S. Chang, H. -S. Hsiao and K. -Y. Lin, STEAM-oriented Robot Insect Design Curriculum for K-12 Students, 7th World Engineering Education Forum (WEEF), pp. 1-4, 2017. https://doi.org/10.1109/WEEF.2017.8466970 [27] J.M. Jachimowicz, B. Szasz, M. Lukas, et al. Higher economic inequality intensifies the financial hardship of people living in poverty by fraying the community buffer. Nat Hum Behavior, March 2020. https://doi.org/10.31234/osf.io/hpkb2 [28] I. F. Silveira, R. Motz and C. V. De Carvalho, Inclusive Educational Resources, in IEEE Revista Iberoamericana de Tecnologias del Aprendizaje, vol. 14, no. 1, pp. 1-2, Feb. 2019. [29] D. Izquierdo, N. Huesman, A. Serebrenik and G. Robles, OpenStack Gender Diversity Report, in IEEE Software, vol. 36, no. 1, pp. 28-33, Jan.-Feb. 2019. https://doi.org/10.1109/ RITA.2019.2909674 [30] A. Peixoto, Diversity and inclusion in engineering education: Looking through the gender question, IEEE Global Engineering Education Conference (EDUCON), pp. 2071-2075, 2018. https://doi.org/10.1109/EDUCON.2018.8363494 [31] J. D. Stolk, K. Hubbard, and S. Çetinkaya, Critical mass or critical culture? Gendered perceptions of women and men in an engineering school, IEEE Frontiers in Education Conference (FIE), pp. 1-5, Indianapolis, IN, 2017. https://doi.org/10.1109/FIE.2017. 8190516 70 http://www.i-jim.org https://doi.org/10.1007/BF00191473 https://doi.org/10.1007/BF00191473 https://doi.org/10.47577/biochemmed.v3i2.6916 https://doi.org/10.47577/biochemmed.v3i2.6916 https://doi.org/10.47577/tssj.v31i1.6422 https://doi.org/10.47577/tssj.v32i1.6619 https://doi.org/10.47577/tssj.v32i1.6619 https://doi.org/10.47577/tssj.v30i1.6307 https://doi.org/10.47577/tssj.v30i1.6307 https://doi.org/10.1109/LRA.2021.3098954 https://doi.org/10.1109/LRA.2021.3098954 https://doi.org/10.1017/S1551929522000906 https://doi.org/10.18178/ijiet.2019.9.8.1266 https://doi.org/10.1109/WEEF.2017.8466970 https://doi.org/10.31234/osf.io/hpkb2 https://doi.org/10.1109/RITA.2019.2909674 https://doi.org/10.1109/RITA.2019.2909674 https://doi.org/10.1109/EDUCON.2018.8363494 https://doi.org/10.1109/FIE.2017.8190516 https://doi.org/10.1109/FIE.2017.8190516 Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… [32] J. A. Ruipérez-Valiente, M. Jenner, T. Staubitz, X. Li, T. Rohloff, S.Halawa, C. Turro, Y. Cheng, J. Zhang, I. Despujol, and J. Reich, Macro MOOC learning analytics: exploring trends across global and regional providers, In Proceedings of the Tenth. International Conference on Learning Analytics & Knowledge. Association for Computing Machinery, New York, NY, The USA, pp.518–523, 2020. [33] F. Mondada, Bringing Robotics to Formal Education: The Thymio Open-Source Hardware Robot, in IEEE Robotics & Automation Magazine, vol. 24, no. 1, pp. 77-85, March 2017. https://doi.org/10.1109/MRA.2016.2636372 [34] L.Daniela, M.D. Lytras, Educational Robotics for Inclusive Education. Tech Know Learn 24, pp.219–225, 2019. https://doi.org/10.1007/s10758-018-9397-5 [35] K. Ninh, 2019. “IEEE Eta Kappa Nu Service After Graduation: Can STEAM Education Help Lift Developing Nations?, IEEE Women in Engineering Magazine, 13(1), pp.18-20, 2019. https://doi.org/10.1109/MWIE.2019.2902994 [36] J. Barnes, S.M. FakhrHosseini, E. Vasey, J. Ryan, C.H. Park, and M. Jeon, Promoting STEAM education with child-robot musical theater. In 2019 14th ACM/IEEE International Conference on Human-Robot Interaction (HRI) (pp. 366-366), March 2019. https://doi.org/10.1109/HRI.2019.8673311 [37] A. D. Kney, J. C. Tatu, M. Marlin, and X. Meng, "Transforming STEM to STEAM (Work in Progress): How a traditionally run STEM camp successfully incorporated the arts into its framework," IEEE Integrated STEM Education Conference (ISEC), Princeton, NJ, 2016, pp. 1-4, 2016. [38] C. Poindexter, D. Reinhart, B. Swan and V. McNeil, "The University of Central Florida STEAM program: Where engineering education and Art Meet," 2016 IEEE Frontiers in Education Conference (FIE), Erie, PA, pp. 1-7, USA, 2016. https://doi.org/10.1109/FIE.2016.7757414 [39] S. Tzeng, H. Nieh, J. Chen and Y. Guo, "From STEM to STEAM: LED Light-Adjusting and Paper-Curved Pop Up Card Hands-On Curriculum Module Design," 2018 World Engineering Education Forum - Global Engineering Deans Council (WEEF-GEDC), Albuquerque, NM, pp. 1-6, 2018. https://doi.org/10.1109/WEEF-GEDC.2018.8629779 [40] A. Peixoto et al., "Robotics tips and tricks for inclusion and integration of students," 2018 IEEE Global Engineering Education Conference (EDUCON), Tenerife, pp. 2037-2041, 2018. https://doi.org/10.1109/EDUCON.2018.8363487 [41] R. Strachan, A. Peixoto, I. Emembolu and M. T. Restivo, "Women in engineering: Addressing the gender gap, exploring trust and our unconscious bias," IEEE Global Engineering Education Conference (EDUCON), Tenerife, pp. 2088-2093, 2018. https://doi.org/10.1109/EDUCON.2018.8363497 [42] P. Plaza et al., Local MOOC Solution for Tight Budgets or Limited Internet Access, Learning With MOOCS (LWMOOCS), pp. 13-16, Madrid, 2018. https://doi.org/10.1109/ LWMOOCS.2018.8534683 [43] P. Plaza, "Portable Blended MOOC Laboratory," 2019 IEEE Learning With MOOCS (LWMOOCS), pp. 15-20, Milwaukee, WI, USA, 2019. https://doi.org/10.1109/ LWMOOCS47620.2019.8939655 [44] T. Restivo, F. Chouzal, J. Rodrigues, P. Menezes and J. B. Lopes, "Augmented reality to improve STEM motivation," 2014 IEEE Global Engineering Education Conference (EDUCON), Istanbul, pp. 803-806, 2014. https://doi.org/10.1109/EDUCON.2014.6826187 [45] T. F. Andrade, M. R. Quintas and M. T. Restivo, "Remote demo for encoders' tutorial," 2nd Experiment@ International Conference (exp.at'13), Coimbra, pp. 199-200, 2013. iJIM ‒ Vol. 16, No. 20, 2022 71 https://doi.org/10.1109/MRA.2016.2636372 https://doi.org/10.1007/s10758-018-9397-5 https://doi.org/10.1109/MWIE.2019.2902994 https://doi.org/10.1109/HRI.2019.8673311 https://doi.org/10.1109/FIE.2016.7757414 https://doi.org/10.1109/WEEF-GEDC.2018.8629779 https://doi.org/10.1109/EDUCON.2018.8363487 https://doi.org/10.1109/EDUCON.2018.8363497 https://doi.org/10.1109/LWMOOCS.2018.8534683 https://doi.org/10.1109/LWMOOCS.2018.8534683 https://doi.org/10.1109/LWMOOCS47620.2019.8939655 https://doi.org/10.1109/LWMOOCS47620.2019.8939655 https://doi.org/10.1109/EDUCON.2014.6826187 Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… [46] P. Plaza, E. Sancristobal, G. Carro, M. Castro and M. Blazquez, "Scratch day to introduce robotics," IEEE Global Engineering Education Conference (EDUCON), Tenerife, pp. 208- 216, 2018. https://doi.org/10.1109/EDUCON.2018.8363230 [47] P. Plaza, "STEM and Educational Robotics Using Scratch," IEEE Global Engineering Education Conference (EDUCON), Dubai, United Arab Emirates, pp. 330-336, 2019. https://doi.org/10.1109/EDUCON.2019.8725028 [48] P. Plaza, "Scratch as Driver to Foster Interests for STEM and Educational Robotics," in IEEE Revista Iberoamericana de Tecnologias del Aprendizaje, vol. 14, no. 4, pp. 117-126, Nov. 2019. https://doi.org/10.1109/RITA.2019.2950130 [49] P. Plaza, E. Sancristobal, G. Carro and M. Castro, "Home-made robotic education, a new way to explore," IEEE Global Engineering Education Conference (EDUCON), Athens, pp. 132-136, 2017. https://doi.org/10.1109/EDUCON.2017.7942837 [50] P. Plaza, "Crumble as an educational tool to introduce robotics," XIII Technologies Applied to Electronics Teaching Conference (TAEE), La Laguna, pp. 1-7, 2018. https://doi.org/ 10.1109/TAEE.2018.8476054 [51] P. Plaza, G. Carro, M. Blazquez, E. Sancristobal, M. Castro and F. García-Loro, "First steps in robotics using Crumble as a friendly platform," 5th Experiment International Conference (exp.at'19), Funchal (Madeira Island), Portugal, pp. 371-376, 2019. https://doi.org/10.1109/ EXPAT.2019.8876530 [52] P. Plaza, E. Sancristobal, G. Fernandez, M. Castro and C. Pérez, Collaborative robotic educational tool based on programmable logic and Arduino, Technologies Applied to Electronics Teaching (TAEE), Seville, pp. 1-8, 2016. https://doi.org/10.1109/TAEE.2016. 7528380 [53] P. Plaza et al., Arduino as an Educational Tool to Introduce Robotics, IEEE International Conference on Teaching, Assessment, and Learning for Engineering (TALE), Wollongong, NSW, pp. 1-8, 2018. https://doi.org/10.1109/TALE.2018.8615143 [54] P. Plaza, E. Sancristobal, G. Carro, M. Castro, M. Blazquez and F. García-Loro, "Multiplatform Educational Robotics Course to Introduce Children in Robotics," 2018 IEEE Frontiers in Education Conference (FIE), San Jose, CA, USA, pp. 1-9, 2018. https://doi.org/ 10.1109/FIE.2018.8658513 [55] P. Plaza, E. Sancristobal, G. Carro, F. Garcia‐Loro, M. Blazquez, M. Castro, European Robotics Week to introduce robotics and promote engineering, Comput Appl Eng Educ., pp.1068–1080, 2018. https://doi.org/10.1002/cae.21966 [56] P. Plaza, E. Sancristobal, G. Carro, M. Castro, M. Blazquez and A. Peixoto, Traffic lights through multiple robotic educational tools, IEEE Global Engineering Education Conference (EDUCON), Tenerife, 2018, pp. 2015-2020, 2018. https://doi.org/10.1109/EDUCON. 2018.8363483 [57] P. Plaza, E. Sancristobal, G. Carro, M. Castro, M. Blazquez and F. García-Loro, Lighting through educational robotics, XIII Technologies Applied to Electronics Teaching Conference (TAEE), La Laguna, pp. 1-7, 2018. https://doi.org/10.1109/TAEE.2018.8475 986 [58] Th. Stavridou, A.M. Driga, A. Drigas, Blood Markers in Detection of Autism, International Journal of Recent Contributions from Engineering Science & IT (iJES), pp.79-86, 2021. https://doi.org/10.3991/ijes.v9i2.21283 [59] A. Zavitsanou, &A. Drigas, Nutrition in mental and physical health. Technium Soc. Sci. J., pp. 23, 67, 2021. https://doi.org/10.47577/tssj.v23i1.4126 [60] A.M Driga, A. Drigas, Climate Change 101: How Everyday Activities Contribute to the Ever-Growing Issue, International Journal of Recent Contributions from Engineering, Science & IT, vol. 7(1), pp. 22-31, 2019. https://doi.org/10.3991/ijes.v7i1.10031 72 http://www.i-jim.org https://doi.org/10.1109/EDUCON.2018.8363230 https://doi.org/10.1109/EDUCON.2019.8725028 https://doi.org/10.1109/RITA.2019.2950130 https://doi.org/10.1109/EDUCON.2017.7942837 https://doi.org/10.1109/TAEE.2018.8476054 https://doi.org/10.1109/TAEE.2018.8476054 https://doi.org/10.1109/EXPAT.2019.8876530 https://doi.org/10.1109/EXPAT.2019.8876530 https://doi.org/10.1109/TAEE.2016.7528380 https://doi.org/10.1109/TAEE.2016.7528380 https://doi.org/10.1109/TALE.2018.8615143 https://doi.org/10.1109/FIE.2018.8658513 https://doi.org/10.1109/FIE.2018.8658513 https://doi.org/10.1002/cae.21966 https://doi.org/10.1109/EDUCON.2018.8363483 https://doi.org/10.1109/EDUCON.2018.8363483 https://doi.org/10.1109/TAEE.2018.8475986 https://doi.org/10.1109/TAEE.2018.8475986 https://doi.org/10.3991/ijes.v9i2.21283 https://doi.org/10.47577/tssj.v23i1.4126 https://doi.org/10.3991/ijes.v7i1.10031 Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… [61] A.M Driga and A. Drigas, ADHD in the Early Years: Pre-Natal and Early Causes and Alternative Ways of Dealing, International Journal of Online and Biomedical Engineering (IJOE), vol. 15, no. 13, p. 95, 2019. https://doi.org/10.3991/ijoe.v15i13.11203 [62] J. Vlachou and A. Drigas, Mobile technology for students and adults with Autistic Spectrum Disorders (ASD), International Journal of Interactive Mobile Technologies, vol. 11(1), pp. 4-17, 2017. https://doi.org/10.3991/ijim.v11i1.5922 [63] C. Papoutsi, A. S. Drigas, and C. Skianis, Mobile Applications to Improve Emotional Intelligence in Autism – A Review, Int. J. Interact. Mob. Technol. (iJIM); Vol 12, No 6, 2018. https://doi.org/10.3991/ijim.v12i6.9073 [64] Z. Karabatzaki, A. Stathopoulou, G. Kokkalia, E. Dimitriou, P.I. Loukeri, A. Economou & A.S Drigas, Mobile Application Tools for Students in Secondary Education. An Evaluation Study, International Journal of Interactive Mobile Technologies (iJIM), 12(2), pp. 142-161, 2018. https://doi.org/10.3991/ijim.v12i2.8158 [65] A. S Drigas and P. Angelidakis, Mobile Applications within Education: An Overview of Application Paradigms in Specific Categories', International Journal of Interactive Mobile Technologies (iJIM), vol. 11, no. 4, p. 17, May 2017. https://doi.org/10.3991/ijim.v11i4. 6589 [66] A. Stathopoulou, D. Loukeris, Z. Karabatzaki, E. Politi, Y. Salapata, and A. S Drigas, “Evaluation of Mobile Apps Effectiveness in Children with Autism Social Training via Digital Social Stories,” Int. J. Interact. Mob. Technol. (iJIM); Vol 14, No 03, 2020. https://doi.org/10.3991/ijim.v14i03.10281 [67] A. Stathopoulou, Mobile assessment procedures for mental health and literacy skills in education. International Journal of Interactive Mobile Technologies, 12(3), pp.21-37, 2018. [68] A. S Drigas, G. Kokkalia & M.D Lytras, Mobile and Multimedia Learning in Preschool Education. J. Mobile Multimedia, pp. 119–133, 2015. https://doi.org/10.3991/ijim.v12i3. 8038 [69] A. Stathopoulou, Z. Karabatzaki, G. Kokkalia, E. Dimitriou, P.I. Loukeri, A. Economou, and A. S Drigas, Mobile assessment procedures for mental health and literacy skills in education, International Journal of Interactive Mobile Technologies (iJIM), pp. 21-37, 2018. https://doi.org/10.3991/ijim.v12i3.8038 [70] A. S Drigas, R. Ioannidou, G. Kokkalia, and M. Lytras, ICTs, mobile learning and social media to enhance learning for attention difficulties, Journal of Universal Computer Science, Vol. 20 No. 10, pp. 1499-1510, 2014. [71] G. K. Kokkalia and A. S. Drigas, Mobile learning for special preschool education, International Journal of Interactive Mobile Technologies, vol. 10 (1), pp. 60-67, 2016. https://doi.org/10.3991/ijim.v10i1.5288 [72] M.A. Pappas, C. Papoutsi, A.S Drigas, Policies, Practices, and Attitudes Toward Inclusive Education: The Case of Greece. Soc. Sci. 2018. https://doi.org/10.3390/socsci7060090 [73] A.S Drigas & R.E Ioannidou, ICTs in special education: A review. In World Summit on Knowledge Society, pp. 357-364, Springer, Berlin, Heidelberg, September 2011. https://doi.org/10.1007/978-3-642-35879-1_43 [74] A.S.Drigas, J.Vrettaros, L.Stavrou, D.Kouremenos, E-learning Environment for Deaf people in the E-Commerce and New Technologies Sector, WSEAS Transactions on Information Science and Applications, Issue 5, Volume 1, November 2004. [75] A.S. Drigas, J. Vrettaros, D. Kouremenos, ‘Teleeducation and e-learning services for teaching English as a second language to deaf people, whose first language is the sign language’, WSEAS Transactions on Information Science and Applications, Vol. 1, No. 3, pp.834–842, November 2004 iJIM ‒ Vol. 16, No. 20, 2022 73 https://doi.org/10.3991/ijoe.v15i13.11203 https://doi.org/10.3991/ijim.v11i1.5922 https://doi.org/10.3991/ijim.v12i6.9073 https://doi.org/10.3991/ijim.v12i2.8158 https://doi.org/10.3991/ijim.v11i4.6589 https://doi.org/10.3991/ijim.v11i4.6589 https://doi.org/10.3991/ijim.v14i03.10281 https://doi.org/10.3991/ijim.v12i3.8038 https://doi.org/10.3991/ijim.v12i3.8038 https://doi.org/10.3991/ijim.v12i3.8038 https://doi.org/10.3991/ijim.v10i1.5288 https://doi.org/10.3390/socsci7060090 https://doi.org/10.1007/978-3-642-35879-1_43 Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… [76] A.S. Drigas, L. Koukianakis, Y. Papagerasimou, Towards an ICT-based psychology: Epsychology, Computers in Human Behavior, 2011. https://doi.org/10.1016/j.chb.2010.07. 045 [77] F. Charami, A. Drigas, ICTs in English Learning and Teaching, International Journal of Engineering and Science, pp. 4-10, October 2014. [78] A.S. Drigas, D. Kouremenos, An e-learning system for the deaf people. In: WSEAS transaction on advances in engineering education, vol 2, issue 1, pp. 20–24, July 2005. [79] A.S. Drigas, M. Pappas and M. Lytras, “Emerging technologies for ict based education for dyscalculia: Implications for computer engineering education,” International Journal of Engineering Education, vol. 32, no. 4, pp. 1604–1610, 2016. [80] A. Drigas & G. Kokkalia, ICTs and Special Education in Kindergarten, International Journal of Emerging Technologies in Learning 9 (4), pp. 35–42, June 2014. https://doi.org/ 10.3991/ijet.v9i4.3662 [81] A. Drigas and L. Koukianakis, A Modular Environment for E-learning and E-psychology Applications, WSEAS Transactions on Information Science and Application, Vol. 3, 2004, pp. 2062-2067, 2004. [82] A. Drigas, P. Leliopoulos, Business to consumer (B2C) e-commerce decade evolution, Int. J. Knowl. Soc. Res. (IJKSR), pp.1–10, October 2013. https://doi.org/10.4018/ijksr. 2013100101 [83] M. Pappas, A. Drigas, Y. Papagerasimou, H. Dimitriou, N. Katsanou & S. Papakonstantinou, Female Entrepreneurship and Employability in the Digital Era: The Case of Greece. Journal of Open Innovation: Technology, Market, and Complexity, May 2018. https://doi.org/10.3390/joitmc4020015 [84] G. Papanastasiou, A. Drigas, Ch. Skianis, M. Lytras & E. Papanastasiou, “Patient-Centric ICTs based Healthcare for students with learning, physical and/or sensory disabilities,” Telemat Inform, vol. 35, no. 4, pp. 654–664, 2018. https://doi.org/10.1016/j.tele.2017.09. 002 [85] A. Drigas & M.T.L. Kontopoulou, ICTs based Physics Learning, International Journal of Engineering Pedagogy (iJEP), pp. 53-59, July 2016. https://doi.org/10.3991/ijep.v6i3.5899 [86] G. Papanastasiou, A. Drigas, C. Skianis and M. Lytras, Brain computer interface based applications for training and rehabilitation of students with neurodevelopmental disorders. A literature review, Heliyon 6, September 2020. https://doi.org/10.1016/j.heliyon.2020. e04250 [87] A. S. Drigas, J. Vrettaros, and D. Kouremenos, “An e-learning management system for the deaf people,” AIKED ’05: Proceedings of the Fourth WSEAS International Conference on Artificial Intelligence, Knowledge Engineering Data Bases, article number 28, July 2006. [88] M. Pappas, E. Demertzi, Y. Papagerasimou, L. Koukianakis, D. Kouremenos, I. Loukidis, and A. Drigas, E-Learning for deaf adults from a user-centered perspective, Education Sciences 8, pp. 3-15, November 2018. https://doi.org/10.3390/educsci8040206 [89] A. M. Pappas, E. Demertzi, Y. Papagerasimou, L. Koukianakis, N. Voukelatos, and A. Drigas, CognitiveBased E-Learning Design for Older Adults, Social Sciences 8, p.6, January 2019. https://doi.org/10.3390/socsci8010006 [90] A. Drigas, L. Koukianakis, Government online: An e-government platform to improve public administration operations and services delivery to the citizen, WSKS, volume 5736 de Lecture Notes in Computer Science, pp. 523–532. Springer, September 2009. https://doi.org/ 10.1007/978-3-642-04754-1_53 [91] P.Theodorou, A. Drigas, ICTs and Music in Generic Learning Disabilities, Int. J. Emerg. Technol. Learn., pp.101–110, April 2017. https://doi.org/10.3991/ijet.v12i04.6588 74 http://www.i-jim.org https://doi.org/10.1016/j.chb.2010.07.045 https://doi.org/10.1016/j.chb.2010.07.045 https://doi.org/10.3991/ijet.v9i4.3662 https://doi.org/10.3991/ijet.v9i4.3662 https://doi.org/10.4018/ijksr.2013100101 https://doi.org/10.4018/ijksr.2013100101 https://doi.org/10.3390/joitmc4020015 https://doi.org/10.1016/j.tele.2017.09.002 https://doi.org/10.1016/j.tele.2017.09.002 https://doi.org/10.3991/ijep.v6i3.5899 https://doi.org/10.1016/j.heliyon.2020.e04250 https://doi.org/10.1016/j.heliyon.2020.e04250 https://doi.org/10.3390/educsci8040206 https://doi.org/10.3390/socsci8010006 https://doi.org/10.1007/978-3-642-04754-1_53 https://doi.org/10.1007/978-3-642-04754-1_53 https://doi.org/10.3991/ijet.v12i04.6588 Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… [92] A. Drigas, G. Kokkalia & M.D Lytras, ICT and collaborative co-learning in preschool children who face memory difficulties, Computers in Human Behavior, pp. 645–651, October 2015. https://doi.org/10.1016/j.chb.2015.01.019 [93] M.A. Pappas & A.S. Drigas, ICT based screening tools and etiology of dyscalculia, International Journal of Engineering Pedagogy, pp. 61-66, August 2015. https://doi.org/ 10.3991/ijep.v5i3.4735 [94] A. Drigas & I. Kostas, On Line and other ICTs Applications for teaching math in Special Education, International Journal of Recent Contributions from Engineering, Science & IT (iJES), 2(4), pp-46, October 2014. https://doi.org/10.3991/ijes.v2i4.4204 [95] A. Alexopoulou, A. Batsou and A. Drigas, Resilience and academic underachievement in gifted students: causes, consequences and strategic methods of prevention and intervention, International Journal of Online and Biomedical Engineering (iJOE), vol. 15, no. 14, pp. 78, October 2019. https://doi.org/10.3991/ijoe.v15i14.11251 [96] M.A. Pappas & A. Drigas, ICT Based Screening Tools and Etiology of Dyscalculia, International Journal of Engineering Pedagogy, August 2015. [97] A. Drigas & R.E. Ioannidou, Special education and ICT's, International Journal of Emerging Technologies in Learning 8(2), pp. 41– 47, May 2013. https://doi.org/10.3991/ ijet.v8i2.2514 [98] A. Drigas & G. Papanastasiou, Interactive White Boards in Preschool and Primary Education, International Journal of Online and Biomedical Engineering (iJOE), 10(4), pp.46–51, June 2014. https://doi.org/10.3991/ijoe.v10i4.3754 [99] A.S Drigas, and S. Politi-Georgousi, Icts as a distinct detection approach for dyslexia screening: A contemporary view, International Journal of Online and Biomedical Engineering (iJOE), pp. 46–60, September 2019. https://doi.org/10.3991/ijoe.v15i13.11011 [100] N. L. Bakola, N. D. Rizos, A. S. Drigas, ICTs for Emotional and Social Skills Development for Children with ADHD and ASD Co-existence, International Journal of Emerging Technologies in Learning (iJET), March 2019. https://doi.org/10.3991/ijet.v14i05.9430 [101] E.Z. Kontostavlou & A.S. Drigas, The Use of Information and Communications Technology (ICT) in Gifted Students, International Journal of Recent Contributions from Engineering, Science and IT, 7(2), pp. 60-67, June 2019. https://doi.org/10.3991/ijes.v7i2.10815 [102] A. Drigas and J. A. Vlachou, “Information and communication technologies (ICTs) and autistic spectrum disorders (ASD),” Int. J. Recent Contrib. Eng. Sci. IT (iJES), vol. 4, no. 1, p. 4, 2016. https://doi.org/10.3991/ijes.v4i1.5352 [103] A. Drigas, L. Koukianakis, Y. Papagerasimou, Yannis, An elearning environment for nontraditional students with sight disabilities, Frontiers in Education Conference, 36th Annual. IEEE, p. 23-27, October 2006. https://doi.org/10.1109/FIE.2006.322633 [104] A. Drigas and L. Koukianakis, An open distance learning e-system to support SMEs e- enterprising, In proceeding of 5th WSEAS International conference on Artificial intelligence, knowledge engineering, data bases, February 2006. [105] C. Kefalis and A. Drigas,Web Based and Online Applications in STEM Education, International Journal of Engineering Pedagogy (iJEP) 9, pp.76– 85, August 2019. https://doi.org/10.3991/ijep.v9i4.10691 [106] A. S. Drigas, R. E. Ioannidou, A Review on Artificial Intelligence in Special Education, Information Systems, Elearning, and Knowledge Management Research Communications in Computer and Information Science Volume 278, pp. 385-391, 2013. https://doi.org/ 10.1007/978-3-642-35879-1_46 [107] A. Drigas, J. Vrettaros, An Intelligent Tool for Building e-Learning Contend-Material Using Natural Language in Digital Libraries, WSEAS Transactions on Information Science and Applications 5(1), pp. 1197–1205, 2004. iJIM ‒ Vol. 16, No. 20, 2022 75 https://doi.org/10.1016/j.chb.2015.01.019 https://doi.org/10.3991/ijep.v5i3.4735 https://doi.org/10.3991/ijep.v5i3.4735 https://doi.org/10.3991/ijes.v2i4.4204 https://doi.org/10.3991/ijoe.v15i14.11251 https://doi.org/10.3991/ijet.v8i2.2514 https://doi.org/10.3991/ijet.v8i2.2514 https://doi.org/10.3991/ijoe.v10i4.3754 https://doi.org/10.3991/ijoe.v15i13.11011 https://doi.org/10.3991/ijet.v14i05.9430 https://doi.org/10.3991/ijes.v7i2.10815 https://doi.org/10.3991/ijes.v4i1.5352 https://doi.org/10.1109/FIE.2006.322633 https://doi.org/10.3991/ijep.v9i4.10691 https://doi.org/10.1007/978-3-642-35879-1_46 https://doi.org/10.1007/978-3-642-35879-1_46 Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… [108] A.S. Drigas, J. Vrettaros, L.G. Koukianakis and J.G. Glentzes, A Virtual Lab and e-learning system for renewable energy sources, Int. Conf. on Educational Tech, pp.149-153, July 2018. [109] A.S. Drigas, K. Argyri, J. Vrettaros, Decade review (1999-2009): artificial intelligence techniques in student modeling, In: World Summit on Knowledge Society, Springer, pp 552– 564, September 2009. https://doi.org/10.1007/978-3-642-04757-2_59 [110] J. Vrettaros, A. Tagoulis, N. Giannopoulou & A. Drigas, An empirical study on the use of Web 2.0 by Greek adult instructors in educational procedures, World Summit on Knowledge System (WSKS), pp. 164-170, September 2009. https://doi.org/10.1007/978-3-642-04757- 2_18 [111] A. Drigas, A. Dourou, A Review on ICTs, E-Learning and Artificial Intelligence for Dyslexic's Assistance, iJet, pp. 63-67, June 2013. https://doi.org/10.3991/ijet.v8i4.2980 [112] A.S. Drigas, E.R. Ioannidou, Artificial intelligence in special education: A decade review, International Journal of Engineering Education, vol. 28, no. 6, pp. 1366-1372, 2012. [113] A.S. Drigas and P. Leliopoulos, The Use of Big Data in Education, International Journal of Computer Science Issues, Vol. 11, Issue 5, pp. 58-63, September 2014. [114] P. Anagnostopoulou, V. Alexandropoulou, G. Lorentzou, A. Lykothanasi, P. Ntaountaki, P., & A. Drigas, Artificial intelligence in autism assessment, International Journal of Emerging Technologies in Learning, pp. 95-107, March 2020. https://doi.org/10.3991/ijet.v15i06. 11231 [115] M. Pappas & A. Drigas, Incorporation of artificial intelligence tutoring techniques in mathematics, International Journal of Engineering Pedagogy, pp.12–16, November 2016. https://doi.org/10.3991/ijep.v6i4.6063 [116] G.P. Papanastasiou, A.S. Drigas & C. Skianis, Serious games in preschool and primary education: Benefits and impacts on curriculum course syllabus, International Journal of Emerging Technologies in Learning, pp. 44–56, January 2017. https://doi.org/10.3991/ ijet.v12i01.6065 [117] G. Kokkalia, A. Drigas, A. Economou, P. Roussos & S. Choli, The use of serious games in preschool education, International Journal of Emerging Technologies in Learning, pp.15- 27, December 2016. https://doi.org/10.3991/ijet.v12i11.6991 [118] A.S. Drigas and M. A. Pappas, Online and other Game-Based Learning for Mathematics, International Journal of Online Engineering (iJOE), pp.62-67, August 2015. https://doi.org/ 10.3991/ijoe.v11i4.4742 [119] G. Papanastasiou, A. Drigas, C. Skianis & M.D Lytras, Serious games in K-12 education: Benefits and impacts on students with attention, memory and developmental disabilities, Program Electronic Library and Information Systems, pp.424-440, October 2017. https://doi.org/10.1108/PROG-02-2016-0020 [120] A. S. Drigas & G.K. Kokkalia, ICTs in Kindergarten, International Journal of Emerging Technologies in Learning, pp.52-58, March 2014. https://doi.org/10.3991/ijet.v9i2.3278 [121] G. Kokkalia, A. Drigas & A. Economou, The role of games in special preschool education, International Journal of Emerging Technologies in Learning (iJET), pp. 30-35, December 2016. https://doi.org/10.3991/ijet.v11i12.5945 [122] A. Drigas & E. Mitsea, The 8 Pillars of Metacognition, International Journal of Emerging Technologies in Learning (iJET), pp.162-178, November 2020. https://doi.org/10.3991/ ijet.v15i21.14907 [123] A. Drigas & C. Papoutsi, Emotional intelligence as an important asset for HR in organizations: Leaders and employees, International Journal of Advanced Corporate Learning, pp.58-66, April 2019. https://doi.org/10.3991/ijac.v12i1.9637 76 http://www.i-jim.org https://doi.org/10.1007/978-3-642-04757-2_59 https://doi.org/10.1007/978-3-642-04757-2_18 https://doi.org/10.1007/978-3-642-04757-2_18 https://doi.org/10.3991/ijet.v8i4.2980 https://doi.org/10.3991/ijet.v15i06.11231 https://doi.org/10.3991/ijet.v15i06.11231 https://doi.org/10.3991/ijep.v6i4.6063 https://doi.org/10.3991/ijet.v12i01.6065 https://doi.org/10.3991/ijet.v12i01.6065 https://doi.org/10.3991/ijet.v12i11.6991 https://doi.org/10.3991/ijoe.v11i4.4742 https://doi.org/10.3991/ijoe.v11i4.4742 https://doi.org/10.1108/PROG-02-2016-0020 https://doi.org/10.3991/ijet.v9i2.3278 https://doi.org/10.3991/ijet.v11i12.5945 https://doi.org/10.3991/ijet.v15i21.14907 https://doi.org/10.3991/ijet.v15i21.14907 https://doi.org/10.3991/ijac.v12i1.9637 Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… [124] A. Drigas and M. Pappas, “The Consciousness-Intelligence-Knowledge Pyramid: An 8x8 Layer Model,” International Journal of Recent Contributions from Engineering, Science & IT (iJES), vol. 5, no.3, pp 14-25, 2017. https://doi.org/10.3991/ijes.v5i3.7680 [125] E. Mitsea & A. Drigas, A journey into the metacognitive learning strategies, International Journal of Online & Biomedical Engineering, pp. 4-20, October 2019. https://doi.org/ 10.3991/ijoe.v15i14.11379 [126] A. Drigas, M. Karyotaki, Attentional control and other executive functions, Int J Emerg Technol Learn iJET 12, pp. 219–233, February 2017. https://doi.org/10.3991/ijet.v12i03. 6587 [127] A. Drigas, M. Karyotaki, Learning Tools and Application for Cognitive Improvement, International Journal of Engineering Pedagogy, pp. 71-77, May 2016. https://doi.org/ 10.3991/ijep.v4i3.3665 [128] A. Drigas & E. Mitsea, 8 Pillars X 8 Layers Model of Metacognition: Educational Strategies, Exercises &Trainings, International Journal of Online & Biomedical Engineering, pp. 115- 134, August 2021. https://doi.org/10.3991/ijoe.v17i08.23563 [129] A. Drigas, C. Papoutsi, The Need for Emotional Intelligence Training Education in Critical and Stressful Situations: The Case of COVID-19, Int. J. Recent Contrib. Eng. Sci. IT, pp. 20–35, September 2020. https://doi.org/10.3991/ijes.v8i3.17235 [130] A. Drigas & E. Mitsea, The Triangle of Spiritual Intelligence, Metacognition and Consciousness, International Journal of Recent Contributions from Engineering, Science & IT (iJES), pp. 4-23, March 2020. https://doi.org/10.3991/ijes.v8i1.12503 [131] G. Kokkalia, A. Drigas, A. Economou & P. Roussos, School readiness from kindergarten to primary school, International Journal of Emerging Technologies in Learning, pp. 4-18, June 2019. https://doi.org/10.3991/ijet.v14i11.10090 [132] A. Drigas & E. Mitsea, Metacognition, stress-relaxation balance & related hormones, International Journal of Recent Contributions from Engineering, Science & IT (iJES), 9(1), pp. 4–16, March 2021. https://doi.org/10.3991/ijes.v9i1.19623 [133] M. Pappas, A. Drigas, Computerized Training for Neuroplasticity and Cognitive Improvement, International Journal of Engineering Pedagogy, pp.50-62, August 2022. https://doi.org/10.3991/ijep.v9i4.10285 [134] C. Papoutsi and A. Drigas, Empathy and Mobile Applications, International Journal of Interactive Mobile Technologies, pp. 57- 66, April 2017. https://doi.org/10.3991/ijim.v11i3. 6385 [135] C. Papoutsi & A. Drigas, Games for Empathy for Social Impact, International Journal of Engineering Pedagogy, pp. 36-40, November 2016. https://doi.org/10.3991/ijep.v6i4.6064 [136] M. Karyotaki & A. Drigas, Online and other ICT Applications for Cognitive Training and Assessment, International Journal of Online and Biomedical Engineering, pp. 36-42, March 2015. https://doi.org/10.3991/ijoe.v11i2.4360 [137] C. Papoutsi, A. Drigas & C. Skianis, Emotional intelligence as an important asset for HR in organizations: Attitudes and working variables, International Journal of Advanced Corporate Learning, pp. 21–35, November 2019. https://doi.org/10.3991/ijac.v12i2.9620 [138] I. Chaidi and A. Drigas, “Autism, Expression, and Understanding of Emotions: Literature Review,” Int. J. Online Biomed. Eng., vol. 16, no. 02, pp. 94–111, 2020. https://doi.org/ 10.3991/ijoe.v16i02.11991 [139] A.S. Drigas & M. Karyotaki, A Layered Model of Human Consciousness, International Journal of Recent Contributions from Engineering, Science & IT (iJES), 7(3), pp. 41- 50, September 2019. https://doi.org/10.3991/ijes.v7i3.11117 [140] A.S Drigas, M. Karyotaki & C. Skianis, An Integrated Approach to Neuro-development, Neuroplasticity and Cognitive Improvement, International Journal of Recent Contributions iJIM ‒ Vol. 16, No. 20, 2022 77 https://doi.org/10.3991/ijes.v5i3.7680 https://doi.org/10.3991/ijoe.v15i14.11379 https://doi.org/10.3991/ijoe.v15i14.11379 https://doi.org/10.3991/ijet.v12i03.6587 https://doi.org/10.3991/ijet.v12i03.6587 https://doi.org/10.3991/ijep.v4i3.3665 https://doi.org/10.3991/ijep.v4i3.3665 https://doi.org/10.3991/ijoe.v17i08.23563 https://doi.org/10.3991/ijes.v8i3.17235 https://doi.org/10.3991/ijes.v8i1.12503 https://doi.org/10.3991/ijet.v14i11.10090 https://doi.org/10.3991/ijes.v9i1.19623 https://doi.org/10.3991/ijep.v9i4.10285 https://doi.org/10.3991/ijim.v11i3.6385 https://doi.org/10.3991/ijim.v11i3.6385 https://doi.org/10.3991/ijep.v6i4.6064 https://doi.org/10.3991/ijoe.v11i2.4360 https://doi.org/10.3991/ijac.v12i2.9620 https://doi.org/10.3991/ijoe.v16i02.11991 https://doi.org/10.3991/ijoe.v16i02.11991 https://doi.org/10.3991/ijes.v7i3.11117 Paper—Coding with Block Programming Languages in Educational Robotics and Mobiles, Improve… from Engineering, Science & IT (iJES), 6(3), pp. 4-18, November 2018. https://doi.org/ 10.3991/ijes.v6i3.9034 [141] M. Karyotaki and A. Drigas, “Latest trends in problem solving assessment,” International Journal of Recent contributions from Engineering, Science & IT (iJES), vol. 4, no. 2, 2016. https://doi.org/10.3991/ijes.v4i2.5800 [142] E. Mitsea, A. Drigas, and P. Mantas, “Soft Skills & Metacognition as Inclusion Amplifiers in the 21st Century,” Int. J. Online Biomed. Eng. IJOE, vol. 17, no. 04, Art. no. 04, Apr. 2021. https://doi.org/10.3991/ijoe.v17i04.20567 [143] E. Angelopoulou, A. Drigas, Working Memory, Attention and their Relationship: A theoretical Overview, Research. Society and Development, pp.1-8, May 2021. https://doi.org/10.33448/rsd-v10i5.15288 [144] A. Tourimpampa, A. Drigas, A. Economou & P. Roussos, Perception and text comprehension. It’sa matter of perception, International Journal of Emerging Technologies in Learning (iJET), pp. 228-242, June 2018. https://doi.org/10.3991/ijet.v13i07.7909 11 Authors I. Moraiti is with the Institute of Informatics and Telecommunications - Net Media Lab & Mind-Brain R&D, Agia Paraskevi, 153 10, Athens, Greece (email: ioannakaterinh@gmail.com). A. Fotoglou is with the Institute of Informatics and Telecommunications - Net Media Lab & Mind-Brain R&D, Agia Paraskevi, 153 10, Athens, Greece (email: Anestis.fotoglou@gmail.com). A. Drigas is a Research Director at N.C.S.R. ‘Demokritos’, Institute of Informatics and Telecommunications - Net Media Lab & Mind-Brain R&D, Agia Paraskevi, 153 10, Athens, Greece (email: dr@iit.demokritos.gr). Article submitted 2022-07-26. Resubmitted 2022-09-25. Final acceptance 2022-09-29. Final version published as submitted by the authors. 78 http://www.i-jim.org https://doi.org/10.3991/ijes.v6i3.9034 https://doi.org/10.3991/ijes.v6i3.9034 https://doi.org/10.3991/ijes.v4i2.5800 https://doi.org/10.3991/ijoe.v17i04.20567 https://doi.org/10.33448/rsd-v10i5.15288 https://doi.org/10.3991/ijet.v13i07.7909 mailto:ioannakaterinh@gmail.com