<?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">A proposal for predicting and intervening on MOOC learners&apos; performance in real time</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Iván</forename><surname>Pascual</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Computer Science Department</orgName>
								<orgName type="institution">Universidad Autónoma de Madrid</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Ruth</forename><surname>Cobos</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Computer Science Department</orgName>
								<orgName type="institution">Universidad Autónoma de Madrid</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A proposal for predicting and intervening on MOOC learners&apos; performance in real time</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">63E569516499A6FE5F01CEF902499C70</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T23:08+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>Learning Analytics</term>
					<term>Machine Learning</term>
					<term>Massive Open Online Course</term>
					<term>Prediction</term>
					<term>Prescription</term>
					<term>Intervention</term>
					<term>Dashboard</term>
					<term>Engagement</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>There is a lot of data from MOOCs, but their instructors cannot process that much information. While many learners end up dropping out of the course in which they enrolled in, a substantial problem in this context, their engagement data reveals their lack of interest even before they drop out. In order to make use of this information, we propose a Machine Learning approach to predict in real-time whether a learner would drop out or pass the MOOC, and a web-based dashboard approach to support this information and provide interventions over these learners. Using it in an asynchronous MOOC for 4 months, we predicted, with 0.93 F1-Score, the dropouts and passes from that period.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction and motivation</head><p>Recently, online courses have been increasing its popularity over the years; the courses known as "Massive Open Online Courses" (MOOCs) being one category of them, marking its relevance in the e-Learning discipline <ref type="bibr" target="#b0">[1]</ref>. The Universidad Autónoma de Madrid (UAM) offers MOOCs since its entry in the edX Consortium (https://edx.org) in 2014, a platform for all universities to publish their course, and for all learners over the world to enrol in them, if they wish so. This led to the foundation of UAMx (https://uamx.uam.es), UAM's site for MOOCs. The approach presented in this article was tested in one of its courses: "Introduction to Development of Web Applications", also referred to as "WebApp MOOC" (https://uamx.uam.es/courses/course-v1:UAMx+WebApp+1T2019a/about); this also being the case of previous works that this one relies on ( <ref type="bibr" target="#b1">[2]</ref>, <ref type="bibr" target="#b2">[3]</ref>, <ref type="bibr" target="#b3">[4]</ref>) and which one of the authors of this article also worked in.</p><p>A recent field of study, the Learning Analytics (LA), proposes "the measurement, collection, analysis and reporting of data about learners and their contexts, for purposes of understanding and optimising learning and the environments in which it occurs" <ref type="bibr" target="#b4">[5]</ref>, using software development, data mining, artificial intelligence, big data, and such, to this purpose.</p><p>As stated by several research studies, one of the main problems that affect MOOCs is the lack of interaction between learners and instructors, this leading to a decrease in learners' interest, finally resulting in the dropping out of the course by learners <ref type="bibr" target="#b5">[6]</ref>. One of LA scopes is to lower this dropout rate, and keep the learners engaged with the course, helping them in the task of completing it.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1.">The proposal</head><p>In this paper, we propose an approach to keep learners' engagement in MOOCs, and to prevent a potential dropout for a learner that was losing interest. In particular, we have a proposal that can be broken down into two different approaches, forming together a single Prediction-Prescription system, which is as follows:</p><p>1. Analyze data from learners' activity in the course and determine if this learner's engagement is decreasing (Prediction). 2. Warn the instructor about the predictions, open ways to intervene on the cases, and automatically inform learners of their situation and suggest them how to keep up with the course (Prescription). The structure of this article is as follows: we now review, in the next section, the state of the art on dropout prediction in MOOCs, and the system that serves as a background to our proposal (edX-LIMS, <ref type="bibr" target="#b1">[2]</ref>, <ref type="bibr" target="#b2">[3]</ref>). In section 3, the Machine Learning on real-time predictions approach is presented. Then, in section 4, learners' and instructors dashboards are described. Finally, the article ends briefly presenting current results (section 5) and the conclusions (section 6).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">State of the art and background</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Learning Analytics</head><p>Learning Analytics (LA), as stated, is a field of study that encourages learning data recollection and analysis to help learners and their academical environment <ref type="bibr" target="#b6">[7]</ref>. The Society of Learning Analytics Research (SoLAR), organizes events as the Learning Analytics Summer Institute (LASI, starting on 2013); and the Spanish Network of Learning Analytics (SNOLA) holds the LASI for Spain, which has been promoting works in this area and congregating professionals of both computer science and education under this one, single goal: to use learners' data analysis in benefit of them.</p><p>Related research lines, presented as achievements from the SNOLA network <ref type="bibr" target="#b7">[8]</ref> and the GHIA group at UAM <ref type="bibr" target="#b8">[9]</ref>, include (but are not limited to):</p><p>• Predictive analysis for dropout and students at risk ( <ref type="bibr" target="#b3">[4]</ref>, <ref type="bibr" target="#b5">[6]</ref>, <ref type="bibr" target="#b9">[10]</ref>, <ref type="bibr" target="#b10">[11]</ref>) using Ma-chine Learning (ML) algorithms, to improve learner retention and engagement, as predictive systems. • Visual analysis ( <ref type="bibr" target="#b11">[12]</ref>, <ref type="bibr" target="#b12">[13]</ref>) using dashboard methodologies to describe the data that is collected and drive the decisions taken by both instructors and learners. • Prescriptive analysis ( <ref type="bibr" target="#b14">[15]</ref>, <ref type="bibr" target="#b15">[16]</ref>) as the methodologies to provide personalized feed-back to learners in educational environments. As with the predictive analysis topic, we found more theoretical research studies (for example, <ref type="bibr" target="#b16">[17]</ref>, <ref type="bibr" target="#b17">[18]</ref>) than real systems that apply ML techniques. As such, our proposal would be one of these, that feeds on these studies to bring a system focused on the end-user (teachers and learners).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">edX Learning and Intervention Monitoring System: the initial context</head><p>edX-LIMS (which was developed from edX-LIS, <ref type="bibr" target="#b16">[17]</ref>) is a "Web-based Learning Analytics System, which provides an intervention strategy on the learners' learning and the monitoring of the mentioned strategy by the instructors" <ref type="bibr" target="#b2">[3]</ref>. It is currently deployed on the WebApp MOOC, although its design is intended to work for any edX MOOC. It is the base system for instructors to collect and measure data from the learners' activity, achieved by log processing and a database schema. Currently, edX only allows to do evaluations (assessments) to learners enrolled in the verified itinerary, those being the ones who pay a fee and can obtain an official certificate at the end of the course. edX-LIMS's code is written in Python and the data is stored in a non-relational, MongoDB database using different collections. The web interface is generated with the Dash framework (https://plotly.com/dash/), based on Flask, with which the final server is based.</p><p>The system has only three possible users: learners (who can view its own data), instructors (who can view all learners' and overall course data), and an admin (who maintains the application). The most important service of edX-LIMS for this article is the Data Processing Service. It collects the data following three phases: i) firstly, the log files provided by edX are processed; ii) then, with this processing, the indicators of the course (such as the time spent watching videos or answering assessments) are calculated and iii) finally they are stored in the MongoDB database. The rest of them include visualization of dashboards with statistics about the course (to both the instructors and learners), a mailing tool to quickly send e-mails to some specific learners and an engagement monitoring service.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">The real-time predicting on learners' performance proposal</head><p>We propose a methodology to predict, given the accumulative indicators of activity of a learner and their grades in a MOOC in real-time, whether that learner is going to certificate (pass the course) or to drop out, using an ML approach. To that end, this section describes how the target was defined, our specific dataset available and the model selection and exploitation process.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Defining the target</head><p>The first problem we found on predicting this target was to define it. WebApp is an asynchronous MOOC, meaning that a learner can be inactive for any number of days, and then, come back. Thus, formally speaking, no learner could ever be considered a "drop out", so we may consider a learner to have dropped out when he or she surpasses a given number of consecutive inactivity days and the problem at hand is to define this number. Some approaches on this matter ( <ref type="bibr" target="#b3">[4]</ref>, <ref type="bibr" target="#b9">[10]</ref>) use percentiles to measure the overall tendency, and we decided to follow this line. We may compute percentiles on learners that ended up passing the course, and get the results shown in Table <ref type="table" target="#tab_0">1</ref>. To not overestimate this number, but to capture at least the tendency of a majority of passed learners, we shall define 98 (90-percentile) as the number of consecutive inactivity days after which we consider a learner to have dropped out. Moreover, we only consider a learner to have dropped out if that learner has not passed yet, so the two conditions for being labelled as a dropout are as follows:</p><p>1. The learner has been inactive for 98 or more days, consecutively.</p><p>2. The learner has a grade lower than 0.5, as the WebApp constrains (i.e., has not passed yet). The opposite of "drop out" is widely considered as "not drop out" (i.e., as a binary variable), as shown in Figure <ref type="figure">1</ref>. If the learner passes or not, is studied independently, as another (binary) target variable. Thus, we may be tempted to predict down two tar-gets: dropout and pass, as two separated classification problems.</p><p>Figure <ref type="figure">1</ref>: Decision Tree on conditions of a "Dropout" target (modified from <ref type="bibr" target="#b3">[4]</ref>).</p><p>However, we shall briefly see that, in our prediction context, a negative (0) dropout must mean a positive (1) pass, and that a negative pass must mean that either the learner dropped out (positive on dropout) or that is still studying the course. Notice from Figure <ref type="figure">1</ref> that, if a learner does not obtain a positive dropout, it means that the learner: i) is studying the course, or ii) has passed the course. The learner from the first case was not to be labelled as a dropout at all, but the second one would obviously be labelled as a positive in pass.</p><p>Let us elaborate further on the "pass" and "studying" labels; we label a learner as a "pass" simply if:</p><p>1. The learner has a grade of 0.5 greater. And, finally, to be studying the course means the negation of the two before, in other words: to not have passed, but also to not have dropped out. In essence:</p><p>1. The learner has been inactive for less than 98 days, consecutively.</p><p>2. The learner has a grade lower than 0.5.</p><p>Table <ref type="table">2</ref> shows the truth tables of two theoretical "Pass" and "Dropout" classes that follow all these conditions, and the interpretation from their combination. As the "stud-ying" label is not to be predicted, these interpretations leave us with a single, categorical variable. The final target variable is shown by Table <ref type="table">3</ref>, along with their conditions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 2</head><p>Truth table and interpretations of a combination "Pass" and "Dropout" classes. "N" means "Negative" (0), and "P" means "Positive" (1). In bold, the only labels that make sense to predict in this context. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 3</head><p>Truth table and interpretations of a combination "Pass" and "Dropout" classes. "N" means "Negative" (0), and "P" means "Positive" (1). In bold, the only labels that make sense to predict in this context.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Dropout (0)</head><p>Pass (1) final_grade &lt; 0.5 final_grade &gt;= 0.5 consecutive_inactivity_days &gt;= 98</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">The learners' data</head><p>Moving forward, we now explain the structure of the data and how it is preprocessed to train a ML algorithm. The data used in the predictions come directly from the logs supplied by edX. Then, Course Data Processing Service of the edX-LIMS process these logs into the Mongo database, wherefrom it is then read. The WebApp MOOC started on April 9, 2019, as well as our data.</p><p>Our specific dataset comes from two different collections of this database, namely, the collection where accumulative indicators (AI) for each learner and day are stored, and the collection where grades for each evaluation (GEA) for each learner and week are stored. After testing on different features (with the methodology explained later in Section 3.3), on the final model (described in Section 3.4), we got the results on feature importance that Figure <ref type="figure" target="#fig_1">2</ref> shows. Feature importance on all GEA ("unit_*" variables) and AI (rest) from data. Detail on AI's can be found at <ref type="bibr" target="#b18">[19]</ref>, but is summarized below.</p><p>Obviously, the grade that the learner holds (final_grade) is the most important feature. We observed that the forum variables and the number of days connected were the lowest, and so we discarded them.</p><p>As a result, each collection in the prediction process has the following variables:</p><p>• AI: Total grade, number of days since sign up, number of consecutive inactivity days, and the number of both page loads and time spent for: interactive sessions, videos, evaluations, and overall navigation. • GEA: The grade for each of the evaluations of the course. Data between these collections are then merged to make up our dataset. Note that because AI is daily, and GEA weekly, the resulting dataset turns out logically weekly. This is no problem, because, as the AI indicators are accumulative, data between weeks are added up to the next. We may call a row of our dataset a set of all AI and GEA, for a learner and a weekly date. In other words: for each enrolled learner and week, we have their AI and GEA at that time. We show the structure of such merged rows in both Figure <ref type="figure" target="#fig_3">3 and 4</ref>. In Figure <ref type="figure" target="#fig_2">3</ref>, only 7 of the total AI are shown. In Figure <ref type="figure" target="#fig_3">4</ref>, only 8 of the total GEA are shown. Note that the Figure <ref type="figure" target="#fig_3">4</ref> is the continuation of Figure <ref type="figure" target="#fig_2">3</ref>; i.e., each row of the dataset has both the AI and GEA, for each learner and week.  Appended to the end of these rows is the class or label assigned to each learner, but not to each day, inferred from the data in all the learners' rows by the conditions stated in section 3.1. In other words: if, for a given learner, there exists such a row that their final_grade is greater or equal to 0.5, then a "Pass" is labelled and propagated for all their previous rows. If, however, the "Dropout" conditions are met, then all their rows are labelled as such. An example of this is shown on Figure <ref type="figure" target="#fig_4">5</ref>.</p><p>With this, we label all the activity of a passed (or a dropout) learner as such, thus making the algorithm learn that a learner that ends up passing (or dropping out) could have the indicators, the grade, the days enrolled, etc., that the row shows. Using this approach, we have the number of Dropout and Pass rows shown in Table <ref type="table">4</ref>.</p><p>If neither of the "Pass" or "Dropout" labels are satisfied, then none is assigned, and this row of data would be the subject of our predictions: as this is a studying learner for that day, we will want to predict if it would become a "Pass" or a "Dropout", based on the state of affairs -the learners' data for that date, its "row". As there exists such a row that its grade is greater than 0.5, then all their previous records are labelled as a "Pass".</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 4</head><p>Number of rows of the training dataset labelled with Dropout and Pass labels through the label propagation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Dropout</head><p>Pass 49927 40642</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Model selection and tests</head><p>Now the train-test process is explained, and the results of the model selection are shown. We split our dataset in a temporal way, as in Table <ref type="table">5</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 5</head><p>Periods of time used in training and testing the models.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Training dataset Test dataset 2 years and a half of data 2 months of data</head><p>The reason for such a difference between the size of the training and test dataset is for the exploitation process. When we predict on actual learners, we will train the model with all the data from the course, but the last week (as explained in Section 3.4). One week for testing is too small to get generalized results, but classic partitions as 80-20 or 70-30 percent of data would not test the exploitation process fairly. We decided, then, to test on 2 months of data: 8 weeks at most.</p><p>We then fitted Decision Tree, SVC, Random Forest, Gradient Boosting and Ada-Boost algorithms to the training dataset, and tested against the test dataset. We measured the precision, recall and F1-Score of them all, and the results are shown in Table <ref type="table" target="#tab_1">6</ref>. Given such results, we chose the Random Forest algorithm for their overall good performance compared to the others, and fast execution thanks to its capacity to parallel process. Finally, we performed a grid search on hyperparameters, and found a better score to a rather simple set: 100 decision tree estimators, 1 minimum samples leaf, 2 minimum samples split and no constrains on maximum tree depth.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4.">Final model and prediction process</head><p>After this model selection process, the next step of this proposal is how to exploit an ML prediction algorithm in this context. Weekly, WebApp MOOC logs are processed by edX-LIMS and data is extracted; in particular, accumulative indicators on learners' engagement with the course and their grades. Our approach proposes to train a Random Forest model upon all data that can be labelled and predict on all that cannot. If a learners' row can be labelled, it means that either that learner has passed or dropped out. If it cannot be labelled, however, it means that this learner is still studying the course and we may predict on real-time if he or she will pass or not. If a learner has a majority of "Pass" predictions over their studying, we'll say that he or she will pass (and the same goes for a majority of "Dropout" pre-dictions). These are our target learners, and the workflow, for each week, with this approach, is as follows:</p><p>1. A week's engagement and grade data ("the week", in this list) are processed through edX-LIMS. Each learner has a unique row of data for the week. 2. The model is (re)trained upon all data that can be labelled (i.e., with learners' data that already passed or dropped out), come it from the week's data or not. 3. The model is tested upon all learners' data, from the week, that cannot be labelled (i.e., learners' that are still studying). The model predicts "Pass" or "Dropout" for each learner, with their week's accumulative data, along with a probability. 4. The model's predictions, probabilities, and Shapley explanations on the predictions are stored into the Mongo database for later presentation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">The web-based intervening system proposal</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">The learners' view</head><p>Our first and most important focus on the matter of intervention is to inform learners of the analysis. We do so sending them an e-mail with an unique link to a web-based dashboard where they can access the mentioned analysis. We may call the ML predic-tions a "statistical analysis" (or, simply put, "analysis"), especially when talking to learners, because the "prediction" term can result a greedy one from their perspective ("we predict that you will…"). We also avoid using "dropout", as it can be demoralizing. This is crucial to this first intervention to be effective: we want our learners to get along with our analysis, not to reject them. To this end, we may present the result of our predictions as Figure <ref type="figure">6</ref> shows, with a feedback question that instructors may take in account. A history of these analysis is also graphed, as Figure <ref type="figure" target="#fig_5">7</ref> shows, so the learners can also view past analysis.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Figure 6:</head><p>An example of a "Dropout" prediction message to the learner, though the word "dropout" is not used.</p><p>In the prediction process, we also extract the Shapley values <ref type="bibr" target="#b19">[20]</ref> of the predictions to estimate how much each accumulative indicator contributed to which class ("Drop-out" or "Pass"). Another form of intervention is the following: we intend to guide the learners progress showing them these values in an understandable way, such as they may see in which of them may be flawing and doing good. We do not store Shapley values of the GEA variables, as the learners cannot change them after they obtained them. What they can change, however, are the AI, by changing their behavior. An example of how this information is graphed is shown in Figure <ref type="figure">8</ref>.   <ref type="figure">8</ref>: "Activity report", as the showing of Shapley values on the last week's prediction is called for the learner. More "+" or "-" mean more significance towards each class.</p><p>In addition to all this ML techniques and predictions, we also integrate to our proposal a simple grade monitor that shows the current grade of the learner, their still attainable points of evaluations not yet done, and the resulting maximum grade attainable (the sum of the two before). As a learner progresses through the course, they may encounter that they mathematically cannot pass the course anymore because they had performed too poorly on past evaluations. To avoid this as much as possible is the objective of this tool.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Figure 9:</head><p>Grades obtained (dark blue) vs. maximum grades (light blue) for the learners. This learner has only 0.3 points left to add up to a maximum of 0.69.</p><p>With the information shown in Figure <ref type="figure">9</ref> for the learners, they can be conscious of their situation, and prepare better for the evaluations to come if they feel that they may be on the edge of passing the course (as it is warned on that Figure <ref type="figure">)</ref>.</p><p>With all this data, learners can have a better view of how they are progressing in the course and how they can improve, while also giving them a sense of control over their performance; and that, itself, is an intervention through information.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">The instructors' view</head><p>Even so, instructors, from their part, can be informed of the predictions and progres-sion of the learners through their own web-based dashboard. The first table shown, as in Figure <ref type="figure" target="#fig_7">10</ref>, is the "Last week's summary", in which they can watch the last week's predictions on studying learners, the confidence on the prediction, their grades, consec-utive inactivity days, days since enrollment and a link to that learners' dashboard (to examine their point of view, if necessary). They may also filter past predictions or some of the mentioned values. The next graphs (shown in Figure <ref type="figure" target="#fig_8">11</ref>) let instructors to watch the past predictions for a specific learner (identified by their user ID) and all their registered interventions on that learner. The intervention mark is complemented with some indicators from the day the intervention was done (as the consecutive inactivity days the learner had when the intervention was made, or their grade), which is a useful way to recall the situation of a certain learner and even quantify if the intervention was successful or not.</p><p>Instructors also have access to the information of grades and maximum grades, for all learners, so they may take them into account, and, specially, be warned of the ones who ended up failing to personally evaluate their situation. Such information is summarized in a table like Figure <ref type="figure" target="#fig_9">12</ref> shows, in which the individual grade for each evaluation, the total grade, points still attainable and maximum grade can be viewed. Instructors can filter for learners that failed, so they can quickly intervene if they wish so.</p><p>Finally, to annotate all these interventions made on the learners and keep track of their progress, a simple annotator on interventions is also implemented for the instructors. The interface is shown in Figure <ref type="figure" target="#fig_10">13</ref>. Experience on the WebApp MOOC has taught us at least four types of interventions:</p><p>1. Sending motivational messages: in the case of a learner who is losing interest in the course. This is done by the instructor, by a personal e-mail, sent through the system. 2. Offering the possibility of reinitializing some evaluations: in the case that the learner cannot pass the course taking into account the actual grade and their still attainable points of evaluations not yet done. This takes the form of an e-mail sent by the in-structor, through the system, describing the situation and asking them if they want some evaluations to be reinitiated. 3. Executing the reinitialization of the evaluations: in the case that the learner confirms that he or she would like to repeat some evaluations. 4. Monitoring for possible risk: in the case that the learner could need one of the pre-vious mentioned interventions in the future.   These four types are implemented as a drop-down menu on the interface shown in Figure <ref type="figure" target="#fig_9">12</ref>, and then, each intervention is registered to review as in Figure <ref type="figure" target="#fig_7">10</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Results and limitations</head><p>Our proposal on real-time predicting on learners' performance has been functionating since December 14, 2021, on WebApp MOOC. About four months later (April 28, 2022), 22 learners have passed this course, and 21 of them have been predicted to do so. It also has been the case that 32 learners dropped out the course, accumulating more than 98 days of consecutive inactivity whilst our model was predicting, and 30 of them were also predicted. These were mostly learners that were already enrolled in, before December 14. These numbers compute the practical metrics showed in Table <ref type="table">7</ref> at the time of writing this article (April 28, 2022).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 7</head><p>The real precision, recall and F1-Score of the model, after about four months.</p><p>Precision Recall F1-Score 0.91 0.95 0.93</p><p>At the time of writing, up to 52 interventions were registered, done as a result of the predictions. Of these, we can attest to at least 3 of the 22 learners to have passed thanks to them. More than 500 accesses in different days were also registered, from different learners, were made to their dashboards, and we have yet to measure more on the impact of our proposal, as time passes.</p><p>As for the limitations, firstly, this ML approach only predicts on the data from one record (or one week), ignoring the past records of the learner. This leads to errors on the predictions, especially when few data are available for the learner for the first weeks. We have observed that this approach makes actual sense from the prediction when the data from the third week is processed; it is then when, clearly, a learner that has done nothing is predicted to drop out. Secondly, data from edX is sent weekly, which is a massive slowdown to this approach, which would benefit from daily data, as the interventions could be more interactive, and dropouts predicted earlier.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Conclusions</head><p>In conclusion, as a response to an alarmingly rate of dropout on MOOCs learners, usually motivated by a feeling of isolation on the completion of the course or motivation, we developed a Machine Learning system which uses learners' activity data as input to an Artificial Intelligence model which then statistically calculates whether or not any learner is likely to drop out of the course or going to pass the course (obtaining the certificate). Then, the system warns instructors and invite them to realize interventions to learners at risk of losing interest in the course and dropping. The proposed system supports these services to learners and instructors through the generation of web-based dashboards.</p><p>More in detail, the presented approach in this article contributes with: 1. Firstly, the analysis and predictions over learners' performance based on their engagement data, in real-time, through the workflow of training and computing pre-dictions with a supervised learning, Machine Learning algorithm, following a Learning Analytics approach. 2. Secondly, the intervention system through web-based dashboard. We implement a dashboard for instructors, through which the predictions and information about the course is shown, and where they can register their interventions. Learners also have their own dashboards to see their predictions and grades, so they can view how they are progressing. 3. Finally, the experiences of applying a real Learning Analytics system on a real course, with feedback from learners and engagement data with their new dashboards.</p><p>Our proposal is, in summary, a system that goes from predicting to prescribing, helping to intervene over learners that may lack motivation to complete their course and may be, otherwise, totally missed by the instructors. Our call is for such systems to be developed and integrated by a LA community that has the knowledge to materialize these solutions. Theoretical studies are necessary for the background of such systems, but we need to transport all these useful conclusions to the learners' environment, so they can benefit of all this knowledge, and make their learning a more interactive and satisfying one.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>learner, as they have not yet passed, nor dropped out.Studying by the conditions stated in this section. None</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure2: Feature importance on all GEA ("unit_*" variables) and AI (rest) from data. Detail on AI's can be found at<ref type="bibr" target="#b18">[19]</ref>, but is summarized below.</figDesc><graphic coords="5,168.74,72.99,273.79,228.05" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Example rows from our resulting dataset, showing only 7 of the AI for 3 different users on 3 different days.</figDesc><graphic coords="5,72.99,544.51,451.30,63.45" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Continuation of the example rows of our dataset, showing the grade of each learner, for each day, on only 8 of the evaluations. These 3 users are the same from Figure 3.</figDesc><graphic coords="5,72.99,647.46,450.94,62.10" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: An example on the "label propagation". Learner with ID 40933403 passes the course on October 26, 2021.As there exists such a row that its grade is greater than 0.5, then all their previous records are labelled as a "Pass".</figDesc><graphic coords="6,137.04,250.08,323.20,150.88" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 7 :</head><label>7</label><figDesc>Figure 7: A graph of past analysis done to a learner, from the learner's view.</figDesc><graphic coords="8,129.42,376.02,338.37,121.65" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Figure</head><label></label><figDesc>Figure8: "Activity report", as the showing of Shapley values on the last week's prediction is called for the learner. More "+" or "-" mean more significance towards each class.</figDesc><graphic coords="8,138.14,524.06,320.97,139.15" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_7"><head>Figure 10 :</head><label>10</label><figDesc>Figure 10: Predictions of last week section for instructors. Usernames hidden.</figDesc><graphic coords="9,72.99,528.32,451.30,106.75" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_8"><head>Figure 11 :</head><label>11</label><figDesc>Figure 11: An example of a progress graph from an instructor's perspective. It can be seen two interventions done on this learner, which, in account of, ended up passing a week later.</figDesc><graphic coords="10,115.97,288.02,365.35,191.34" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_9"><head>Figure 12 :</head><label>12</label><figDesc>Figure 12:Grade Monitoring table for instructors, filtered by learners that failed in the past. Blank means "Not attempted". Usernames hidden.</figDesc><graphic coords="10,72.99,518.27,451.30,94.90" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_10"><head>Figure 13 :</head><label>13</label><figDesc>Figure 13: Intervention registration tool.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>Percentiles on most consecutive inactivity days for learners who ended up passing the course.</figDesc><table><row><cell>Percentile (%)</cell><cell>10</cell><cell>25</cell><cell>50</cell><cell>70</cell><cell>80</cell><cell>90</cell><cell>95</cell><cell>100</cell></row><row><cell>Most consecutive inactivity days</cell><cell>0</cell><cell>2.5</cell><cell>8</cell><cell>21</cell><cell>35.3</cell><cell>98</cell><cell>213</cell><cell>695</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 6</head><label>6</label><figDesc>Results of testing different algorithms on the training dataset.</figDesc><table><row><cell>Averages</cell><cell>Decision Tree</cell><cell>SVC</cell><cell>Random Forest</cell><cell>Gradient Boosting</cell><cell>AdaBoost</cell></row><row><cell>Precision</cell><cell>0.81</cell><cell>0.6</cell><cell>0.89</cell><cell>0.84</cell><cell>0.91</cell></row><row><cell>Recall</cell><cell>0.81</cell><cell>0.58</cell><cell>0.89</cell><cell>0.82</cell><cell>0.78</cell></row><row><cell>F1-Score</cell><cell>0.8</cell><cell>0.53</cell><cell>0.88</cell><cell>0.80</cell><cell>0.74</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">earning Analytics Summer Institute Spain (LASI Spain)</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2022" xml:id="foot_1">, June 20-21, 2022, Salamanca, Spain EMAIL: ivan.pascuals@estudiante.uam.es (A. 1); ruth.cobos@uam.es (A. 2);</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">Acknowledgments</head><p>This work has been co-funded by the Madrid Regional Government through the e-Madrid-CM Project under Grant S2018/TCS-4307, a project which is co-funded by the European Structural Funds (FSE and FEDER). This research has been co-funded by the National Research Agency of the Spanish Ministry of Science, Innovation and Universities under project grant RED2018-102725-T (SNOLA). And, this research has been co-funded by the National Research Agency of the Spanish Ministry of Science and Innovation under project grant PID2019-105951RB-I00 (In-diGo!).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<ptr target="https://www.classcentral.com/re-port/mooc-stats-pandemic/" />
		<title level="m">By the Numbers: MOOCs During the Pandemic</title>
				<imprint>
			<date type="published" when="2022-03-25">2022/03/25</date>
		</imprint>
	</monogr>
	<note>Class Central</note>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Sistema informático de apoyo a las analíticas para el aprendizaje (Learning Analytics) para entornos educativos on-line</title>
		<author>
			<persName><forename type="first">J</forename><surname>Soberón</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2020">2020</date>
			<pubPlace>Madrid</pubPlace>
		</imprint>
		<respStmt>
			<orgName>Grado. Universidad Autónoma de Madrid</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Trabajo de Fin de</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">A proposal for Monitoring the Intervention Strategy on the learning of MOOC learners</title>
		<author>
			<persName><forename type="first">R</forename><surname>Cobos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Soberón</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-2671/paper07.pdf" />
	</analytic>
	<monogr>
		<title level="m">CEUR Conference Proceedings. LASI-Spain 2020. Learning Analytics Summer Institute Spain 2020: Learning Analytics. Time for Adoption?</title>
				<meeting><address><addrLine>Valladolid, Spain</addrLine></address></meeting>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">Sistema informático para la predicción de certificado y abandono en entornos educativos en línea</title>
		<author>
			<persName><forename type="first">G</forename><surname>Herrero</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2021">2021</date>
			<pubPlace>Madrid</pubPlace>
		</imprint>
		<respStmt>
			<orgName>Grado. Universidad Autónoma de Madrid</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Trabajo de Fin de</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Handbook of Learning Analytics</title>
		<author>
			<persName><forename type="first">C</forename><surname>Lang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Siemens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Wise</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Gasevic</surname></persName>
		</author>
		<idno type="DOI">10.18608/hla17</idno>
	</analytic>
	<monogr>
		<title level="m">Society for Learning Analytics Research</title>
				<meeting><address><addrLine>SoLAR</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Prediction in MOOCs: A Review and Future Research Directions</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">M</forename><surname>Moreno-Marcos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Alario-Hoyos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">J</forename><surname>Muñoz-Merino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Kloos</surname></persName>
		</author>
		<idno type="DOI">10.1109/TLT.2018.2856808</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Trans. Learn. Technol</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="384" to="401" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Educational data mining and learning analytics: An updated survey</title>
		<author>
			<persName><forename type="first">C</forename><surname>Romero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ventura</surname></persName>
		</author>
		<idno type="DOI">10.1002/widm.1355</idno>
	</analytic>
	<monogr>
		<title level="j">WIREs Data Min. Knowl. Discov</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">3</biblScope>
			<date type="published" when="2020-05">May 2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Achievements and challenges in learning analytics in Spain: The view of SNOLA</title>
		<author>
			<persName><forename type="first">A</forename><surname>Martínez Monés</surname></persName>
		</author>
		<idno type="DOI">10.5944/RIED.23.2.26541</idno>
	</analytic>
	<monogr>
		<title level="j">Revista Iberoamericana de Educación a Distancia</title>
		<imprint>
			<biblScope unit="volume">23</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page">187</biblScope>
			<date type="published" when="2020-07">July 2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Modelado de Estudiantes, Analítica de Aprendizaje, Aten-ción a la Diversidad y e-Learning</title>
		<author>
			<persName><forename type="first">X</forename><surname>Alamán</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">M</forename><surname>Carro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Cobos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">Revista Iberoamericana de Información Educa-tiva</title>
		<idno type="ISSN">-e 1699-4574</idno>
		<imprint>
			<biblScope unit="issue">30</biblScope>
			<biblScope unit="page" from="78" to="89" />
			<date type="published" when="2019">2019</date>
			<publisher>IE Comunicaciones</publisher>
		</imprint>
	</monogr>
	<note>Julio-Diciembre</note>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">M</forename><surname>Moreno-Marcos</surname></persName>
		</author>
		<title level="m">Analítica del aprendizaje para la predicción en escenarios educativos heterogé-neos</title>
				<meeting><address><addrLine>Madrid</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
		<respStmt>
			<orgName>Universidad Carlos III de Madrid</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Tesis Doctoral</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Best Practices in Dropout Prediction: Experience-Based Recommendations for Institutional Implementation</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">J</forename><surname>Alcolea</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ortigosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">M</forename><surname>Carro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><forename type="middle">J</forename><surname>Blanco</surname></persName>
		</author>
		<idno type="DOI">10.4018/978-1-7998-5074-8.ch015</idno>
		<ptr target="https://doi.org/10.4018/978-1-7998-5074-8.ch015" />
	</analytic>
	<monogr>
		<title level="m">Early Warning Systems and Targeted Interventions for Student Success in Online Courses</title>
				<editor>
			<persName><forename type="first">D</forename><surname>Glick</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Cohen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">&amp;</forename><forename type="middle">C</forename><surname>Chang</surname></persName>
		</editor>
		<imprint>
			<publisher>IGI Global</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="301" to="323" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Automatic generation of software interfaces for supporting decision-making processes. An application of domain engineering and machine learning</title>
		<author>
			<persName><forename type="first">A</forename><surname>Vázquez-Ingelmo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">J</forename><surname>García-Peñalvo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Therón</surname></persName>
		</author>
		<idno type="DOI">10.1145/3362789.3362923</idno>
	</analytic>
	<monogr>
		<title level="m">ACM International Conference Proceeding Series</title>
				<imprint>
			<date type="published" when="2019-10">October 2019</date>
			<biblScope unit="page" from="1007" to="1011" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Learning dashboards: An overview and future research opportunities</title>
		<author>
			<persName><forename type="first">K</forename><surname>Verbert</surname></persName>
		</author>
		<idno type="DOI">10.1007/s00779-013-0751-2</idno>
	</analytic>
	<monogr>
		<title level="j">Pers. Ubiquitous Comput</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="1499" to="1514" />
			<date type="published" when="2014-11">Nov. 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Using learning analytics to scale the provision of personalised feedback</title>
		<author>
			<persName><forename type="first">A</forename><surname>Pardo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Jovanovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dawson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Gašević</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Mirriahi</surname></persName>
		</author>
		<idno type="DOI">10.1111/bjet.12592</idno>
	</analytic>
	<monogr>
		<title level="j">Br. J. Educ. Technol</title>
		<imprint>
			<biblScope unit="volume">50</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="128" to="138" />
			<date type="published" when="2019-01">Jan. 2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Understanding Students&apos; Engagement with Personalised Feedback Messages</title>
		<author>
			<persName><forename type="first">H</forename><surname>Iraj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Fudge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Faulkner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Pardo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Kovanović</surname></persName>
		</author>
		<idno type="DOI">10.1145/3375462.3375527</idno>
	</analytic>
	<monogr>
		<title level="m">Proc. LAK</title>
				<meeting>LAK</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="438" to="447" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Exploring the problems experienced by learners in a MOOC implementing active learning pedagogies</title>
		<author>
			<persName><forename type="first">P</forename><surname>Topali</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ortega-Arranz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Er</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Martínez-Monés</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">L</forename><surname>Villagrá-Sobrino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Dimitriadis</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-19875-6_10</idno>
	</analytic>
	<monogr>
		<title level="j">LNCS</title>
		<imprint>
			<biblScope unit="page" from="81" to="90" />
			<date type="published" when="2019-05">May. 2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Improving learner engagement in MOOCs using a learning intervention system: A research study in engineering education</title>
		<author>
			<persName><forename type="first">R</forename><surname>Cobos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">C</forename><surname>Ruiz-Garcia</surname></persName>
		</author>
		<idno type="DOI">10.1002/cae.22316</idno>
		<ptr target="https://doi.org/10.1002/cae.22316" />
	</analytic>
	<monogr>
		<title level="j">Computer Applications in Engineering Education</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="733" to="749" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">The efficacy of learning analytics interventions in higher education: A systematic review</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">Larrabee</forename><surname>Sønderlund</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hughes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Smith</surname></persName>
		</author>
		<idno type="DOI">10.1111/bjet.12720</idno>
	</analytic>
	<monogr>
		<title level="j">Br. J. Educ. Technol</title>
		<imprint>
			<biblScope unit="volume">50</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="2594" to="2618" />
			<date type="published" when="2019-09">Sep. 2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">A Learning Analytics Tool for Predictive Modeling of Dropout and Certificate Acquisition on MOOCs for Professional Learning</title>
		<author>
			<persName><forename type="first">R</forename><surname>Cobos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Olmos</surname></persName>
		</author>
		<idno type="DOI">10.1109/IEEM.2018.8607541</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE International Conference on Industrial Engineering and Engineering Management (IEEM)</title>
				<imprint>
			<date type="published" when="2018">2018. 2018</date>
			<biblScope unit="page" from="1533" to="1537" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">A Value for n-Person Games</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">S</forename><surname>Shapley</surname></persName>
		</author>
		<idno type="DOI">10.1515/9781400881970-018</idno>
	</analytic>
	<monogr>
		<title level="j">Contributions to the Theory of Games</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="page" from="307" to="318" />
			<date type="published" when="2016-05">May 2016</date>
		</imprint>
	</monogr>
	<note>AM-</note>
</biblStruct>

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