<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>How Do Search Engines Work? A Massive Open Online Course with 4000 Participants</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ralf Krestel</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Julian Risch</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>3</institution>
          ,
          <addr-line>14482 Potsdam</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Hasso-Plattner-Institut</institution>
          ,
          <addr-line>Prof.-Dr.-Helmert-Str. 2</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2017</year>
      </pub-date>
      <abstract>
        <p>Massive Open Online Courses (MOOCs) have introduced a new form of education. With thousands of participants per course, lecturers are confronted with new challenges in the teaching process. In this paper, we describe how we conducted an introductory information retrieval course for participants from all ages and educational backgrounds. We analyze di erent course phases and compare our experiences with regular on-site information retrieval courses at university.</p>
      </abstract>
      <kwd-group>
        <kwd>Massive open online course</kwd>
        <kwd>MOOC</kwd>
        <kwd>search engines</kwd>
        <kwd>IR teaching</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>everybody knows and uses daily. Therefore are information retrieval concepts and
understanding how web search engines work important components for digital
literacy in today's societies. MOOCs on these computer science topics can be a
vehicle to teach and inform all living in modern societies.</p>
      <p>In contrast to traditional classroom teaching, a set of speci c challenges needs
to be addressed when teaching MOOCs. The most important one is the
heterogeneity of the participants. Various age groups, cultural and educational
backgrounds, and also motivation of the individuals di er largely. On the other hand,
the technology of MOOC platforms allows usually to adjust the speed of
learning individually and thus the trade-o between overburdening beginners and
not challenging more experienced participants is delegated back to the user. In
practice, this means recorded video lectures can be skipped or played back at a
higher speed if the user is already familiar with the presented information.</p>
      <p>The presentation of the lectures as short videos also has an e ect on the
preparation of the lecture. Maybe owing to the fast-paced modern times,
people's attention spans are getting shorter. The success of MOOCs relies | at
least partly | on the very short lecture units compared to traditional
university lectures of around 90 minutes. This condensed form of presentation in small
chunks necessitates more precise wording from the teacher. Each phrase needs
to be thoroughly planned to prevent misunderstandings which cannot be
easily cleared up in contrast to classroom teaching. To handle open questions or
deal with misconceptions, MOOC platforms o er space to discuss topics, ask
questions, and in general interact with fellow participants and the teaching sta
through a forum. This allows for deeper discussions or excursus to advanced
topics, as well as to address speci c aspects.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Search Engine MOOC on openHPI</title>
      <p>We o er a Master's lecture on \Information Retrieval and Web Search" where
students not only learn information retrieval concepts but also design and
implement their own search engines in small teams. In addition, we o er an
introduction to information retrieval and web search for high school students in
a three sessions course1. To ll the gap between teens and students and give
interested persons outside the education system the opportunity to learn about
IR, we o er a MOOC on the topic on the openHPI platform.
2.1</p>
      <p>openHPI
The openHPI MOOC platform2 o ers the interested public German-language
and English-language online courses with a diverse computer science focus.
While some courses target a broad audience and introduce fundamentals of
computer science, other courses go into more detail of specialized, advanced topics.
1 https://hpi.de/open-campus/schuelerakademie/schuelerkolleg.html
2 https://open.hpi.de/
Course topics range from programming languages, mathematics, and IT law, to
hardware-related topics, such as in-memory databases and mainframes.</p>
      <p>
        The online learning platform is composed of videos, forums, quizzes and
interactive programming environments. Figure 1 shows a screenshot of the website's
video player, which is the starting point of all interactions on the platform. HPI
actively conducts research on MOOCs and incorporates research results. For
example, research suggests that videos should be segmented into short chunks (less
than 6 minutes) and that the instructor's head should be shown together with
the presentation slides to increase student engagement [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>After watching the video of a learning unit, students can ask questions or
discuss the unit's content in the forum. Furthermore, they can evaluate their
learning achievement with quizzes. These quizzes are composed of multiple choice
questions and multiple answer questions. In the former, students need to choose
the single right answer out of four possible answers, whereas in the latter,
students need to choose multiple right answers out of four.</p>
      <p>At the end of each course, there is a nal exam. A record of achievement is
issued to those students who have earned more than 50% of the maximum number
of points for the sum of all graded assignments. A con rmation of participation
is issued to those who have completed at least 50% of the course material.
2.2</p>
      <sec id="sec-2-1">
        <title>Search Engine MOOC</title>
        <p>The standard MOOC courses run for six weeks and cover content equivalent
of a two hours per week semester course. Since we did not want to transfer our
1. Introduction 1. Search queries and user interaction
2. History of information retrieval 2. Interaction: query processing
3. Text processing 3. Interaction: query re nement
4. Index construction 4. Interaction: search engine result pages
5. Ranking: Boolean retrieval 5. Web search
6. Ranking: vector space model 6. Crawling
7. Ranking: factors 7. Social networks
8. Evaluation in information retrieval 8. Link analysis</p>
        <p>
          9. New tasks and applications
Master's lecture but to develop an introduction course without any requirements
for the participants, we chose the shorter two week format. Our course \How Do
Search Engines Work?" started in May 2017 with over 4000 registered
participants. In 17 short videos of about twelve minutes each, we teach simple concepts
of information retrieval and web search. While our videos are considerably longer
(average length of 12 min) than the recommended six minutes [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], they are
shorter than the videos of other openHPI courses, which was positively noted
by many participants.
        </p>
        <p>The content covered is inspired by university Master courses on information
retrieval, but stays on a very high level without introducing algorithmic details.
Students learn, for example, how a search engine is built, which process is started
when searching for something, and according to what criteria the results are
listed. Table 1 lists the course topics per week. Because of the student's di erent
levels of familiarity with mathematical proofs and probability theory, the online
course does not cover the details of iterative computation of PageRank, index
compression, or probabilistic information retrieval.</p>
        <p>After each video, students can take a short, optional quiz as a selftest. This
quiz can be repeated as often as wanted. Figure 2 exempli es a selftest quiz after
a learning unit about link analysis and the PageRank algorithm. To answer this
question, students need to rank the nodes in this graph by their PageRank value.
For this, it is not necessary to compute exact values but it is su cient to have
understood the general mechanism behind PageRank.</p>
        <p>At the end of the two-week course, there is an exam with 16 questions.
The exam time is limited to one hour and once started, cannot be paused or
restarted. Neither the selftest quizzes nor watching the videos are needed as
quali cation to take the exam. However, for preparation, students can recap the
course content with randomly sampled sets of selftest quizzes. An advantage of
this form of learning is the instant feedback. Immediately after submitting the
quiz, students get their evaluation together with recommendations of videos they
may want to revise.</p>
        <p>PageRank quiz
43
■ Given the following web graph:</p>
        <p>A
C</p>
        <p>E</p>
        <p>B
D
1. B = E = D &gt; A = C
2. E &gt; D &gt; B = A &gt; C
3. E &gt; B = D &gt; A = C
4. D &gt; E &gt; A = C &gt; B
■ Which ofFtihge. 2fo.llEowxeinmgpnlaordyeselilsfttsesits qourdesetrieodn:bWyPhaicgheoRfatnhke?node lists is ordered by PageRank
with regard to the graph given on the left?
Compared to regular information retrieval courses at university, the audience
of this introductory MOOC was very heterogeneous. Furthermore, there were
no pre-requisites for this course. While students indicated di erent reasons for
their enrollment, the majority took the course for extended vocational training
as shown in Table 2. In total, 4458 students enrolled, of whom 1135 watched the
last video of the course and of whom 698 took the exam.</p>
        <p>s
t
n
e
d
u
t
S
f
o
r
e
b
m
u
N
0
0
5
2
0
0
5
1
0
0
5
0</p>
        <sec id="sec-2-1-1">
          <title>Students watching the video</title>
          <p>Students taking the quiz
1
2
3
4
5
6
7
8
cyne 06
u
reqF 40
0
0
1
0
8
0
2
0
cy 80
n
uqe 60
e
rF 04
0
2
1
0
0
1
0
2
0
3.1</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>Statistics</title>
        <p>Of 4500 enrolled students, 2500 participated in the course (watched at least one
video) and 883 took the nal exam. Of these 883 students, 19% were female
and 81% were male. The data basis for the following statistics are only those
students, who participated in the exam. Figure 4 shows the distributions of their
age and highest degree. In Figure 5, we visualize the distribution of the number
of points achieved in the nal exam grouped per highest degree. Each group
covers a wide range of achieved points and interestingly, the median number of
exam points supports the assumption that degree and number of exam points
correlate. In addition, we analyze the correlation of the number of exam points
and the number of visited videos and quizzes. Under the assumption of a linear
correlation and according to a linear regression, we nd a signi cant correlation
of these variables. A visited video or quiz correlates with an increase by 0.2
points in the nal exam.</p>
        <p>10
20
30
40
50
60
70</p>
        <p>
          80
Age
high bachelor magister diplom master phd other
school Highest Degree
A key advantage of MOOCs is the larger number of course participants that can
discuss the learning units together. In 72 di erent threads, students asked
questions about the course content or delved into a subject with discussions. While
there were 94 answers to questions and additional 78 comments to questions and
answers, only a third of these replies came from the teaching team. Two-third of
the replies to questions came from the course participants themselves. Research
has shown that a successful outcome is not correlated with teaching team
interaction in the forum [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ]. In total, there were 358 posts in the forum and 6479
views of these posts. This con rms ndings by [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]: they reveal usage peaks on
weekends (spare time available) and that over 90% of forum activity are passive
views and only 10% are active posts. Discussed topics covered various types:
other
high school bachelor
magister
diplom
master
        </p>
        <p>phd</p>
        <sec id="sec-2-2-1">
          <title>Highest Degree</title>
          <p>from technical questions, to ethical issues, and personal anecdotes. One of the
most discussed topics was the bag of words model, where participants posted
di erent examples for texts and their respective bag of words. They discussed
how lemmatization and stemming can change the bag of words and consequently
change also the results of search queries. But also non-technical discussions arose,
e.g. about the German plural form of the word \index".</p>
          <p>A di erent discussion focused on alphabetical subject catalogs and the
difference to tags and keywords. An older participant asked: \Is it really true that
most people don't know alphabetical subject catalogs?". While some
participants were indeed not aware of library catalogs (\I know these [alphabetical
subject catalogs] only from databases and electronic systems."), others
remembered public libraries with index cards (\As high school student and later on
as university student, catalogs were quite common for me. After watching this
video, I am feeling old." or \When I was a student (70s/80s), the
introductory week for new students included getting to know the library and searching
for books."). Luckily, experts in the eld joined the discussion: \I am librarian
and of course tagging is still used. However, most people use keyword search in
electronic databases and do not notice tagging."
4</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Research Challenges on MOOC Platforms</title>
      <p>
        In addition to their educational purpose for course participants, MOOC
platforms provide various research opportunities. The vast amount of data gives
insights into the learning process. Under the umbrella of e-learning, learning
analytics, and educational data mining a research community has formed looking
at various aspects of MOOCs and trying to improve the learning experience.
Analyzing MOOCs: An initial study of the data generated by MIT's rst
MOOC reports on characteristics of the students and their use of course
resources [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Insights into a recommender systems MOOC [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] and a German
database MOOC [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] con rm the ndings. Also, enrollment numbers and
success rates can be analyzed in detail [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ].
      </p>
      <p>
        Infrastructure/Platform Guo et al. study how MOOC video production
affects student engagement [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Also other elements were the focus of research
work, e.g. the forum and whether gami cation is bene cial [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>
        Tools for Teachers Designing and evaluating tools to support teachers is
important. Helpful in this context is also to know more about your (potential)
participants. Chen et al. match course participants with their pro les in
several online social networks [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Thereby, they are able to compare course
topics with job titles of participants. As a result, teachers learn more about
students and their educational needs. Similarly, the e ectiveness of certain
tools needs to be evaluated, e.g. whether instructor involvement in forums
has any impact on student outcomes [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ]. Also prediction of student success
or assessment of progress needs to be monitored, e.g. by analyzing natural
language texts [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        Student Behavior Modeling Understanding students' behavior is necessary
to ensure a good learning experience. This starts with recommending or
predicting course enrollment [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]. Once students are enrolled, keeping them
motivated and helping them learn is most important. Drop-out rates are
overall still high and therefore predicting drop-outs can help to intervene
at the right point to keep students interested [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. During courses, drop-out
prediction can also help understanding at which point in the course users
discontinue [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]. Analyzing discussion forums with respect to sentiment [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ]
revealed that the daily drop-out rate and sentiment expressed in forums
correlate signi cantly. These students-at-risk should be identi ed and
supported [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. In addition to forums, clickstream data can be used to detect
changes in student behavior [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ].
      </p>
      <p>
        Collaborative Learning The social component of MOOCs plays an important
part for successful learning. Peer grading is very important for large courses
and the quality of peer grading can be increased by motivation [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. The
authors show that students can be motivated to put more e ort into peer
grading if they are confronted with the e ort that other graders put into
it and if they are asked to evaluate other graders' e orts. Recently, the
social connections between course participants and their in uence on peer
assessment have been studied [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Social comparison can be used to increase
peer pressure to complete a course and reduce drop-out rates [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. In forums,
answers to questions can be ranked based on helpfulness automatically to
reduce the load for other users to nd the correct or best answer [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
Personalized Learning The future of MOOCs is probably the
personalization of the learning process. Individual participants have di erent learning
strategies, speed, and learning preferences. This can be a huge advantage over
traditional classroom teaching. First approaches for adaptive learning are
already tested [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ]. Further, the consideration of mood and emotions within
the learning process can help to reduce drop-out rates. A ective learning is
one approach to this end [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ].
5
      </p>
    </sec>
    <sec id="sec-4">
      <title>Teaching Information Retrieval</title>
      <p>
        Before the age of the MOOCs, e-learning environments existed that were also
used for teaching information retrieval. Henrich and Morgenroth [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] report on
their experience with using di erent e-learning scenarios in the context of IR.
Similar to our experience, the forum was an important mean of communication
among students and between students and faculty. We also o er the possibility
for students to perform self-tests in the form of multiple choice questions after
each lesson. With respect to the learning material, we provide the slides as
PDF-documents along with the videos. Regarding the ordering of topics in the
syllabus, we rst introduced classical information retrieval concepts and in a
second part elaborated on the speci c Web IR challenges, as recommended by
Mizzaro [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. Henrich and Stieber [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] further analyzed IR e-learning courses
along two dimensions: degree of interaction (e-learning vs. blended learning) and
main media type (text-based vs. recording-based).The results indicate that all
combinations can work out and other factors are more important for success, such
as a clear teaching concept tailored towards the speci c target audience, or active
participation of students and lecturers in forums. Other papers [
        <xref ref-type="bibr" rid="ref1 ref10 ref23">1, 10, 23</xref>
        ] discuss
IR curriculums and possible accompanying practical exercises for full term IR
courses. Kauchak [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] reports about his experience with a course-long project
consisting of the development of a search engine.While this is something that we
also do for our regular IR courses, this is clearly not feasible for a short-term,
introductory MOOC course. Also alternative teaching methods (inquiry-based
learning) were applied to full term IR courses [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], supporting the
learning-bydoing paradigm. Many related work appeared in two workshops 2007 and 2008
with the title "teaching and learning in information retrieval". In addition, in
2011 a book [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] with the same title was published covering many aspects of IR
teaching in various chapters.
6
      </p>
    </sec>
    <sec id="sec-5">
      <title>Lessons Learned</title>
      <p>
        Some students missed course content about more advanced use of search engines
and more advanced search operators. Beyond the topics of our course, students
wanted to learn about search engine optimization or online reputation
management for search engine results. Several students asked for practice-oriented
hands-on exercises. This feedback was retrieved also for other courses on the
openHPI platform and openHPI is now experimenting with concrete exercises in
server-based training environments [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. For example, the course \Data
Management with SQL" incorporates practical tasks where students create SQL queries
for MySQL [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ].
      </p>
      <p>Regarding mathematical backgrounds of the presented models, several
students praised comprehensive explanations without too much detail for this short
two-week course. They aimed at a general understanding of search engines and
preferred concrete examples. The exemplary indexing or ranking of documents
and the expansion of queries was perceived more informative than theoretical
evaluation measures, such as MAP or NDCG. Although the two course weeks
have ended, the course material stays available. For this reason, we expect the
enrollment number to increase further.</p>
      <p>There seems a demand for short introductory courses in IT especially from
older participants. To allow exible learning, a single video shouldn't exceed 10
minutes in length and the video length variance should be small for individual
planning reasons. Also longer MOOC courses (six weeks) on IR with more details
are possible to increase the level of detail and add some more practical examples
and homework tasks.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Blank</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fuhr</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Henrich</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mandl</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , Rolleke, T., Schutze, H.,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Information retrieval: Concepts and practical considerations for teaching a rising topic</article-title>
          .
          <source>Datenbank-Spektrum</source>
          <volume>9</volume>
          (
          <issue>29</issue>
          ),
          <volume>30</volume>
          {
          <fpage>41</fpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Breslow</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pritchard</surname>
            ,
            <given-names>D.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>DeBoer</surname>
          </string-name>
          , J.,
          <string-name>
            <surname>Stump</surname>
            ,
            <given-names>G.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ho</surname>
            ,
            <given-names>A.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Seaton</surname>
          </string-name>
          , D.T.:
          <article-title>Studying learning in the worldwide classroom: Research into edx's rst mooc</article-title>
          .
          <source>Research &amp; Practice in Assessment 8</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Chan</surname>
            ,
            <given-names>H.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>King</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Leveraging social connections to improve peer assessment in moocs</article-title>
          .
          <source>In: Proceedings of the 26th International Conference on World Wide Web Companion</source>
          . pp.
          <volume>341</volume>
          {
          <fpage>349</fpage>
          .
          <string-name>
            <surname>International World Wide Web Conferences Steering Committee</surname>
          </string-name>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hau</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Houben</surname>
            ,
            <given-names>G.J.:</given-names>
          </string-name>
          <article-title>Beyond the mooc platform: gaining insights about learners from the social web</article-title>
          .
          <source>In: Proceedings of the 8th ACM Conference on Web Science</source>
          . pp.
          <volume>15</volume>
          {
          <fpage>24</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Coetzee</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fox</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hearst</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hartmann</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Should your mooc forum use a reputation system?</article-title>
          <source>In: Proceedings of the 17th ACM Conference on Computer Supported Cooperative Work &amp; Social Computing</source>
          . pp.
          <volume>1176</volume>
          {
          <fpage>1187</fpage>
          . CSCW '14,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Crossley</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Liu,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>McNamara</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          :
          <article-title>Predicting math performance using natural language processing tools</article-title>
          .
          <source>In: Proceedings of the Seventh International Learning Analytics &amp; Knowledge Conference</source>
          . pp.
          <volume>339</volume>
          {
          <fpage>347</fpage>
          . LAK '17,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jivet</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kizilcec</surname>
            ,
            <given-names>R.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hau</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Houben</surname>
            ,
            <given-names>G.J.:</given-names>
          </string-name>
          <article-title>Follow the successful crowd: Raising mooc completion rates through social comparison at scale</article-title>
          .
          <source>In: Proceedings of the Seventh International Learning Analytics &amp; Knowledge Conference</source>
          . pp.
          <volume>454</volume>
          {
          <fpage>463</fpage>
          . LAK '17,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Dillahunt</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Teasley</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Democratizing higher education: Exploring mooc use among those who cannot a ord a formal education</article-title>
          .
          <source>The International Review of Research in Open and Distributed Learning</source>
          <volume>15</volume>
          (
          <issue>5</issue>
          ) (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Efthimiadis</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernandez-Luna</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huete</surname>
            ,
            <given-names>J.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>MacFarlane</surname>
          </string-name>
          , A.:
          <article-title>Teaching and learning in information retrieval</article-title>
          , vol.
          <volume>31</volume>
          . Springer Science &amp; Business
          <string-name>
            <surname>Media</surname>
          </string-name>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Fernandez-Luna</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huete</surname>
            ,
            <given-names>J.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>MacFarlane</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Efthimiadis</surname>
            ,
            <given-names>E.N.</given-names>
          </string-name>
          :
          <article-title>Teaching and learning in information retrieval</article-title>
          .
          <source>Information Retrieval</source>
          <volume>12</volume>
          (
          <issue>2</issue>
          ),
          <volume>201</volume>
          {226 (Apr
          <year>2009</year>
          ), https://doi.org/10.1007/s10791-009-9089-9
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. Grunewald,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Mazandarani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Meinel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Teusner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Totschnig</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Willems</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>: openhpi: Soziales und praktisches lernen im kontext eines mooc</article-title>
          .
          <source>In: DeLFI</source>
          . pp.
          <volume>143</volume>
          {
          <issue>154</issue>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>P.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rubin</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>How video production a ects student engagement: An empirical study of mooc videos</article-title>
          .
          <source>In: Proceedings of the First ACM Conference on Learning @ Scale Conference</source>
          . pp.
          <volume>41</volume>
          {
          <fpage>50</fpage>
          . L@S '14,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Hansen</surname>
            ,
            <given-names>J.D.</given-names>
          </string-name>
          , Reich, J.:
          <article-title>Democratizing education? examining access and usage patterns in massive open online courses</article-title>
          .
          <source>Science</source>
          <volume>350</volume>
          (
          <issue>6265</issue>
          ),
          <volume>1245</volume>
          {
          <fpage>1248</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>He</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bailey</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rubinstein</surname>
            ,
            <given-names>B.I.P.</given-names>
          </string-name>
          , Zhang, R.:
          <article-title>Identifying At-Risk Students in Massive Open Online Courses</article-title>
          .
          <source>In: Proceedings of the Twenty-Ninth AAAI Conference on Arti cial Intelligence, January 25-30</source>
          ,
          <year>2015</year>
          , Austin, Texas, USA. pp.
          <volume>1749</volume>
          {
          <issue>1755</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Henrich</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morgenroth</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Information retrieval as elearning course in germanlessons learned after 5 years of experience</article-title>
          .
          <source>In: Proceedings of the First International Workshop on Teaching and Learning in Information Retrieval</source>
          , London, UK (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Henrich</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sieber</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Blended learning and pure e-learning concepts for information retrieval: experiences and future directions</article-title>
          .
          <source>Information Retrieval</source>
          <volume>12</volume>
          (
          <issue>2</issue>
          ),
          <volume>117</volume>
          {147 (Apr
          <year>2009</year>
          ), https://doi.org/10.1007/s10791-008-9079-3
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Jenders</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krestel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Naumann</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Which answer is best?: Predicting accepted answers in mooc forums</article-title>
          .
          <source>In: Proceedings of the 25th International Conference Companion on World Wide Web</source>
          . pp.
          <volume>679</volume>
          {
          <fpage>684</fpage>
          .
          <string-name>
            <surname>International World Wide Web Conferences Steering Committee</surname>
          </string-name>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Jiang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>A.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schenke</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Warschauer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>O</given-names>
            <surname>'Dowd</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.K.</surname>
          </string-name>
          :
          <article-title>Predicting MOOC performance with week 1 behavior</article-title>
          .
          <source>In: Proceedings of the 7th International Conference on Educational Data Mining, EDM</source>
          <year>2014</year>
          , London, UK, July 4-
          <issue>7</issue>
          ,
          <year>2014</year>
          . pp.
          <volume>273</volume>
          {
          <issue>275</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>G.J.:</given-names>
          </string-name>
          <article-title>An inquiry-based learning approach to teaching information retrieval</article-title>
          .
          <source>Information Retrieval</source>
          <volume>12</volume>
          (
          <issue>2</issue>
          ),
          <volume>148</volume>
          {
          <fpage>161</fpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Kauchak</surname>
            ,
            <given-names>D.:</given-names>
          </string-name>
          <article-title>A course-long information retrieval project</article-title>
          .
          <source>In: First AAAI Symposium on Educational Advances in Arti cial Intelligence</source>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Konstan</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Walker</surname>
            ,
            <given-names>J.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brooks</surname>
            ,
            <given-names>D.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brown</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ekstrand</surname>
          </string-name>
          , M.D.:
          <article-title>Teaching recommender systems at large scale: Evaluation and lessons learned from a hybrid mooc</article-title>
          .
          <source>ACM Trans. Comput.-Hum. Interact</source>
          .
          <volume>22</volume>
          (
          <issue>2</issue>
          ),
          <volume>10</volume>
          :1{
          <fpage>10</fpage>
          :23 (Apr
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Warren</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jermaine</surname>
            ,
            <given-names>C.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chaudhuri</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rixner</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Grading the graders: Motivating peer graders in a MOOC</article-title>
          .
          <source>In: Proceedings of the 24th International Conference on World Wide Web</source>
          . pp.
          <volume>680</volume>
          {
          <fpage>690</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>McCown</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Teaching web information retrieval to undergraduates</article-title>
          .
          <source>In: Proceedings of the 41st ACM Technical Symposium on Computer Science Education</source>
          . pp.
          <volume>87</volume>
          {
          <fpage>91</fpage>
          . SIGCSE '10,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2010</year>
          ), http://doi.acm.
          <source>org/10</source>
          . 1145/1734263.1734294
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Meinel</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Willems</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Renz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staubitz</surname>
          </string-name>
          , T.:
          <article-title>Re ections on enrollment numbers and success rates at the openhpi mooc platform</article-title>
          .
          <source>Proceedings of the European MOOC Stakeholder</source>
          Summit pp.
          <volume>101</volume>
          {
          <issue>106</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Mizzaro</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Teaching of web information retrieval: Web rst or ir rst</article-title>
          .
          <source>In: Proceedings of the rst international workshop on teaching and learning in information retrieval (TLIR</source>
          <year>2007</year>
          ). pp.
          <volume>50</volume>
          {
          <issue>54</issue>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Nagrecha</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dillon</surname>
            ,
            <given-names>J.Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chawla</surname>
            ,
            <given-names>N.V.</given-names>
          </string-name>
          :
          <article-title>Mooc dropout prediction: Lessons learned from making pipelines interpretable</article-title>
          .
          <source>In: Proceedings of the 26th International Conference on World Wide Web Companion</source>
          . pp.
          <volume>351</volume>
          {
          <fpage>359</fpage>
          .
          <string-name>
            <surname>International World Wide Web Conferences Steering Committee</surname>
          </string-name>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Nam</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lonn</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brown</surname>
          </string-name>
          , T.,
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koch</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Customized course advising: investigating engineering student success with incoming pro les and patterns of concurrent course enrollment</article-title>
          .
          <source>In: Learning Analytics and Knowledge Conference</source>
          <year>2014</year>
          , LAK '
          <fpage>14</fpage>
          , Indianapolis, IN, USA, March
          <volume>24</volume>
          -28,
          <year>2014</year>
          . pp.
          <volume>16</volume>
          {
          <fpage>25</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Naumann</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jenders</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Papenbrock</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Ein datenbankkurs mit 6000 teilnehmern</article-title>
          .
          <source>Informatik-Spektrum</source>
          <volume>37</volume>
          (
          <issue>4</issue>
          ),
          <volume>333</volume>
          {
          <fpage>340</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Pappano</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>The year of the mooc</article-title>
          .
          <source>The New York Times</source>
          <volume>2</volume>
          (
          <issue>12</issue>
          ),
          <year>2012</year>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Park</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Denaro</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rodriguez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smyth</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Warschauer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Detecting changes in student behavior from clickstream data</article-title>
          .
          <source>In: Proceedings of the Seventh International Learning Analytics &amp; Knowledge Conference</source>
          . pp.
          <volume>21</volume>
          {
          <fpage>30</fpage>
          . LAK '17,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Ruiz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Charleer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Urretavizcaya</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klerkx</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernandez-Castro</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Duval</surname>
          </string-name>
          , E.:
          <article-title>Supporting learning by considering emotions: Tracking and visualization a case study</article-title>
          .
          <source>In: Proceedings of the Sixth International Conference on Learning Analytics &amp; Knowledge</source>
          . pp.
          <volume>254</volume>
          {
          <fpage>263</fpage>
          . LAK '16,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Sonwalkar</surname>
          </string-name>
          , N.:
          <article-title>The rst adaptive mooc: A case study on pedagogy framework and scalable cloud architecture | part i</article-title>
          .
          <source>MOOCs Forum 1(P)</source>
          ,
          <volume>22</volume>
          {
          <fpage>29</fpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Tomkin</surname>
            ,
            <given-names>J.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Charlevoix</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Do professors matter?: Using an a/b test to evaluate the impact of instructor involvement on mooc student outcomes</article-title>
          .
          <source>In: Proceedings of the First ACM Conference on Learning @ Scale Conference</source>
          . pp.
          <volume>71</volume>
          {
          <fpage>78</fpage>
          . L@S '14,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Wen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rose</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Sentiment analysis in mooc discussion forums: What does it tell us?</article-title>
          <source>In: Educational Data Mining</source>
          <year>2014</year>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Zemsky</surname>
          </string-name>
          , R.:
          <article-title>With a mooc mooc here and a mooc mooc there, here a mooc, there a mooc, everywhere a mooc mooc</article-title>
          .
          <source>The Journal of General Education</source>
          <volume>63</volume>
          (
          <issue>4</issue>
          ),
          <volume>237</volume>
          {
          <fpage>243</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>