<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Code School: Learn to code by practicing</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Sándor</forename><surname>Király</surname></persName>
							<email>kiraly.sandor@uni-eszterhazy.hu</email>
							<affiliation key="aff0">
								<orgName type="department">Institute of Mathematics and Computer Sciences</orgName>
								<orgName type="institution">Eszterházy Károly University Eger</orgName>
								<address>
									<country key="HU">Hungary</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Tamás</forename><surname>Balla</surname></persName>
							<email>balla.tamas@uni-eszterhazy.hu</email>
							<affiliation key="aff0">
								<orgName type="department">Institute of Mathematics and Computer Sciences</orgName>
								<orgName type="institution">Eszterházy Károly University Eger</orgName>
								<address>
									<country key="HU">Hungary</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Gábor</forename><surname>Kusper</surname></persName>
							<email>gkusper@aries.ektf.hu</email>
							<affiliation key="aff0">
								<orgName type="department">Institute of Mathematics and Computer Sciences</orgName>
								<orgName type="institution">Eszterházy Károly University Eger</orgName>
								<address>
									<country key="HU">Hungary</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Code School: Learn to code by practicing</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">564BF1452848599A9626BAE2E59A2B47</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T00:25+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>gamification</term>
					<term>Learning Management System</term>
					<term>computer programming</term>
					<term>game-based learning</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Today the IT industry provides an attractive career choice to novice software developers, but even then, majority of the students pursuing higher education in computer programming field are not finishing with enough competencies and capabilities to meet the industry expectations. It has been observed that such students are not sufficiently focused on computer programming during their school studies. The main reason for unconcern in computer programming is identified as the lack of motivation and engagement of students in learning the programming concepts. kodolosuli.hu is a learning portal that offers interactive programming courses in three different programming languages: C++, C# and Java. It has been developed for students who are interested in computer programming but do not know how to start. Students, who are not offered programming lessons at school and teacher help are welcome. The framework of this site has an extensive grader tool that helps students test their codes without intervention from a teacher, thus providing a flexible learning experience. The gamification in this portal is expected to increase students' engagement and motivation in learning. The developed LMS (Learning Management System) offers the authors the ability to improve the courses according to the solved problems and the comments of the forums. Tasks are stored in an exercise repository to make creating tests and exams easier. The course is available in Hungarian.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Today in Hungary, there are about 20,000 unfilled IT jobs and most of them are software development positions. The lack of properly trained staff is a problem for hundreds of companies although thousands of software engineers and software developers get a degree in every year. The IT sector could even be a key sector in Hungary since its value-added ratio is 90% and it produces 12% of the Hungarian GDP (Gross Domestic Product). That is why it would be particulary important that high school students choose this profession in larger numbers and, moreover, the demand for high-skill software developers is now growing faster than the supply. To achieve this, IT must be made more attractive for students, and it is particularly important that the high school students who are interested in this area learn to program. In our experience, students who have already learnt computer programming can work in the IT sector in their first academic years even as software developers, gain work experience and acquire this professional status faster than those students who only start to learn programming in the first academic years. The main problem is that during learning programming both algorithms and coding are needed to be learned at the same time. Being familiar with the syntax of a computer language and writing programs in it one are challenges for youngsters. To understand algoritms is also a big challenge. It is no accident that coding and making algoritms are different subjects in higher education. Most Hungarian secondary schools prepare students for only the mid-level exam of informatics that does not include knowledge of programming. The reduced 1 lesson per week is not enough to teach students both the usage of office programs and programming although there are thousands of talented students who are interested in programming but not able to learn it by themselves. Though, books and notes in Hugarian and courses in English are availabe it seems insufficent for most of them. Portals such as CodeAcademy, CodeSchool or Code Avengers that teach different programming languages in interactive way in English might be useful. In Hungary, this type of portal, that teaches C++, Java and C#, is not available, for instance learning C++ or C# languages in Hungarian for free is impossible. For example, memmoc.hu portal of University of Miskolc only offers C and Java language courses <ref type="bibr">[Kusper2016]</ref>. Algorithms can be learned from books but gaining experince for their usage require solving problems and coding them in a computer language. To do so, however, the knowledge of a programming language syntax is elementary. kodolosuli.hu portal wishes to solve this problem. In this website, students can learn how to code basic algoritms in a chosen language that can be C#, C++ or Java for free. The main objective of this site is to teach students the basic programming structures that are necessary to be able to pass the advanced level exam of informatics. After completing the course on the website they will be able to use an IDE (Integrated Development Environment) and solve programming tasks. The programming knowledge gained from this portal can be enough for students to understand programming resources on the internet and they can achive more in this field. kodolosuli.hu teaches and traines the usage of the essential lexical unit and the control stuctures, how to make and use procedures and functions including the built-in functions of languages, and the way of applying standard I/O statements, methods. It also introduces the way of storing data in records, and that they can be stored even in arrays or lists. The tools of exception handling are also discussed in all the three courses through practical problems. Gamification applications provide motivation and make the understanding easier and faster <ref type="bibr">[Sailer2013]</ref>. The practical problems are mostly related to the field of making computer game programs. This portal is developed for expressly Hungarian students.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Learning and practicing in this site</head><p>In an online environment students' achievements can be influenced by several factors that stem from their features. These factors can be for example their ability to maintain their attention or their intrinsic motivation [Biggs2012]. One of the most important factors that must be considered in terms of their activity is students' engagement: this can be defined as the student's cognitive process, active participation and emotional involvement in the learning process <ref type="bibr">[Pellas2014]</ref>. In an online environment it is also important to increase the student's cognitive involvement <ref type="bibr">[Wolf2007]</ref>. According to various e-learning objectives e-learning environments can be differentiated [Clark-Mayer2011]. In kodolosuli.hu directive e-learning is preferred since the material of this site is supposed to be new for the participants.</p><p>After login, students need to choose a language they wish to learn. The material to be learned can be found on the left side of the screen. The exercise belonging to the current topic is on the right side. (Figure <ref type="figure" target="#fig_0">1</ref>)</p><p>Students are asked to write the proper code in the panel on the right side. After the coding is completed, clicking on the Send button uploads the solution. If it is correct the next unit will be displayed. If the code is not correct a message including the number of the line that contains the error will be displayed. By clicking on Help button the program makes instructions available for the student to be able to correct the mistake. If the student fails an exercise he can move on to another unit for now and come back later to try again. Typically, there is more than one exercise for each topic. Students' attempts are stored in a database so teachers can even The goal is to learn coding in a chosen language alone in order to be able to code the basic computer programming problems (searching, selection, counting, etc.). There are several units that do not contain theoretical material just practical exercises from real life. For example, finding the closest defibrillator to save a life; controlling the parking sensor of a car; how to move a character from a given X,Y coordinate to another position as fast as possible. 19 gamified applications have been developed for students to test their knowledge in a given topic during playing with them. One of them can be seen on Figure <ref type="figure" target="#fig_2">2</ref>  . By reading this forum, teachers can help students, improve the system and remove bugs from the programs. The exercise repository that is part of the system contains several tasks that are not available for the students during the course except for tests and exams. Exercises can be selected by either teachers or the system. Students who completed all the tasks can download a computer game for both Android and Windows platforms. Naturally, different game programs have been developed for both platforms for all the three languages.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">The developed Learning Management System</head><p>The website has been written in PHP5 according to the MVC pattern. The curriculum, the users' data and their acts are stored in a MYSQL database in 17 tables as opposed to the game applications that can be found in folders. Currently, there are two types of users who can access to the system. Students and the administrator. Students can reach only the curriculum unlike the administrator who has full access to both the materials and the users' data.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">The admin interface</head><p>Users logged in as administrator can create new languages, new curriculums and new exercises or edit the previous ones and change the order of the units presented for students. (See Figure <ref type="figure" target="#fig_3">3</ref>) It is possible to see the students' solutions, and this way the difficulty level of the exercises and the mistakes can be analysed as well. It also records that how many times a unit was opened and how often tried a student to solve an exercise. The system logs all the actions users perform so the publication of the achievements becomes easier, and it helps the developers improve the curriculum. (Figure <ref type="figure" target="#fig_4">4</ref>)</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">The graders</head><p>The most important parts of the system besides the curriculum are the graders. There are two types of graders: the first one examines the code line by line to see whether it is the same as the solution. This is the reason why exercises are defined precisely, e.g. the name of the loop variable is also specified. (Figure <ref type="figure" target="#fig_5">5</ref>) The purpose of this method is to get the students to use "speaking variable names" and practice the right coding style. However, in some cases this grader could cause problems especially when longer codes are given, because it might not accept  When users are getting familiar with coding algorithms they need to solve more complex practical problems, therefore this grader cannot be used. That is why another type of grader is used for longer codes and exercises. It first compiles the submitted code, and then, if no compile error have occurred, it executes this code for different test data stored in files. For each task, input and output files are available and are used by this grader to test the code. Naturally, users are informed about the correctness of the submitted programs. Programs, coded and submitted by students, are executed (after the compilation) in a sandboxed environment also used in the portal of progcheck.nejanet.hu [Kiraly-Szekely2015]. The default memory and execution time limit are taken into account and enforced but these constraints can be changed for each task. Students are informed about the memory and execution time their submissions use up while if they overstep the limits an error message is presented for them. The submitted programs cannot access neither the memory nor the hard disk directly. Programs that try to break the rules are not executed at all.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">The gamified curricculum</head><p>Students sometimes find it hard to learn a programming language. They are often confronted with unfamiliar programming terms and are required to visualize the processes that happen in computer memory. Others find this a burden and end up memorizing the processes without understanding them.  The most important games have been implemented in HTML5 and JavaScript and put in iframe. The images of games are either drawn on a HTML5 Canvas during execution or loaded from the hard drive before running the code. For the most games, the JQuery library is also used. Games are not only motivating but also filled with educational content. The experience gained from the current game is not enough, this experience must be transformed to educational experience [Garris-Ahlers-Driskell2002]. After games, the site offers real coding tasks relating to the game. When students are playing with these games they not only play but also learn the given topic [Ben-Ari2013] <ref type="bibr">[Kumar2012]</ref>. Traditional games such as Boardgame (Figure <ref type="figure" target="#fig_6">6</ref>) Hangman (Figure <ref type="figure" target="#fig_7">7</ref>), ) and Memory cards have also been implemented. The more complicated exercises involve students to code algoritms of computer games. For example, they need to write a code that can control the descent of a spacecraft onto a planet. The submitted solutions for these problems are evaluated by the second type of grader.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusions and Future Work</head><p>The aim of this study is to demonstrate a novel website, kodolosuli.hu, that is an online interactive platform that offers free coding classes in 3 different programming languages. The goal is to reach youngsters who have little-to-no coding experience, but wish to learn. The website starts by presuming no prior knowledge at all, and lets students work through small exercises and slowly growing in complexity. This website offers gamified curriculum. Gamification refers to the use of game elements in a non-game context to increase engagement between humans and computers. The implemented game programs not only increase the effectiveness of learning but enhance students' understanding. As the more complicated exercises are related to the implementation of different game programs they also increase the engagement of students in learning programming. The successful students who complete the course of a given computer language are allowed to download a game program for both Android and Windows platforms that is not available anywhere else. The developed LMS and Forum support keeping track of student progress during lessons and foster the improvement of the material. It is planned to give the system the following function: instead of the two types of user solution (student and administrator) there will be a teacher type of user who cannot create curriculums, but they can create classes and add students to the system by themselves. They can upload their own tests for practice, or they can give homework, which are corrected by the system automatically.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: The main user interface of the portal. The curriculum is on the left side, the exercise and the code panel are on the right side</figDesc><graphic coords="3,158.74,54.07,298.12,226.77" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>. These software not only foster the motivation but provide faster understanding [Domínguez2013][Khaleel2015].</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Drop the ball into the green bucket. IGAZ=TRUE, HAMIS=FALSE.</figDesc><graphic coords="3,184.84,462.99,245.92,198.42" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Access to all chapters</figDesc><graphic coords="4,182.08,342.79,251.43,198.42" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Tracking a user's activities</figDesc><graphic coords="5,164.43,54.07,286.75,198.43" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: Grader in action. The curriculum is on the left side, the exercise and the code panel are on the right side. In this case, the second line is incorrect.</figDesc><graphic coords="5,159.11,329.39,297.38,198.42" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Figure 6 :</head><label>6</label><figDesc>Figure 6: Boardgame that helps in summarizing the topics</figDesc><graphic coords="6,109.90,115.76,395.80,198.42" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_7"><head>Figure 7 :</head><label>7</label><figDesc>Figure 7: Hangman for memorizing keywords</figDesc><graphic coords="6,95.26,423.75,425.09,198.43" type="bitmap" /></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Pedagogy of Computer Programming: An Interactive and Collaborative Learning Approach</title>
		<author>
			<persName><forename type="first">Ahmed</forename><surname>Shamsul Arefin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">S</forename><surname>Arefin</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
		<respStmt>
			<orgName>Macquarie University Postgraduate Certificate of Higher Education EDCN 871</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Final Project</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Visualization of Programming</title>
		<author>
			<persName><forename type="first">Ben-Ari2013 ;</forename><surname>Ben-Ari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Improving Computer Science Education</title>
		<imprint>
			<biblScope unit="volume">52</biblScope>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Teaching for quality learning at university</title>
		<author>
			<persName><forename type="first">J</forename><surname>Biggs</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Clark</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">E-learning and the science of instruction</title>
				<editor>
			<persName><forename type="first">R</forename><forename type="middle">C E</forename><surname>Mayer</surname></persName>
		</editor>
		<meeting><address><addrLine>San Francisco</addrLine></address></meeting>
		<imprint>
			<publisher>Pfeiffer</publisher>
			<date type="published" when="2011">2011. 2011. 2011</date>
		</imprint>
	</monogr>
	<note>McGraw-Hill International</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Who wants to be a Pythonista? Using Gamification to Teach Computer Programming</title>
		<author>
			<persName><forename type="first">P</forename><surname>Fotaris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mastoras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Leinfellner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Rosunally</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">7th International Conference on Education and New Learning Technologies</title>
				<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="2611" to="2619" />
		</imprint>
	</monogr>
	<note>Fotaris-Mastoras-Leinfellner</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Gamifying learning experiences: Practical implications and outcomes</title>
		<author>
			<persName><forename type="first">Adrián</forename><surname>Domínguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joseba</forename><surname>Saenz-De-Navarrete</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Luis</forename><surname>De-Marcos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Luis</forename><surname>Fernández-Sanz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carmen</forename><surname>Pagés</surname></persName>
		</author>
		<author>
			<persName><forename type="first">José-Javier</forename><surname>Martínez-Herráiz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Elsevier</title>
		<imprint>
			<biblScope unit="volume">63</biblScope>
			<biblScope unit="page" from="380" to="392" />
			<date type="published" when="2013-04">2013. April 2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Games, motivation and learning, A research and practice model</title>
		<author>
			<persName><forename type="first">]</forename><surname>Garris-Ahlers-Driskell2002</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Garris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ahlers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">E</forename><surname>Driskell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Simulation and Gaming</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="441" to="467" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">How to use our own program evaluation system to streamline teaching computer programming</title>
		<author>
			<persName><forename type="first">Layth</forename><surname>Firas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Noraidah</forename><surname>Khaleel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tengku</forename><surname>Sahari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Amirah</forename><surname>Siti Meriam</surname></persName>
		</author>
		<author>
			<persName><surname>Ismail ; Sándor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Szilveszter</forename><surname>Király</surname></persName>
		</author>
		<author>
			<persName><surname>Székely</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ACM IMCOM 2015 -Proceedings</title>
				<imprint>
			<publisher>Association for Computing Machinery, Inc</publisher>
			<date type="published" when="2015">2015. 2015. 2015. 2015</date>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page" from="73" to="80" />
		</imprint>
	</monogr>
	<note>The study of gamification application architecture for programming language course</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Gamification in education -learn computer programming with fun</title>
		<author>
			<persName><forename type="first">Balraj</forename><surname>Kumar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Computers and Distributed Systems</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="46" to="53" />
			<date type="published" when="2012-12">2012. December 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">A MeMOOC online informatikai egyetem koncepciója, The concept of the MeMOOC Online IT University</title>
		<author>
			<persName><forename type="first">G</forename><surname>Kusper</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Percze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Kovács</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Nehéz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Radványi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Király</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Networkshop</title>
		<title level="s">Nemzeti Információs Infrastruktúra Fejlesztési Intézet</title>
		<meeting><address><addrLine>Budapest</addrLine></address></meeting>
		<imprint>
			<publisher>NIIFI</publisher>
			<date type="published" when="2016">2016. 2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Engaging Computer Science Students through Gamification in an Online Social Network Based Collaborative Learning Environment</title>
		<author>
			<persName><forename type="first">;</forename><forename type="middle">C</forename><surname>Li-Dong-Unitch-Chasteen2016</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">H</forename><surname>Dong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Untch</surname></persName>
		</author>
		<author>
			<persName><surname>Chasten</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Information and Education Technology</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="issue">1</biblScope>
			<date type="published" when="2013-02">2013. February 2013</date>
		</imprint>
	</monogr>
	<note>McDowell-Werner-Bullock-FernaldKumar2012</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">The effects of pair-programming on performance in an introductory programming course</title>
		<author>
			<persName><forename type="first">C</forename><surname>Mcdowell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Werner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Bullock</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Fernald</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">SIGCSE &apos;02 Proceedings of the 33rd SIGCSE technical symposium on Computer science education</title>
				<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="38" to="42" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">The influence of computer self-efficacy, metacognitive self-regulation and selfesteem on student engagement in online learning programs</title>
		<author>
			<persName><forename type="first">N</forename><surname>Pellas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Life Computers in Human Behaviour</title>
		<imprint>
			<biblScope unit="volume">35</biblScope>
			<biblScope unit="page" from="157" to="170" />
			<date type="published" when="2014">2014. 2014</date>
		</imprint>
	</monogr>
	<note>Evidence from the virtual world of Second</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Psychological Perspectives on Motivation through Gamification, Interaction Design and Architecture(s</title>
		<author>
			<persName><forename type="first">Michael</forename><surname>Sailer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jan</forename><surname>Hense</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Heinz</forename><surname>Mandl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Markus</forename><surname>Klevers</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal -IxD&amp;A</title>
		<imprint>
			<biblScope unit="volume">19</biblScope>
			<biblScope unit="page" from="28" to="37" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Collaborative learning: towards a solution for novice programmers</title>
		<author>
			<persName><forename type="first">D</forename><surname>Teague-Roe2008] Teague</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Roe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the tenth conference on Australasian computing education</title>
				<meeting>the tenth conference on Australasian computing education</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="volume">78</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Learning to Think in a Digital World</title>
		<author>
			<persName><forename type="first">M</forename><surname>Wolf</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The digital divide: arguments for and against Facebook, Google, texting, and the ages of social network</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Bauerlein</surname></persName>
		</editor>
		<meeting><address><addrLine>New York</addrLine></address></meeting>
		<imprint>
			<publisher>Jeremy P. Tarcher/Penguin</publisher>
			<date type="published" when="2007">2007. 2011. 2007</date>
			<biblScope unit="page" from="34" to="37" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
