<!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>
      <journal-title-group>
        <journal-title>Workshop on Collaborative Technologies for Working and Learning, Sept.</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Mobile Support for Ad Hoc Learning Communities</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Inga Saatz</string-name>
          <email>inga.saatz@fh-dortmund.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andrea Kienle</string-name>
          <email>andrea.kienle@fh-dortmund.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Applied Science and Arts Dortmund</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2013</year>
      </pub-date>
      <volume>21</volume>
      <issue>2013</issue>
      <abstract>
        <p>The creation of user-generated content is an approach which is used to activate learners. This paper presents an approach supporting mobile collaborative use of user-generated e-flashcards within small ad-hoc learning communities. The application of this approach to support cooperative work and workplace learning is discussed too.</p>
      </abstract>
      <kwd-group>
        <kwd>mobile learning</kwd>
        <kwd>collaborative learning</kwd>
        <kwd>e-flashcards</kwd>
        <kwd>learning communities</kwd>
        <kwd>workplace learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        The approach of e-flashcards is mainly related to work on active learning and
feedback. Regarding the topic of active learning, such approaches are widely accepted that
are based on constructivism and emphasize that active learning deals with own
production and discussion of (learning) content [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The use of e-flashcards within large
university courses was evaluated in [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ]. A study of use and acceptance of
eflashcards showed a high positive level of user acceptance according to the user
feedback and active learning [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. But this user acceptance was not reflected in the actual
use of e-flashcards during the examination preparation phase. In this phase, learners
meet other learners occasionally forming small ad hoc learning communities. Thus,
the research question arises how to provide mobile support for small ad hoc learning
communities during exam preparation. To gain additional benefit of the offline
interaction in the learning process, a mobile learning application should support mobile
collaborative learning, especially creation and ad hoc exchange of user-generated
content. Therefore, this paper presents an approach to support mobile collaborative
learning with e-flashcards within small ad hoc learning communities meeting these
requirements.
      </p>
      <p>Copyright © 2013 for the individual papers by the papers' authors.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>E-Flashcards in University Settings</title>
      <sec id="sec-2-1">
        <title>Pedagogical Scenario</title>
        <p>
          The e-flashcard approach is based on small content snippets in the sense of
Microlearning (see [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]) and is suitable for learning of facts. Each e-flashcard consists of a
question and the related answer page, which can be accessed by a web-based client or
a mobile application, so that learning becomes possible anytime and anyplace. The
mobile application for ad-hoc collaborative learning picks up the scenario of
questioning each other using paper-based flashcards within the co-located ad hoc learning
community. For this collaborative task, a Bluetooth-Connection between the mobile
devices of the learners is established. One learner, the questioner, requests the answer
to the question on his e-flashcard from the other learners. The questioner sees the
answer side of the e-flashcard on the mobile device, whereas the question side of the
same e-flashcard is presented to the other learners of the learning community (see
figure 1). The answers of the other learners are compared with the answer on the
flashcard and discussed between the learners. The questioner can send the solution or
parts of it, for example a correct match in a fill-in-the-gap question, to the mobile
devices of the other learners. If during this communication process new questions
arise, a new e-flashcard will be created and sorted into the flashcard-deck.
Furthermore, an ad-hoc exchange of e-flashcards between the mobile devices of the learners
is possible by using the Bluetooth-Connection or utilizing NFC-tags.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>System Architecture</title>
        <p>
          Figure 2 shows the rough architecture of the e-flashcard system. The web server
application supports the use and the creation of e-flashcards and maintains the
eflashcard pool. To enable a user-friendly, offline mobile learning with the
eflashcards, a native Android application was developed [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. The learner subscribes
lessons to determine the e-flashcards to be used on the mobile device. These
subscribed e-flashcards are replicated in in a SQLite database [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] on the mobile device.
To support additional ad-hoc collaborative learning with e-flashcards, this
serverclient architecture was enhanced with a P2P-network between the mobile clients.
        </p>
        <p>
          Because an internet access of the mobile phones of the learners in ad-hoc
collaboration settings could not be taken for granted, the Bluetooth protocol was used to
establish the ad-hoc P2P-network. Zhang et al. [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] showed for example, that various
mobile devices could be connected by Bluetooth to provide an ad-hoc 1:n
communication channel between teacher and course members for feedback and learning
progress monitoring.
        </p>
        <p>
          To ease this connection process for the learners, NFC-capable devices are
connected by touching the devices utilizing the NFC protocol (named Android “Beam” [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]) to
transmit the Bluetooth-Connection data (port, MAC-address). This is applicable for
the Android operating system 4.0 and above, whereas all other mobile devices still
have to undergo the Bluetooth pairing process. On the mobile device ad-hoc created
e-flashcards are stored in the SQLite database and can be stored on NFC tags
additionally. When the connection to the e-flashcard server is (re)established, these ad-hoc
created e-flashcards can be uploaded to the e-flashcard-pool.
        </p>
        <p>Fig 2. Architecture overview
2.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>First Experiences and future work</title>
        <p>A case-study was carried out in a classroom setting at a vocational school for
commerce in February 2013. The test group consisted of 16 students (14 male, 2 female),
who were preparing for the A-level examination in the subject business economics. At
first the test group created 44 e-flashcards and worked with the mobile cooperative
application in small peer groups of 2 or 3 learners. In the follow-up interview the
learners indicated their acceptance to work together by means of the mobile
application.</p>
        <p>In order to increase motivation and fun of the users future work addresses the idea to
add gamification-elements to e-flashcards platform (e.g. a competitive card game) to
investigate whether this is a means to enhance the tool’s use by the learners and to
study cooperation within ad hoc learning communities.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Relevance for cooperative work and workplace learning</title>
      <p>
        The approach of e-flashcards and its cooperative usage have the potential to support
(collaborative) learning of facts even in companies. Therefore, various mobile
eflashcard applications are available, see for example [
        <xref ref-type="bibr" rid="ref8">8, 9</xref>
        ]. Due to the NFC and
Bluetooth connection between the mobile devices the collaboration within these ad hoc
learning communities collaboration is possible even if WiFi-connection is protected
due to security reasons. From our point of view learning or internalization of facts is
necessary even though knowledge platforms are widely used to store knowledge
about facts. Internalized facts are especially necessary at workplaces handling
timecritical situations, for example flight control, medical care or fire service. In these
situations searching of facts in knowledge management situations is too
timeintensive. As an example, Sonne et al. [10] reported on a question-based mobile
learning application focusing privacy protection and data security developed for an airline.
      </p>
      <p>E-flashcards could be used to enhance the internalization of facts and should be
therefore integrated in work processes. Such opportunities occur whenever people
come together to spend some time, have fun or meet for learning, for example during
on-call duty or travel time. With this contribution we would like to brainstorm
possible further tool’s use cases and start a discussion about these and more potentials of
the e-flashcards-approach for CSCW.</p>
      <p>Acknowledgement</p>
      <p>Thanks to the students Stefan Hoppe for the implementation of the described
software and Robert Zimmer for user support.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Koschmann</surname>
          </string-name>
          , T. (ed.)
          <source>CSCL: Theory and Practice</source>
          , New Jersey: Lawrence Erlbaum Associates,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Saatz</surname>
          </string-name>
          , Inga; Kienle,
          <string-name>
            <surname>Andrea</surname>
          </string-name>
          (
          <year>2013</year>
          )
          <article-title>: Increasing Quality in large scale University Courses - E-flashcards as an approach to support active learning and individual facilitation</article-title>
          .
          <source>In: Journal e-learning and education (eleed)</source>
          , Vol.
          <volume>9</volume>
          . (urn:nbn:de:
          <fpage>0009</fpage>
          -5-36551) Saatz, Inga; Kienle,
          <string-name>
            <surname>Andrea</surname>
          </string-name>
          (
          <year>2013</year>
          )
          <article-title>: Learning with e-Flashcards - Does it matters? Accepted for the 8th European Conference on technology enhanced Learning (ECTEL) 2013</article-title>
          ,
          <string-name>
            <surname>Paphos</surname>
          </string-name>
          (Cyprus);
          <year>September 2013</year>
          .Hug,
          <string-name>
            <surname>T.</surname>
          </string-name>
          :
          <article-title>Micro Learning and Narration. Exploring possibilities of utilization of narrations and storytelling for the designing of "micro units" and didactical microlearning arrangements</article-title>
          .
          <source>In: Online proceedings of the International Conference "Media in Transition 4: The Work of Stories "</source>
          , Cambridge (MA), USA, May 6-
          <issue>8</issue>
          ,
          <year>2005</year>
          , http://web.mit.edu/comm-forum/mit4/papers/hug.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3. Android Operating System, http://www.android.com/ (last access:
          <volume>27</volume>
          .
          <fpage>08</fpage>
          .
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <article-title>SQLite database management system</article-title>
          , http://www.sqlite.org/ (last access:
          <volume>27</volume>
          .
          <fpage>08</fpage>
          .
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. Zhang,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Vuong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            , &amp;
            <surname>Malik</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.</surname>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>Mobile learning with bluetoothbased E-learning system</article-title>
          .
          <source>Proceeding of the 2006 international conference on Communications and mobile computing - IWCMC '06</source>
          , 951. doi:
          <volume>10</volume>
          .1145/1143549.1143739
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6. KnowledgePulse, http://www.knowledgepulse.com/en/products-services-
          <volume>0</volume>
          (last access:
          <volume>27</volume>
          .
          <fpage>08</fpage>
          .
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. Android mobile Application Ankidroid, https://play.google.com/store/apps/details?id=com.ichi2.
          <source>anki (last access: 27.08</source>
          .
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Sonne</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harriehausen-Mühlbauer</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , (
          <year>2012</year>
          ).
          <article-title>Lufthansa Privacy Quiz</article-title>
          . In: Akbari,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Böhnstedt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Bremer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Chatti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            &amp;
            <surname>Rensing</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          (Hrsg.),
          <source>DeLFI</source>
          <year>2012</year>
          :
          <article-title>Mobile Learning</article-title>
          . Hagen,
          <volume>55</volume>
          -
          <fpage>56</fpage>
          (in German).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>