<?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">SAVis: a Learning Analytics Dashboard with Interactive Visualization and Machine Learning</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Zeynab</forename><surname>Mohseni</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Media Technology</orgName>
								<orgName type="institution">Linnaeus University</orgName>
								<address>
									<country key="SE">Sweden</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Rafael</forename><forename type="middle">M</forename><surname>Martins</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Media Technology</orgName>
								<orgName type="institution">Linnaeus University</orgName>
								<address>
									<country key="SE">Sweden</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Italo</forename><surname>Masiello</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Media Technology</orgName>
								<orgName type="institution">Linnaeus University</orgName>
								<address>
									<country key="SE">Sweden</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">SAVis: a Learning Analytics Dashboard with Interactive Visualization and Machine Learning</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">EA5B661A1E0E6430F8A50AF1B3844BE6</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T03:36+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 Dashboard</term>
					<term>Visual Learning Analytics</term>
					<term>Educational Dataset</term>
					<term>Machine Learning</term>
					<term>Visualization</term>
					<term>SAVis</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>A dashboard that provides a central location to monitor and analyze data is an efficient way to track multiple data sources. In the educational community, for example, using dashboards can be a straightforward introduction into the concepts of visual learning analytics. In this paper, the design and implementation of Student Activity Visualization (SAVis), a new Learning Analytics Dashboard (LAD) using interactive visualization and Machine Learning (ML) is presented and discussed. The design of the dashboard was directed towards answering a set of 22 pedagogical questions that teachers might want to investigate in an educational dataset. We evaluate SAVis with an educational dataset containing more than two million samples, including the learning behaviors of 6,423 students who used a web-based learning platform for one year. We show how SAVis can deliver relevant information to teachers and support them to interact with and analyze the students' data to gain a better overview of students' activities in terms of, for example, their performance in number of correct/incorrect answers per each topic.</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>The increased use of technology in education has enabled educational institutions to collect a large variety of data about their students. Educational data, e.g., text answers, tests, numbers, timestamps, users' info and usage of the digital learning material or platform, are frequently large in amount, complex, and heterogeneous, and therefore difficult to be meaningfully interpreted by teachers <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref>. To aid in making sense of educational data, a relatively new field, commonly referred to as Learning Analytics (LA), has matured <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4]</ref>. Siemens et al. <ref type="bibr" target="#b4">[5]</ref> define LA as: "The measurement, collection, analysis and reporting of data about learners and their contexts, for purposes of understanding and optimizing learning and the environments in which it occurs". To further aid teachers in their interpretation of LA, data can be visualized in dashboards. LADs, defined by Schwendimann et al. <ref type="bibr" target="#b5">[6]</ref> as "a single display that aggregates different indicators about learner(s), learning process(es) and/or learning context(s) into one or multiple visualizations", are developed with the intention to increase motivation, self-direction, learning effectiveness, Nordic Learning Analytics (Summer) Institute 2021, KTH Royal Institute of Technology, Stockholm, 23 August 2021 Envelope zeynab.mohseni@lnu.se (Z. Mohseni); rafael.martins@lnu.se (R. M. Martins); italo.masiello@lnu.se (I. Masiello) GLOBE https://lnu.se/personal/zeynab.mohseni/ (Z. Mohseni); https://lnu.se/personal/rafael.martins/ (R. M. Martins); https://lnu.se/personal/italo.masiello/ (I. Masiello) Orcid 0000-0002-3297-0189 (Z. Mohseni); 0000-0002-2901-935X (R. M. Martins); 0000-0002-3738-7945 (I. Masiello) performance of students, and teachers' engagement <ref type="bibr" target="#b6">[7]</ref>. In this paper, we explore the design of a LAD with the use of interactive visualization and ML <ref type="bibr" target="#b7">[8]</ref> with the intention to answer real pedagogical questions that teachers may have in their practice. Our SAVis is meant to be connected and used with other existing learning management systems or digital learning material to give teachers a broader overview of their students. SAVis provides an interactive platform that enables the comparison and exploration of students' activities by looking at, and interacting with, various visualizations presented in the dashboard.</p><p>The rest of the paper is organized as follows. Section 2 describes briefly the related work in this field. In section 3 we have presented the design of SAVis. In section 4 of this paper which is about a real-world problem, we have provided specific pedagogical elaborations on how an educator can quickly gain information about how the students perform and approach the learning activities. Section 5 discusses the conclusion and presents possible lines of future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head><p>During the last decade, some LADs and visualization tools have been developed to support decision-making by considering various scenarios and datasets. For instance, Govaerts et al. <ref type="bibr" target="#b8">[9]</ref> developed the Student Activity Meter (SAM) to visualize students' time spent and resource use to support awareness for teachers and students. In <ref type="bibr" target="#b9">[10]</ref> Ez-zaouia et al. presented the EMODA dashboard which allows the teacher to monitor learners' emotions and better understand their evolution during an online learning session. Also, He et al. <ref type="bibr" target="#b10">[11]</ref> developed LearnerVis to visualize the temporal features of the learning process and help users analyze how students schedule their multi-course learning. In this paper, we showcase and motivate the initial design and development of a LAD where interactive visualization is used in order to interpret the results of general ML algorithms, providing an interactive platform for teachers to explore and analyze students' data from many different perspectives at the same time.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Proposed LAD</head><p>We designed SAVis with the intent to answer 22 pedagogical questions (PQ)(real-world problem) that an educator might have when exploring students' learning activities:</p><p>PQ1. How many correct and incorrect answers are there in general? PQ2. What are the maximum and minimum time students spend to answer a question? PQ3. What is the accuracy of the ML algorithm to classify the students to the right university? PQ4. How many correct and incorrect answers are there for each student? PQ5. How many correct and incorrect answers are there for every topic? PQ6. How many correct and incorrect answers are there per month? PQ7. How many correct and incorrect answers are there per day? PQ8. How many correct and incorrect answers are there per hour? PQ9. What are the percentages of correct and incorrect answers in general? PQ10. How many correct and incorrect answers are there for different time categories? PQ11. How many correct and incorrect answers are there for every student category? PQ12. How many correct and incorrect answers are there for every topic category? PQ13. How many correct and incorrect answers are there for every question type? PQ14. How many correct and incorrect answers are there for every month of year/day of month/hour of day? PQ15. What hour of the day are students more active? PQ16. What day of month are students more active? PQ17. What month of year are students more active? PQ18. Which topic has the highest number of correct answers? PQ19. What are the top 10 topics in which students are more active? PQ20. What is the number of correct answers for top 10 topics? PQ21. Which question type is the most common? PQ22. What is the percentage of students' activities in different months of the year?</p><p>Each sample of the dataset contained various features such as student ID, topic ID, question type, resource name, resource type, student answer, answer duration, and the month, the day and the hour of student's activity. Moreover, for the student's monthly, daily, and hourly activity, we referred to the number of correct/incorrect answers per month, day, and hour, respectively. For the analysis performed in this paper, and in order to improve performance and avoid overload of users in the dashboard, 10,000 random samples were selected from the dataset.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Overall Design of SAVis</head><p>In this subsection, we provide an overview of the dashboard by describing its different sections. As can be seen in figure <ref type="figure" target="#fig_0">1</ref>, we used levels of increasing detail from "Key metric" to "Context" to "Detail". These three levels follow Shneiderman's mantra <ref type="bibr" target="#b11">[12]</ref>, "overview first, zoom and filter, then details on demand", to guide visual information-seeking behavior and the design of the interface. The Key metrics section shows the most important information on a general level about the dataset, including the total number of random complete samples and their related number of students, educational topics, correct and incorrect answers, and the minimum and maximum time in minutes for the answer duration. The Context section of the dashboard consists of a scatter plot which presents the students' activity using t-Distributed Stochastic Neighbor Embedding (t-SNE) <ref type="bibr" target="#b12">[13]</ref>, a slider menu to change the t-SNE properties, and a heatmap (explained below) that shows the performance of a Random Forest classifier according to its attempt to predict the university to which the student belongs.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.1.">t-SNE View</head><p>t-SNE is an unsupervised non-linear dimensionality reduction technique used for the visualization of high-dimensional datasets. It enables us to create compelling two-dimensional "maps" from data with hundreds of dimensions in such a way that similar objects are modeled by nearby points, and dissimilar objects are modeled by distant points <ref type="bibr" target="#b12">[13]</ref>. In other words, t-SNE is a data mining algorithm that shows patterns in the multidimensional space of the data. The example shown in figure <ref type="figure" target="#fig_0">1</ref> includes 2,560 students and 835 educational topics. Every color in this view represents a different university ID. In this paper, we are simply using the university IDs as a layer of exploration dictated by the dataset, to check if the students that are coming from the same place happen to have similar learning patterns. In other scenarios, a teacher would probably use a class ID or similar. As can be seen in figure <ref type="figure" target="#fig_0">1</ref>, there are nine university categories: the students belong to eight different medical universities, therefore eight registered university IDs (categories from "1" to "8"), and one for the unregistered university IDs (category "9"). Using the t-SNE plot allows us to find students with similar activity patterns in terms of the number of correct/incorrect answers for educational topics in different universities. By selecting a small group of data points (or a cluster) and looking at Detail section, we get more detailed information on those points. By selecting a small/big cluster in the t-SNE plot, all Key metrics, heatmap in the Context section, and the visualizations in the Detail section of the LAD are updated accordingly. Parameters of the algorithm, such as the "Number of Iterations", "Perplexity", and "Learning Rate" can be manipulated with the controls on the left side of the screen (cf. figure <ref type="figure" target="#fig_0">1</ref>). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.2.">Heatmap</head><p>A heatmap is a two-dimensional graphical representation of data where the individual values that are contained in a matrix are represented as colors <ref type="bibr" target="#b13">[14]</ref>. The heatmap, at the right of the Context section, shows the accuracy of a Random Forest classifier for detecting the students' university ID. To improve the performance of the Random Forest classifier, Synthetic Minority Over-sampling Technique (SMOTE) is used to oversample the minority university categories <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b15">16]</ref>. The result of the high-performance Random Forest classifier shown in the heatmap gives confidence to an educator using the LAD that the patterns in the visualizations of the data belonging to a specific students' university ID are accurate and not random.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.3.">Detail Section</head><p>The Detail section of the dashboard contains five tabs with specific visualizations in each of them, to aid the discovery of insights about different features' categories. SAVis enables the user to interact with every visualization separately and drill-down at further levels of details. Most of the visualizations support interactive techniques such as brushing, zoom, and filter. The main purpose of brushing is to highlight brushed data items in different views of the dashboard. By selecting a part of each visualization and zooming the view, the user can reach further details. Additionally, by clicking on the hued small objects (square or circle) in the right part of each visualization, the user can filter the view according to the correct/incorrect answers, the month, or the question type. Figure <ref type="figure" target="#fig_1">2</ref> displays the "Student Answer" tab. This tab contains a scatter plot, a pie chart, and a dropdown component. The number of correct and incorrect answers for the selected feature from the dropdown on the right side of the tab is shown in the scatter plot. By moving the mouse in the scatter plot, the user can get extra information about students. The Scatter plot showed in figure <ref type="figure" target="#fig_1">2</ref> allows identifying the number of correct and incorrect answers for every student, every topic, each month, each day, and every hour. Also, the pie chart on the right shows the overall percentages of correct and incorrect answers. The "General Distribution" tab showed in figure <ref type="figure" target="#fig_2">3</ref> illustrates the number of correct and incorrect answers for different features' categories shown in the radio-button list on the right side. By moving the mouse over the histogram and the strip plot on top of that, users can obtain more information about the number of correct and incorrect answers in relation to the different categories in the radio-button list, i.e., students, topics, questions, answer durations, month, day, and hour of students' activities.   Figure <ref type="figure" target="#fig_5">5</ref> shows the "Topic Distribution" tab which includes the distribution of topics for students' answers in general, students' correct answers more specifically, the top 10 topics that the students were more active in, and the number of correct and incorrect answers for the top 10 topics. In the two histograms on the left side of the tab, users can detect the number of students' answers and students' correct answers for different topic categories. The "Activity" tab in figure <ref type="figure" target="#fig_6">6</ref> illustrates the percentages of students' activities during twelve months, the percentages of the students' activities in terms of the number of correct/incorrect answers in different question types, and the distribution of students' monthly activities in terms of the number of correct/incorrect answers for all educational topics. Viewing this tab enables users to find the question type that students have used more often, and the percentage of students' activities per month. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Real-world Problem: How the LAD Can Answer 22 Pedagogical Questions</head><p>In this section, we provide a pedagogical explanation of the various visualizations of SAVis by attempting to answer the 22 pedagogical questions and explain how a user, in our case an educator/teacher, can make use of SAVis to get a broader picture of the students' learning activities. The Key metric section showed in figure <ref type="figure" target="#fig_0">1</ref> in the paper presents the number of correct and incorrect answers for 10,000 random samples out of the 1,322,097 available. These values are 8,196 and 1,804, respectively. Also, the minimum and the maximum answer durations are 0 and 19.73 minutes, respectively, for the selected samples. With this visualization, an educator could answer therefore PQ1 and PQ2 by simply looking at the key metrics of the dashboard. The heatmap showed in the Context section of the LAD allows teachers to answer PQ3, and according to figure <ref type="figure" target="#fig_0">1</ref>, accuracy is 99.48%. This specific information helps to realize the accuracy of the provenience of the students. This high-accuracy classifier gives confidence in the data, meaning that a teacher can trust that the patterns in the visualizations are well-defined and match the students from the dataset. To answer the PQ4 -PQ22, the Detail section of SAVis should be explored (figure <ref type="figure" target="#fig_1">2</ref>). The scatter plot showed in figure <ref type="figure" target="#fig_1">2</ref> helps answering PQ4 -PQ8 regarding the number of correct and incorrect answers for each individual student, every topic, each month, each day, and each hour. Table <ref type="table" target="#tab_0">1</ref> shows different examples of how many correct and incorrect answers there are for PQ4 -PQ8, related to either the Student ID, the topic, the month, the day or the hour. By looking also at the pie chart presented in figure <ref type="figure" target="#fig_1">2</ref>, teachers could answer PQ9 concerning the percentages of correct and incorrect answers in general. According to figure 2 the percentages of the correct and incorrect answers are 82% and 18%, respectively. The data in the "Student Answer" tab give an insight about individually student's progress, those students who work more than others, the popular educational topics, and when students' activity occurs. This sort of analysis can enrich the understanding of student activities so that an educator can better cater the pedagogical effort to most students. The histogram presented in figure <ref type="figure" target="#fig_2">3</ref> answers PQ10 -PQ17. Table <ref type="table">2</ref> presents answers for PQ10 -PQ14, again showing unrelated examples of the number of correct and incorrect answers for each different category. In addition, by selecting "Monthly activity", "Daily activity" and "Hourly activity" from the radio-button list showed in figure <ref type="figure" target="#fig_2">3</ref>, teachers are able to answer PQ15 -PQ17 zooming in the time, the day and the month students are more active, for example right before an examination of a specific topic. The blue/red bar with the highest height in the histogram represents the month/day/hour with the highest activity. The data presented in this tab provide an educator with useful information on the learning progress and activity of a group of students taking a medical subject so that he/she can make an informed decision on possible course improvements for the next time. By looking at the line plot showed at the right side of figure <ref type="figure" target="#fig_5">5</ref> teachers are able to answer to PQ18 -PQ20. The data produced in this tab give information about the top 10 topics that students are answering more questions about, therefore being more active by taking more quizzes. By looking at two pie charts on the left side of figure <ref type="figure" target="#fig_6">6</ref> teachers could answer PQ21 and PQ22. As it can be seen figure <ref type="figure" target="#fig_6">6</ref>, "text" with 79.1% is the most common question type for the 10,000 random samples. The percentage of students' activities for every month is comparable and ranges between 7.89%-9.08% for the 10,000 random sample. This outcome shows that the student's activity is equally spread every month, demonstrating that the student's workload is possibly evenly distributed and considered important by the student. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion and Future Work</head><p>In this paper, we described the design and development of SAVis, a new Learning Analytics Dashboard (LAD) by interpreting the visualization of ML algorithms to provide an interactive platform for teachers. The proposed LAD can be used to enable teachers to explore students' learning and activities by interacting with various visualizations of data. SAVis allows to compare groups of students as well as individuals on a different number of categories. An educator can choose which features to focus on while using SAVis and this allows for greater impact on educational issues rather than technical. An open challenge is to focus our future</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 screen of SAVis with all the three sections containing several visualizations.</figDesc><graphic coords="4,126.31,177.44,340.16,220.76" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Student Answer tab: the first tab of the Detail section showing two visualizations.</figDesc><graphic coords="5,126.31,244.96,340.14,105.08" 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: General distribution tab: the second tab of the Detail section showing one visualization.</figDesc><graphic coords="5,126.31,482.04,340.16,105.01" 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 represents the "Answer Duration" tab. This tab illustrates the amount of time in minutes students spent answering questions and the distribution of answer duration. The Scatter plot on the left shows the students correct/incorrect answers for different educational topics over several months. The size of the circles in the view is dependent on the answer</figDesc></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: Answer duration tab: the third tab of the Detail section showing two visualizations.</figDesc><graphic coords="6,126.31,150.35,340.16,105.01" 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: Topic distribution tab: the fourth tab of the Detail section showing three visualizations.</figDesc><graphic coords="6,126.31,374.34,340.14,105.34" 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: Activity tab: the fifth tab of the Detail section showing three visualizations.</figDesc><graphic coords="7,126.31,84.19,340.14,104.82" type="bitmap" /></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>Outcomes of PQ4 -PQ8</figDesc><table><row><cell>Features</cell><cell cols="3">Selected item No. correct Answ.</cell><cell>No. incorrect Answ.</cell></row><row><cell>Student ID</cell><cell></cell><cell>4,932</cell><cell>66</cell><cell>3</cell></row><row><cell>Topic ID</cell><cell></cell><cell>1,708</cell><cell>112</cell><cell>24</cell></row><row><cell>Month</cell><cell></cell><cell>Feb.</cell><cell>655</cell><cell>156</cell></row><row><cell>Day</cell><cell></cell><cell>20</cell><cell>289</cell><cell>68</cell></row><row><cell>Hour</cell><cell></cell><cell>12</cell><cell>354</cell><cell>82</cell></row><row><cell>Table 2</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">Outcomes of PQ10 -PQ14</cell><cell></cell><cell></cell></row><row><cell cols="2">Category name</cell><cell cols="2">Category No. correct Answ.</cell><cell>No. incorrect Answ.</cell></row><row><cell>Student ID</cell><cell></cell><cell>5,000 -5,200</cell><cell>201</cell><cell>42</cell></row><row><cell>Topic ID</cell><cell></cell><cell>850-900</cell><cell>649</cell><cell>133</cell></row><row><cell>Question type</cell><cell></cell><cell>Text</cell><cell>6,628</cell><cell>1,287</cell></row><row><cell cols="2">Answer duration</cell><cell>0.35-0.44</cell><cell>746</cell><cell>170</cell></row><row><cell cols="2">Monthly activity</cell><cell>Jul.</cell><cell>733</cell><cell>175</cell></row><row><cell>Daily activity</cell><cell></cell><cell>24</cell><cell>250</cell><cell>72</cell></row><row><cell>Hourly activity</cell><cell></cell><cell>23</cell><cell>321</cell><cell>76</cell></row></table></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>research on a user study on the developed LAD to know more about teachers' needs with such a pedagogical instrument.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Developing an earlywarning system for spotting at-risk students by using ebook interaction logs, Smart Learning Environments</title>
		<author>
			<persName><forename type="first">G</forename><surname>Akcapınar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">N</forename><surname>Hasnine</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Majumdar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Flanagan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Ogata</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2019">2019</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Big data and analytics in higher education: Opportunities and challenges</title>
		<author>
			<persName><forename type="first">B</forename><surname>Daniel</surname></persName>
		</author>
		<idno type="DOI">10.1111/bjet.12230</idno>
	</analytic>
	<monogr>
		<title level="j">British Journal of Educational Technology</title>
		<imprint>
			<biblScope unit="volume">46</biblScope>
			<biblScope unit="page" from="904" to="920" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<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">L</forename><surname>Sonderlund</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">British Journal of Educational Technology</title>
		<imprint>
			<biblScope unit="volume">50</biblScope>
			<biblScope unit="page" from="2594" to="2618" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Learning analytics to inform and guide teachers as designers of educational interventions</title>
		<author>
			<persName><forename type="first">M</forename><surname>Aruvee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ljalikova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Vahter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Prieto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Poom-Valickis</surname></persName>
		</author>
		<idno type="DOI">10.21125/edulearn.2018.0666</idno>
	</analytic>
	<monogr>
		<title level="m">International Conference on Education and Learning Technologies</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Learning analytics and educational data mining: towards communication and collaboration</title>
		<author>
			<persName><forename type="first">G</forename><surname>Siemens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Baker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">D</forename></persName>
		</author>
		<idno type="DOI">10.1145/2330601.2330661</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2nd International Conference on Learning Analytics and Knowledge</title>
				<meeting>the 2nd International Conference on Learning Analytics and Knowledge</meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="252" to="254" />
		</imprint>
	</monogr>
	<note>LAK &apos;12</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Perceiving learning at a glance: A systematic literature review of learning dashboard research</title>
		<author>
			<persName><forename type="first">A</forename><surname>Schwendimann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Rodríguez-Triana</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Vozniuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Prieto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S</forename><surname>Boroujeni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Holzer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Gillet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Dillenbourg</surname></persName>
		</author>
		<idno type="DOI">10.1109/TLT.2016.2599522</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Learning Technologies</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="30" to="41" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Learning analytics dashboards: the past, the present and the future</title>
		<author>
			<persName><forename type="first">K</forename><surname>Verbert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Ochoa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Croon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">A</forename><surname>Dourado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">D</forename><surname>Laet</surname></persName>
		</author>
		<idno type="DOI">10.1145/3375462.3375504</idno>
	</analytic>
	<monogr>
		<title level="m">LAK20: Proceedings of the Tenth International Conference on Learning Analytics and Knowledge</title>
				<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="35" to="40" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Bridging information visualization with machine learning</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">A</forename><surname>Keim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Munzner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Rossi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Verleysen</surname></persName>
		</author>
		<idno type="DOI">10.4230/DagRep.5.3.1</idno>
	</analytic>
	<monogr>
		<title level="j">Dagstuhl Reports</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="1" to="27" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">The student activity meter for awareness and self-reflection</title>
		<author>
			<persName><forename type="first">S</forename><surname>Govaerts</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Verbert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Duval</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Pardo</surname></persName>
		</author>
		<idno type="DOI">10.1145/2212776.2212860</idno>
	</analytic>
	<monogr>
		<title level="m">CHI &apos;12 Extended Abstracts on Human Factors in Computing Systems</title>
				<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="869" to="884" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Emoda: a tutor oriented multimodal and contextual emotional dashboard</title>
		<author>
			<persName><forename type="first">M</forename><surname>Ezzaouia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lavoue</surname></persName>
		</author>
		<idno type="DOI">10.1145/3027385.3027434</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Seventh International Learning Analytics and Knowledge Conference</title>
				<meeting>the Seventh International Learning Analytics and Knowledge Conference</meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="429" to="438" />
		</imprint>
	</monogr>
	<note>LAK&apos; 17</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Visual analysis of the time management of learning multiple courses in online learning environment</title>
		<author>
			<persName><forename type="first">H</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Dong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Zheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Di</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Lin</surname></persName>
		</author>
		<idno type="DOI">10.1109/VISUAL.2019.8933778</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Visualization Conference</title>
		<imprint>
			<date type="published" when="2019">2019. 2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">The eyes have it: A task by data type taxonomy for information visualizations</title>
		<author>
			<persName><forename type="first">B</forename><surname>Shneiderman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings 1996 IEEE Symposium on Visual Languages</title>
				<meeting>1996 IEEE Symposium on Visual Languages</meeting>
		<imprint>
			<date type="published" when="1996">1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Visualizing data using t-sne</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">D</forename><surname>Maaten</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of machine learning research</title>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Heatmap visualization of population based multi objective algorithms</title>
		<author>
			<persName><forename type="first">A</forename><surname>Pryke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mostaghim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nazemi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Evolutionary Multi-Criterion Optimization</title>
				<meeting><address><addrLine>EMO</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007">2007. 2007</date>
			<biblScope unit="page" from="361" to="375" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Smote: Synthetic minority over-sampling technique</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">V</forename><surname>Chawla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">W</forename><surname>Bowyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">O</forename><surname>Hall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">P</forename><surname>Kegelmeyer</surname></persName>
		</author>
		<idno type="DOI">10.1613/jair.953</idno>
	</analytic>
	<monogr>
		<title level="j">Journal of Artificial Intelligence Research</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page" from="321" to="357" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Improving classification in imbalanced educational datasets using over-sampling</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Mohseni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">M</forename><surname>Martins</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Milrad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Masiello</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">28th International Conference on Computers in Education (APSCE)</title>
				<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="278" to="283" />
		</imprint>
	</monogr>
</biblStruct>

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