Developing Open Source Web Services for Technology-Enhanced Learning

Size: px
Start display at page:

Download "Developing Open Source Web Services for Technology-Enhanced Learning"

Transcription

1 Developing Open Source Web Services for Technology-Enhanced Learning Juergen Mangler, Renate Motschnig-Pitrik, Michael Derntl Research Lab for Educational Technologies, University of Vienna Abstract. When introducing technology-enhanced learning, universities are faced with the question of whether to buy an off-the-shelf learning platform or to develop a home-grown solution. In this paper we discuss the particular benefits we have experienced in developing special purpose Web Service modules to support specific didactic elements in the computer science curriculum. We argue that learning platform modules, in order to be fully effective, need to be derived from educational principles and practice. In support of this observation we illustrate a systematic way of deriving Web Service modules from didactic goals. Two examples, a bug reporting forum and a work space for uploading project milestone documents, serve to discuss and confirm the concept. 1 Introduction In most universities, e-learning frontiers are employing various solutions in their technology-enhanced learning (TEL) experiments long before university administration starts to think about employing and supporting a university-wide solution. While the motivations and the potential consequences at these levels are completely different, both administration and frontiers face the question of whether to use an existing solution, or to develop a custom solution. Yet, usually only computer science departments have the advantage of possessing the knowhow to develop a home-grown solution particularly tailored to their needs. So the most important decision for everyone to make is whether to use a commercial product or to invest into the creation of an own system. Commercial products have a given architecture and feature set that is immediately available, but it is sometimes difficult for them to live up to the expectations: one has to sacrifice usability, cannot achieve the exact target, or has to cut back one s need for specific support. Behind each commercial product there is a dogma, which can not be changed and which affects the real life, i.e. the courses structure. We claim that technology should support real life, not shape it. On the other hand, creating a custom solution that is tightly integrated into pedagogical practice has several advantages. Creating an own modular solution

2 or starting from an existing open-source project may be the key for successful integration into an existing learning platform infrastructure. There is a strong tendency in the European Union to support open-source software development (see [3]). Developing an open-source framework for the exchange of standardised Blended Learning components can help to establish new cooperations with other universities. We took this opportunity and started to develop a modular solution [6], which would not only serve as our learning platform, but through its modular, standards-based design is ready to be integrated into other learning platforms. This solution integrates a set of distributed Web Services [1] that share a common interface. We envision a pool of open-source services that can freely be exchanged and consumed by all participating institutions (universities, industry,...). This has the following advantages: Every institution can focus on its specialities (e.g. a faculty for applied Mathematics can realise modules that help their students in solving mathematical problems). Everyone can use common, freely available modules like discussion forums, workspaces, or WIKIs. Because of the distributed nature of Web Services, universities and schools from different nations can team up to create optimally supported courses. Because of distributed design, adding new modules cannot destabilise the system, and research and deployment can proceed continuously. In the next section we point to essential features of our Web Service based environment for TEL while section 3 characterises two selected services in more detail. 2 Commercial vs. Home-grown Platform Support Our solution, called CEWebS (Cooperative Environment Web Services), realises the framework mentioned above. The following issues appear essential: Individual combinable services help to keep the environment simple, for both the user and the facilitator. Each service implements a coherent set of functionality. Given proper extension mechanisms, the services can be integrated into existing administrative solutions as well as commercial platforms. Particularly in the field of computer science there is a need for specialised tools, as computer science is a highly application-oriented discipline; CEWebS allows for the encapsulation of existing tools to provide a Web interface for students. We want others to join our efforts. Open-source is a way to transparently share work with others. We release our services under the LGPL [5] and GPL [4] licences, to protect our rights, as well as allow for embedding into other (even commercial) projects.

3 The university of Vienna provides WebCT Vista [9] to all students. However this platform is not intended to be used in projects or cooperations with people external to the university. By providing independent components, valuable tools can be used inside the learning platform as well as be applied separately to cooperative environments. To explore the effects of the Person-Centered Approach [8] which we adopt as the didactic baseline in most courses we need a flexible framework to experiment with. For our research to be effective we need a framework that can be changed and customised in the short term. Investigation into new technologies and applications that also provide support for our daily work seemed a good idea. 3 From Learning Theory to Platform Support Technology-enhanced learning (TEL) offers a huge variety of design options and also demands many decisions to be thoughtfully made. This includes decisions regarding the arrangement of face-to-face and online phases in a TEL course, as well as choosing the appropriate media and tools for a set of activities in the learning process. While commercial products offer a number of well-defined and proven features like chat, discussion forum, file spaces, blackboard, etc., appropriate Web-based support for domain- and context-specific didactical arrangements is missing. We believe that such Web support cannot be offered to a full extent by standard monolithic software solutions. Learning theories are too diverse and versatile to be captured and supported by a standard piece of software. Either the desired feature is completely missing, or it is too cumbersome and complex to configure. Our approach is different: We believe that researching the learning processes and eliciting required functionality is the most promising philosophy in this respect. The target learning process is analysed, requirements are derived, and functionality is implemented based on the guiding principle of simplicity for both process and implementation. In the following sub-sections we outline two services that were implemented based on the requirements of the cooperative, person-centred learning processes [8] [7] [2] they are supposed to support. 3.1 Contributions of Teams As said before we aim to create specialised services, which exactly may didactic requirements in order to optimally support educators and students. In a nutshell the scenario for an IT project management lab course is as follows: Each course consists of multiple groups of about 20 students In every group students assign themselves to teams of about 3 students (for CEWebS supports team-building processes) Each team elaborates a project, according to an idea that has to be discussed with the teacher and the other students

4 The projects are elaborated according to a flexible, predetermined processand milestone structure The lab hours are used to present and to discuss the progress and the decisions taken by the teams CEWebSDelivery upload file view other persons contributions student CEWebSAdministration structure themes review other participants work find out which students didn t contribute administrator write to selected students Fig. 1. Contributing / Uploading Material To meet the requirements outlined by the use cases in Fig. 1, we created a CEWebS that focuses on the contribution of teams. When creating this service we concentrated on various aspects that make it different from other implementations as well as less usable for scenarios that do not exactly match ours. These decisions foster a strongly cooperative style. They include: All persons in a team can add and change files All files are immediately visible to all students The main page always shows all contributions. This proved to increase the overall quality of the projects, as students can take a look how other teams performed the tasks when something was unclear. Under the precondition of being as simple as possible, we realised it consisting of only three pages for managing the whole process. The first page provides a detailed overview about what the individual teams contributed so far (see Fig. 2). In our case the details page consists of various elements: At the top of the page a short introduction is given, explaining the project the students have to contribute to and also providing various links, where the students can find additional information. The following contributions are necessary: contains a list of all tasks which the students need to accomplish. This list is changing over the term, as new entries are added, and old ones are removed. Again we keep the principle of showing only what is necessary.

5 The main section is lead by The following files have been contributed by the individual teams:. This section holds: A scope for each team Each teams scope is further divided into a space where links in brackets ([...]) occur, leading to other CEWebS providing peer-evaluation facilities. A parameter CEWebS section is added to each link, to denote the team that is currently evaluated. In this space also the links to the results of the evaluation occur. The second space holds the files for each task. When clicking on the filename, the file is opened or downloaded to the local hard-disk. Fig. 2. List of the Uploaded Material After selecting a task from the list, the user is presented with a page that allows for managing the files that a team contributed to the specific task so far. The management page holds a more detailed description about a single task, and allows to add new files, delete files and overload (or rename) existing contributions. The last page that the user has to master is the upload page where he / she has to select a file and specify a description. After uploading a file, the updated management page is presented to the user. The CEWebS also provides a report of type , that can be used to write an to all teams that have not yet contributed a file in response to a task. 3.2 Track Bugs of Other Teams We also extend the development process to encompass a peer review process and make testing the projects of other teams an exercise. To accomplish this goal we

6 created a CEWebS called BugTracker. The students have to systematically test the project of the peer-team and report the bugs through the Web interface. This helps to improve the projects of the teams, and to divide the work for individual team members, even if there is no time to meet face to face. Commercial or opensource bug-tracking tools are often very complicated to use, so we simplified the process and integrated it into our course structure. The use cases in Fig. 3 where identified as being important. << include >> report new bugs comment bugs categorise bugs change the category of a bug user Fig. 3. Report Bugs In its current form the BugTracker CEWebS is able to file bugs, change their state and add comments to them. When the user enters the service he / she can see a simple list of all bugs. Per default the bugs are filtered by bug states. An administrator can add an arbitrary number of bug-states to the configuration, the first state in the configuration is the one that is shown per default. States in our configuration include (in exactly this order): Open - bugs that have not yet been resolved. Squished - bugs that have been resolved / fixed. Already Existing - bugs that have already been reported / duplicated bugs. Interesting but subjective - ideas or reported errors that belong to the category feature not bug. Also complaints about colours and page layout can be put into this category. It holds bugs that need further discussion. The bugs are always filtered according to these states. For our configuration all Open bugs are shown in the default view. The list of bugs is always sorted by project-names and categories. Categories include: Error - an error message occurs, or something just refuses to work. Not available, missing functionality, Idea Disturbing, Usability - something works but is not nice to use. Minor flaw - nice to have, but low priority. Again the administrator can define his/her own categories, the ordering in the configuration file affects the ordering in the output list. In our case errors are considered the most important thing, followed by ideas and so on. There is also a link to the comments section of the bug and a short description, that is clickable and links to the detailed description of the bug. When the user decides to add a new bug, he/she will see a form with the following input fields:

7 Date, Time - Regarding: Date and Time can be set as well as the module where the error has been found (Regarding). Author and Browser will be set automatically, as only logged-in users can add bugs, and the browser can also be read out. This field is immutable. The Short descriptionof the bug that will be shown in the list. An URL that points to a location where the error occurs. If an URL can t be given (due to frames or for session reasons e.g. in WebCT) one should add here a short description how to provoke the error. Long Description Effects that occur because of the error. What tasks can no longer be accomplished? Additional Comments that fit into none of the above fields. A user can change the bugs he/she reported (the facilitator can change all bugs) as can be seen in Fig. 4. All new bugs default to Open (or in fact the first state in the configuration), after first saving one, the user can also change the state (e.g. to Already Existing). Fig. 4. Owner of a Bug There is also the functionality to add comments to every bug. The comments will be shown in a flat list, every comment can make use of a simple WIKI syntax.

8 The BugTracker provides an excellent example for a versatile service. In asking students to report bugs and inconveniences regarding CEWebS we collect valuable feedback that allows us to optimise platform support. 4 Conclusions From experience we found that user-centred design requires adaptation based on educational practice. Furthermore, standard learning platform functionality only marginally accommodates the need for special purpose services, such as the use of tools and customised support of project structures, we envisage in computer science. These reasons and the fact that research in technology-enhanced learning needs flexibility for experimentation and experience motivated us to develop open-source Web Services. These help us to enhance learning in the courses we offer at the University of Vienna and, in our view, have the potential of forming a powerful, extensible, highly modular pool of services to be used cooperatively and internationally. References 1. Curbera, F., Nagy, W. A., and Weerawarana, S.: Web Services: Why and How? Proc. OOPSLA 2001 (Workshop on Object-Oriented Web Services), Tampa, Florida (2001). 2. Derntl, M. and Motschnig-Pitrik, R.: The Role of Structure, Patterns, and People in Blended Learning. The Internet and Higher Education 8 (to appear). 3. European Union, Information Society: Free and Open Source Software. society/activities/opensource/ [last access February 16, 2005]. 4. Free Software Foundation: General Public License (GPL). [last access February 16, 2005]. 5. Free Software Foundation: Lesser General Public License (LGPL). [last access February 16, 2005]. 6. Mangler, J. and Derntl, M.: CEWebS - Cooperative Environment Web Services. Proc. 4th International Conference on Knowledge Management (I-KNOW 04), Graz, Austria (2004). 7. Motschnig-Pitrik, R. and Holzinger, A.: Student-Centered Teaching Meets New Media: Concept and Case Study. Journal of Educational Technology and Society 5 (2002) Rogers, C. R.: Freedom to Learn for the 80 s. Charles E. Merrill Publishing Company, Columbus, Ohio (1983). 9. WebCT Incorporated: WebCT. [last access September 17, 2004].

Embedding Educational Design Pattern Frameworks into Learning Management Systems

Embedding Educational Design Pattern Frameworks into Learning Management Systems Embedding Educational Design Pattern Frameworks into Learning Management Systems Michael Derntl 1 and Rafael A. Calvo 2 1 Computer Science Didactics and Learning Research Center, University of Vienna,

More information

Use of learning technologies in the Masters of Divinity programme

Use of learning technologies in the Masters of Divinity programme 1 CASE STUDIES 2014 The Master of Divinity (MDiv) in Church Ministry and Church Leadership (55735:889) is a full year, multi-module programme in the Department of Practical Theology that focuses on training

More information

Moodle: Discover Open Source Course Management Software for Medical Education

Moodle: Discover Open Source Course Management Software for Medical Education Moodle: Discover Open Source Course Management Software for Medical Education Serkan Toy, Ph.D Children s Mercy Hospital University of Missouri, Kansas City, Missouri Kadriye O. Lewis, Ed.D Cincinnati

More information

Comparison of Moodle and ATutor LMSs

Comparison of Moodle and ATutor LMSs Comparison of Moodle and ATutor LMSs Péter Lengyel - Miklós Herdon - Róbert Szilágyi University of Debrecen CAS-FAERD Contents Introduction (Moodle, ATutor) Evaluation aspects Technical flexibility Learning

More information

Application of Project-driven Teaching Practice Based on Sakai

Application of Project-driven Teaching Practice Based on Sakai 2012 International Conference on Education Technology and Computer (ICETC2012) IPCSIT vol.43 (2012) (2012) IACSIT Press, Singapore Application of Project-driven Teaching Practice Based on Sakai Wang Lin

More information

COURSE RECOMMENDER SYSTEM IN E-LEARNING

COURSE RECOMMENDER SYSTEM IN E-LEARNING International Journal of Computer Science and Communication Vol. 3, No. 1, January-June 2012, pp. 159-164 COURSE RECOMMENDER SYSTEM IN E-LEARNING Sunita B Aher 1, Lobo L.M.R.J. 2 1 M.E. (CSE)-II, Walchand

More information

Adding the e to Learning

Adding the e to Learning Adding the e to Learning E-Learning Professional Development Program Expected Outcome This program is designed for people who wish to improve their competency to design and deliver courses via the Internet.

More information

Experience with Open Source for e-learning

Experience with Open Source for e-learning Experience with Open Source for e-learning Firoz Kaderali, Olaf Ehlert FernUniversität Hagen / Germany firoz.kaderali@fernuni-hagen.de, olaf.ehlert@fernuni-hagen.de Abstract A learning management system

More information

The Hepldesk and the CLIQ staff can offer further specific advice regarding course design upon request.

The Hepldesk and the CLIQ staff can offer further specific advice regarding course design upon request. Frequently Asked Questions Can I change the look and feel of my Moodle course? Yes. Moodle courses, when created, have several blocks by default as well as a news forum. When you turn the editing on for

More information

Solution for ETC programmes GENERAL CHARACTERISTICS

Solution for ETC programmes GENERAL CHARACTERISTICS GENERAL CHARACTERISTICS The solution developed and distributed by GECKO is a web application that supports monitoring of publicly funded projects. Based on 10 years of experience with European Territorial

More information

Open eclass Asynchronous elearning Platform

Open eclass Asynchronous elearning Platform Open eclass Asynchronous elearning Platform Student Manual The Open eclass platform is a complete Course Management System. It is the solution offered by the Greek Academic Network GUnet to support Asynchronous

More information

Standards for Excellence

Standards for Excellence THE AUSTRALIAN ASSOCIATION OF MATHEMATICS TEACHERS Standards for Excellence in Teaching Mathematics in Australian Schools 2006 edition These Standards were originally adopted by AAMT Council in 2002 as

More information

Running head: CONCEPTUALIZING INTELLIGENT AGENTS FOR TEACHING AND LEARNING. Conceptualizing Intelligent Agents For Teaching and Learning

Running head: CONCEPTUALIZING INTELLIGENT AGENTS FOR TEACHING AND LEARNING. Conceptualizing Intelligent Agents For Teaching and Learning Running head: CONCEPTUALIZING INTELLIGENT AGENTS FOR TEACHING AND LEARNING Conceptualizing Intelligent Agents For Teaching and Learning Ali Jafari, Ph.D. Professor of Computer Technology Director of CyberLab

More information

INSTRUCTIONS FOR UPLOADING THE COURSE ORIENTATION MODULE

INSTRUCTIONS FOR UPLOADING THE COURSE ORIENTATION MODULE INSTRUCTIONS FOR UPLOADING THE COURSE ORIENTATION MODULE The import file for the Blackboard 9.1 Course Orientation may be found on the Blackboard website in the Faculty area by clicking on the Resources

More information

E-Learning by Using Content Management System (CMS)

E-Learning by Using Content Management System (CMS) E-Learning by Using Content Management System (CMS) Reem Razzaq Abdul Hussein 1 Iraqi Commission for Computer and Informatics Informatics Baghdad, Iraq Afaf Badie Al-Kaddo 2 Dept. of Computer Science University

More information

WordNet Website Development And Deployment Using Content Management Approach

WordNet Website Development And Deployment Using Content Management Approach WordNet Website Development And Deployment Using Content Management Approach N eha R P rabhugaonkar 1 Apur va S N ag venkar 1 Venkatesh P P rabhu 2 Ramdas N Karmali 1 (1) GOA UNIVERSITY, Taleigao - Goa

More information

Web-Based Education in Secondary Schools in Cyprus A National Project

Web-Based Education in Secondary Schools in Cyprus A National Project Web-Based Education in Secondary Schools in Cyprus A National Project Aimilia Tzanavari, George A. Papadopoulos Department of Computer Science University Of Cyprus Nicosia, CYPRUS {aimilia, george}@cs.ucy.ac.cy

More information

Game-based learning framework for collaborative learning and student e-teamwork

Game-based learning framework for collaborative learning and student e-teamwork Game-based learning framework for collaborative learning and student e-teamwork Maja Pivec Olga Dziabenko The paper introduces issues on game-based learning applied within the university and lifelong learning.

More information

MasteryTrack: System Overview

MasteryTrack: System Overview MasteryTrack: System Overview March 16, 2015 Table of Contents Background Objectives Foundational Principles Mastery is Binary Demonstrating Mastery Scope of Activity Level of Accuracy Time System Elements

More information

Paper Prototyping as a core tool in the design of mobile phone user experiences

Paper Prototyping as a core tool in the design of mobile phone user experiences Paper Prototyping as a core tool in the design of mobile phone user experiences Introduction There is much competition in the mobile telecoms industry. Mobile devices are increasingly featurerich they

More information

NEW MODULAR APPROACH FOR KNOWLEDGE- TRANSFER IN MULTIMEDIA CARTOGRAPHY: THE E-LEARNING PROJECT CARTOUCHE

NEW MODULAR APPROACH FOR KNOWLEDGE- TRANSFER IN MULTIMEDIA CARTOGRAPHY: THE E-LEARNING PROJECT CARTOUCHE NEW MODULAR APPROACH FOR KNOWLEDGE- TRANSFER IN MULTIMEDIA CARTOGRAPHY: THE E-LEARNING PROJECT CARTOUCHE Olaf Schnabel, Regula Stopper, Lorenz Hurni Institute of Cartography ETH Zurich CH-8093 Zurich,

More information

Moodling in a business school in Slovenia

Moodling in a business school in Slovenia Moodling in a business school in Slovenia dr. Viktorija Sul!i! Univerza na Primorskem, Fakulteta za management Koper viktorija.sulcic@fm-kp.si Alja Sul!i! Artesia Ljubljana alja@artesia.si Abstract In

More information

Totara LMS. Key benefits. Key Features

Totara LMS. Key benefits. Key Features Totara LMS Achieve your business objectives through effective learning and development with our game-changing Learning Management System (LMS). Today, more than ever, the achievement of your business objectives

More information

REGULATIONS AND CURRICULUM FOR THE MASTER S PROGRAMME IN INFORMATION ARCHITECTURE FACULTY OF HUMANITIES AALBORG UNIVERSITY

REGULATIONS AND CURRICULUM FOR THE MASTER S PROGRAMME IN INFORMATION ARCHITECTURE FACULTY OF HUMANITIES AALBORG UNIVERSITY REGULATIONS AND CURRICULUM FOR THE MASTER S PROGRAMME IN INFORMATION ARCHITECTURE FACULTY OF HUMANITIES AALBORG UNIVERSITY SEPTEMBER 2015 Indhold PART 1... 4 PRELIMINARY REGULATIONS... 4 Section 1 Legal

More information

Guidelines for Minimum Standards for Learning Management System (LMS) Unit Design

Guidelines for Minimum Standards for Learning Management System (LMS) Unit Design Guidelines for Minimum Standards for Learning Management System (LMS) Unit Design Overview Ensuring a minimum standard for design of an LMS unit for teaching, learning and assessment purposes at UWA supports

More information

Microsoft in Education. Microsoft Certified Educator Study Guide

Microsoft in Education. Microsoft Certified Educator Study Guide Microsoft in Education Microsoft Certified Educator Study Guide Resources The Microsoft Certified Educator and Teaching with Technology programs are part of a rich set of professional development, assessment,

More information

CLP4NET. Nuclear Knowledge Management Section. IAEA International Atomic Energy Agency

CLP4NET. Nuclear Knowledge Management Section. IAEA International Atomic Energy Agency CLP4NET Nuclear Knowledge Management Section International Atomic Energy Agency Cyber Learning Platform For Nuclear Education and Training support capacity building and knowledge transfer in the nuclear

More information

Mobile Information Access in Higher Education

Mobile Information Access in Higher Education Mobile Information Access in Higher Education Martin Ebner Computing and Information Services / Social Learning martin.ebner@tugraz.at Nikolai Scerbakov Institute of Information and Computer Media (IICM)

More information

AULA-MANUAL FOR STUDENTS AULA MANUAL FOR STUDENTS AND COURSE PARTICIPANTS

AULA-MANUAL FOR STUDENTS AULA MANUAL FOR STUDENTS AND COURSE PARTICIPANTS 1 AULA MANUAL FOR STUDENTS AND COURSE PARTICIPANTS 2 AULA... 4 TOOLS IN AULA... 4 NAVIGATION... 5 LANGUAGE CHOICE... 5 ONLINE IN AULA... 5 VIEW ONLINE PROFILES... 6 REGISTRATION, MODIFYING PROFILE AND

More information

Design of an Interface for Technology Supported Collaborative Learning the RAFT Approach

Design of an Interface for Technology Supported Collaborative Learning the RAFT Approach Design of an Interface for Technology Supported Collaborative Learning the RAFT Approach Lucia Terrenghi 1, Marcus Specht 1, Moritz Stefaner 2 1 Fraunhofer FIT, Institute for Applied Information Technology,

More information

MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration

MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration Hoi-Wan Chan 1, Min Xu 2, Chung-Pan Tang 1, Patrick P. C. Lee 1 & Tsz-Yeung Wong 1, 1 Department of Computer Science

More information

Totara LMS. Key benefits. Key Features

Totara LMS. Key benefits. Key Features Totara LMS Achieve your business objectives through effective learning and development with our game-changing Learning Management System (LMS). Today, more than ever, the achievement of your business objectives

More information

Aspects Related to the Usefulness of a Distance Training Course Having Moodle as Course Management System Support

Aspects Related to the Usefulness of a Distance Training Course Having Moodle as Course Management System Support Aspects Related to the Usefulness of a Distance Training Course Having Moodle as Course Management System Support GABRIEL GORGHIU 1, MIHAI BÎZOI 1, LAURA MONICA GORGHIU 2, ANA-MARIA SUDUC 1 1 Electrical

More information

Educational Media, Online Learning, Didactical Design, Master Program, Internet

Educational Media, Online Learning, Didactical Design, Master Program, Internet "Educational Media": An internet based master-program for teachers and educational managers Michael Kerres University of Duisburg-Essen, Germany Chair of Educational Media and Knowledge Management Director

More information

Software Development Kit

Software Development Kit Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21) Software Development Kit The information in this document is subject to change without notice

More information

BARRIERS TO INNOVATION IN ONLINE PEDAGOGY

BARRIERS TO INNOVATION IN ONLINE PEDAGOGY BARRIERS TO INNOVATION IN ONLINE PEDAGOGY M. Christie 1 and R. Garrote Jurado 2 1 CKK, ITU, Chalmers, Göteborg, Sweden (michael.christie@ituniv.se) 2 University College of Borås, Borås, Sweden (ramon.garrote@hb.se)

More information

MEDIAplus administration interface

MEDIAplus administration interface MEDIAplus administration interface 1. MEDIAplus administration interface... 5 2. Basics of MEDIAplus administration... 8 2.1. Domains and administrators... 8 2.2. Programmes, modules and topics... 10 2.3.

More information

Software Development & Education Center. Microsoft Office 2010. (Microsoft Project 2010)

Software Development & Education Center. Microsoft Office 2010. (Microsoft Project 2010) Software Development & Education Center Microsoft Office 2010 (Microsoft Project 2010) Mastering Microsoft Project 2010 About This Course This three-day instructor-led course provides students with the

More information

Strategic solutions to drive results in matrix organizations

Strategic solutions to drive results in matrix organizations Strategic solutions to drive results in matrix organizations Copyright 2004-2006, e-strategia Consulting Group, Inc. Alpharetta, GA, USA or subsidiaries. All International Copyright Convention and Treaty

More information

An Introduction to Customer Relationship Management Software

An Introduction to Customer Relationship Management Software An Introduction to Customer Relationship Management Software A White Paper by Contents 1. What Is Customer Relationship Management? 2 2. An overview of three CRM products 5 3. In Summary 8 4. About Governor

More information

Teaching with Moodle: a (very gentle) Introduction 18 settembre 2013

Teaching with Moodle: a (very gentle) Introduction 18 settembre 2013 Dipartimento di Informatica a (very gentle) Introduction 18 settembre 2013 Dipartimento di Informatica 1 ACKNOLEDGEMENTS Ringrazio il personale del Polo Informatico 2 del SID, in particolare Giovanni Mandorino,

More information

Comparison of Moodle and ATutor LMSs

Comparison of Moodle and ATutor LMSs Comparison of Moodle and ATutor LMSs Péter Lengyel, Miklós Herdon, Róbert Szilágyi University of Debrecen Centre of Agricultural Sciences, Faculty of Agricultural Economics and Rural Development, Department.

More information

Task-Model Driven Design of Adaptable Educational Hypermedia

Task-Model Driven Design of Adaptable Educational Hypermedia Task-Model Driven Design of Adaptable Educational Hypermedia Huberta Kritzenberger, Michael Herczeg Institute for Multimedia and Interactive Systems University of Luebeck Seelandstr. 1a, D-23569 Luebeck,

More information

Faculty Guide. User Guide for. Faculty

Faculty Guide. User Guide for. Faculty Faculty Guide BRAINFUSE elearning User Guide for Faculty 1 What is Brainfuse? Brainfuse is based in NYC and for over a decade, has developed and provided virtual learning solutions for schools, colleges,

More information

Solar energy e-learning laboratory - Remote experimentation over the Internet

Solar energy e-learning laboratory - Remote experimentation over the Internet Solar energy e-learning laboratory - Remote experimentation over the Internet Ioannis Michaelides, Polyvios Eleftheriou, Kypros Economides Department of Mechanical Engineering Higher Technical Institute,

More information

Office 365 SharePoint Setup and Admin Guide

Office 365 SharePoint Setup and Admin Guide Setup and Admin Guide Contents About this guide... 2 Introduction to SharePoint... 2 SharePoint sites... 3 Team sites, Websites and personal sites... 3 Site structures... 4 Choosing a site structure...

More information

Introduction. Evaluation of LMS systems. 1. Methodology

Introduction. Evaluation of LMS systems. 1. Methodology MODULE: 4d) Online Learning Management Systems CONTRIBUTORS Batpurev Batchuluun, InfoCon Ltd., Mongolia TO THIS SECTION: Buyandelger Batsaikhan, Health Sciences University of Mongolia UPDATED ON: 31 May

More information

Sakai Faculty Training: Getting Started Workshop

Sakai Faculty Training: Getting Started Workshop Introduction to Sakai Sakai is a free and open-source product that is built and maintained by the Sakai community. Sakai's development model is called "Community Source" because many of the developers

More information

This manual will help you get started with the new Blackboard apps for the ipad and iphone

This manual will help you get started with the new Blackboard apps for the ipad and iphone How to Use the Blackboard Mobile Learn Apps This manual will help you get started with the new Blackboard apps for the ipad and iphone WILLIAM DE WYSOCKIE JUNE, 2010 This section introduces you to the

More information

RUNNING HEAD: INSTRUCTIONAL DESIGN AND PEDOGIGCAL ISSUES. Instructional Design and Pedagogical Issues with Web 2.0 Tools

RUNNING HEAD: INSTRUCTIONAL DESIGN AND PEDOGIGCAL ISSUES. Instructional Design and Pedagogical Issues with Web 2.0 Tools Instructional Design 1 RUNNING HEAD: INSTRUCTIONAL DESIGN AND PEDOGIGCAL ISSUES Instructional Design and Pedagogical Issues with Web 2.0 Tools Amelia W. Cheney Robert L. Sanders Nita J. Matzen John H.

More information

ECU Quality Assurance Guidelines for Online Delivery

ECU Quality Assurance Guidelines for Online Delivery ECU Quality Assurance Guidelines for Online Delivery PURPOSE The purpose of these guidelines is to encompass and improve ECU s existing minimum standards for online units, and to extend ECU s quality assurance

More information

Totara LMS. Key benefits. Key Features

Totara LMS. Key benefits. Key Features Totara LMS Synergy learning with help you to achieve your business objectives through effective learning and development with this game-changing Learning Management System (LMS) Today, more than ever,

More information

A Software Engineering Model for Mobile App Development

A Software Engineering Model for Mobile App Development APPENDIX C A Software Engineering Model for Mobile App Development As we mentioned early in the book (see Chapter 1), to successfully develop a mobile software solution you should follow an engineering

More information

PORTFOLIO, PROGRAMME & PROJECT MANAGEMENT MATURITY MODEL (P3M3)

PORTFOLIO, PROGRAMME & PROJECT MANAGEMENT MATURITY MODEL (P3M3) PORTFOLIO, PROGRAMME & PROJECT MANAGEMENT MATURITY MODEL (P3M3) 1st February 2006 Version 1.0 1 P3M3 Version 1.0 The OGC logo is a Registered Trade Mark of the Office of Government Commerce This is a Value

More information

A Special Online Education Model for the Graduate Degree Programs at the University of Makati

A Special Online Education Model for the Graduate Degree Programs at the University of Makati A Special Online Education Model for the Graduate Degree Programs at the University of Makati Antonio E. Refre, Ph.D. (AppliedSciences/Engineering, KULeuven, Belgium) e Learning Consultant of the University

More information

Maple & Moodle in Teaching Mathematics: the E-learning Project of the Faculty of Sciences of the University of Turin

Maple & Moodle in Teaching Mathematics: the E-learning Project of the Faculty of Sciences of the University of Turin Maple & Moodle in Teaching Mathematics: the E-learning Project of the Faculty of Sciences of the University of Turin M. Baldoni, S. Coriasco, M. Marchisio, S. Rabellino In 2007 the Faculty of Sciences

More information

Data Sheet Innate Timesheets

Data Sheet Innate Timesheets Data Sheet Innate Timesheets Software for timesheets, progress reporting & expenses. Innate Timesheets enables you to record people's time and expenses and other related data, using webbased sheets. Because

More information

CHALLENGES AND OPPORTUNITIES OFFERED BY E-LEARNING PLATFORM IN THE EDUCATIONAL PROCESS AT THE UNIVERSITY LEVEL

CHALLENGES AND OPPORTUNITIES OFFERED BY E-LEARNING PLATFORM IN THE EDUCATIONAL PROCESS AT THE UNIVERSITY LEVEL CHALLENGES AND OPPORTUNITIES OFFERED BY E-LEARNING PLATFORM IN THE EDUCATIONAL PROCESS AT THE UNIVERSITY LEVEL BĂLĂCESCU ANIELA LECTURER PH.D., CONSTANTIN BRANCUSI UNIVERSITY OF TÂRGU JIU, FACULTY OF ECONOMICS

More information

Designing and Developing Petra Christian University Learning Management System

Designing and Developing Petra Christian University Learning Management System Designing and Developing Petra Christian University Learning Management System Arlinah I.Rahardjo Petra Christian University Siwalankerto 121-131 Surabaya, Indonesia +62312983456 arlinah@petra.ac.id Andreas

More information

Southwestern Baptist Theological Seminary TRAINING SERIES. This manual will help you get started with the new Blackboard apps for the ipad and iphone

Southwestern Baptist Theological Seminary TRAINING SERIES. This manual will help you get started with the new Blackboard apps for the ipad and iphone Southwestern Baptist Theological Seminary TRAINING SERIES How to Use the Blackboard Mobile Learn Apps This manual will help you get started with the new Blackboard apps for the ipad and iphone WILLIAM

More information

Systematic Professional Services. Together we achieve the best

Systematic Professional Services. Together we achieve the best Systematic Professional Services Together we achieve the best 2 l Sitaware Enhancing your expertise Planning, installing and maintaining a Command & Control (C2) system is no small task. Hardware and software

More information

Analysis a project at learner used collaboration of educational process promote collaboration application

Analysis a project at learner used collaboration of educational process promote collaboration application Proceedings of the 1 st International Conference and Exhibition on Future RFID Technologies Eszterhazy Karoly University of Applied Sciences and Bay Zoltán Nonprofit Ltd. for Applied Research Eger, Hungary,

More information

ShopWindow Integration and Setup Guide

ShopWindow Integration and Setup Guide ShopWindow Integration and Setup Guide Contents GETTING STARTED WITH SHOPWINDOW TOOLSET... 3 WEB SERVICES, CLIENT SOFTWARE, OR DIRECT?...3 SHOPWINDOW SIGNUP...4 ACCESSING SHOPWINDOW TOOLSET...4 WEB SERVICES...

More information

Richmond ServiceDesk v10 Release Notes

Richmond ServiceDesk v10 Release Notes Richmond ServiceDesk v10 Release Notes September, 2014 support@richmondsys.com 01428 647333 www.richmondsys.com/customerzone @richmondsupport Richmond Systems Ltd, West House, West Street, Haslemere, Surrey,

More information

Virtual Learning Platforms and Good Practice. Assoc. Prof. Dr. Kosta Boshnakov University of Chemical Technology and Metallurgy Sofia, Bulgaria

Virtual Learning Platforms and Good Practice. Assoc. Prof. Dr. Kosta Boshnakov University of Chemical Technology and Metallurgy Sofia, Bulgaria Virtual Learning Platforms and Good Practice Assoc. Prof. Dr. Kosta Boshnakov University of Chemical Technology and Metallurgy Sofia, Bulgaria Content 1.Virtual Learning Platforms (VLP) main goal and definition

More information

Quick Start Guide. Contents. Quick Start Guide Version 1.0 webcrm November 09

Quick Start Guide. Contents. Quick Start Guide Version 1.0 webcrm November 09 Quick Start Guide Contents Introduction... 2 Main Menu... 3 Creating Users... 4 Organisations and Persons... 5 Activities... 6 Emails... 7 Opportunities Sales Pipeline... 8 Simple Customisation... 8 Making

More information

MeLLANGE Multilingual elearning in LANGuage Engineering. Best practices in e-learning content creation and development

MeLLANGE Multilingual elearning in LANGuage Engineering. Best practices in e-learning content creation and development MeLLANGE Multilingual elearning in LANGuage Engineering Best practices in e-learning content creation and development Table of contents INTRODUCTION 4 1 Theoretical approaches to e-learning design 6 1.1

More information

A Framework for Software Product Line Engineering

A Framework for Software Product Line Engineering Günter Böckle Klaus Pohl Frank van der Linden 2 A Framework for Software Product Line Engineering In this chapter you will learn: o The principles of software product line subsumed by our software product

More information

TRANSITIONAL DISTANCE THEORY AND COMMUNIMCATION IN ONLINE COURSES A CASE STUDY

TRANSITIONAL DISTANCE THEORY AND COMMUNIMCATION IN ONLINE COURSES A CASE STUDY TRANSITIONAL DISTANCE THEORY AND COMMUNIMCATION IN ONLINE COURSES A CASE STUDY Scott Mensch, Indiana University of Pennsylvania SMensch@IUP.edu Azad Ali, Indiana University of Pennsylvania Azad.Ali@IUP.edu

More information

How To Build An Intranet In Sensesnet.Com

How To Build An Intranet In Sensesnet.Com Sense/Net 6 Evaluation Guide How to build a simple list-based Intranet? Contents 1 Basic principles... 4 1.1 Workspaces... 4 1.2 Lists... 4 1.3 Check-out/Check-in... 5 1.4 Version control... 5 1.5 Simple

More information

Northeastern State University Online Educator Certificate

Northeastern State University Online Educator Certificate Northeastern State University Online Educator Certificate Purpose Beginning in October 1999, the Northeastern State University Distance Learning Advisory Committee (now the Center for Teaching and Learning

More information

University of Colorado Denver University Web Services 3

University of Colorado Denver University Web Services 3 STUDENT GUIDE SharePoint 401: Web Forms Course Plan Module 1: An Introduction to SharePoint web forms at CU Denver Learning Objectives Understand the function and customization of web forms at CU Denver

More information

Open Source Learning Management System (OSS)

Open Source Learning Management System (OSS) DEPLOYING MISSION CRITICAL LMS USING OPEN SOURCE SOFTWARE Leigh Jin San Francisco State University OMG Standards for FOSS Governance Workshop Santa Clara, California December 11, 2013 OUTLINE Introduction

More information

SUPPORTING LOGISTICS DECISIONS BY USING COST AND PERFORMANCE MANAGEMENT TOOLS. Zoltán BOKOR. Abstract. 1. Introduction

SUPPORTING LOGISTICS DECISIONS BY USING COST AND PERFORMANCE MANAGEMENT TOOLS. Zoltán BOKOR. Abstract. 1. Introduction SUPPORTING LOGISTICS DECISIONS BY USING COST AND PERFORMANCE MANAGEMENT TOOLS Zoltán BOKOR Department of Transport Economics Faculty of Transportation Engineering Budapest University of Technology and

More information

Blackburn College Teaching, Learning and Assessment Strategy. 25 August 2015

Blackburn College Teaching, Learning and Assessment Strategy. 25 August 2015 Blackburn College Teaching, Learning and Assessment Strategy 25 August 2015 1 Introduction This document provides a Teaching, Learning and Assessment Strategy covering all of the College s Further Education

More information

The application of Moodle on an EFL collegiate. writing environment

The application of Moodle on an EFL collegiate. writing environment Journal of Education and Foreign Languages and Literature, V. 7, June 2008, p.45-56 The application of Moodle on an EFL collegiate writing environment Wen-Shuenn Wu Instructor, Department of Foreign Languages

More information

E-Learning at school level: Challenges and Benefits

E-Learning at school level: Challenges and Benefits E-Learning at school level: Challenges and Benefits Joumana Dargham 1, Dana Saeed 1, and Hamid Mcheik 2 1. University of Balamand, Computer science department Joumana.dargham@balamand.edu.lb, dandoun5@hotmail.com

More information

QUEEN S UNIVERSITY BELFAST. e-learning and Distance Learning Policy 2009-2012

QUEEN S UNIVERSITY BELFAST. e-learning and Distance Learning Policy 2009-2012 QUEEN S UNIVERSITY BELFAST e-learning and Distance Learning Policy 2009-2012 1 Introduction The University defines e-learning as learning facilitated and supported through the use of information and communication

More information

Getting Started with WebCT

Getting Started with WebCT Getting Started with WebCT Tanya Goette Assistant Professor ISC Dept CBX 12 Georgia College & State University Milledgeville, GA 31061 tgoette@mail.gcsu.edu 478-445-5721 fax: 478-445-5249 Abstract This

More information

Effective teaching and learning with technology in tertiary education. mixed mode (less face-toface. classroom. distance education.

Effective teaching and learning with technology in tertiary education. mixed mode (less face-toface. classroom. distance education. Symposium on e-learning in tertiary education University of Canterbury Christchurch 25 September 2008 Effective teaching and learning with technology in tertiary education Overview 1. Definition of e-learning

More information

Richmond Systems. Self Service Portal

Richmond Systems. Self Service Portal Richmond Systems Self Service Portal Contents Introduction... 4 Product Overview... 4 What s New... 4 Configuring the Self Service Portal... 6 Web Admin... 6 Launching the Web Admin Application... 6 Setup

More information

Cloud Computing-upcoming E-Learning tool

Cloud Computing-upcoming E-Learning tool Cloud Computing-upcoming E-Learning tool Suvarna Dharmadhikari Computer science Department suvarnangore@rediffmail.com Monali Reosekar Computer science Department monalireosekar@gmail.com Vidya Gage Computer

More information

students online using moodle

students online using moodle tool guide for teachers: How to Interact with students online using moodle A publication of www.wiziq.com Abstract Learning requires collaboration, and in the dispersed environments in which we operate,

More information

Off-the-Shelf Software: A Broader Picture By Bryan Chojnowski, Reglera Director of Quality

Off-the-Shelf Software: A Broader Picture By Bryan Chojnowski, Reglera Director of Quality Off-the-Shelf Software: A Broader Picture By Bryan Chojnowski, Reglera Director of Quality In the past decade, there has been a sea change in the business software domain. Many companies are no longer

More information

Looking Beyond Course Development Tools Sunil Hazari & Ellen Yu Borkowski University of Maryland

Looking Beyond Course Development Tools Sunil Hazari & Ellen Yu Borkowski University of Maryland 2001 Office of Information Technology, University of Maryland. Permission is granted for this material to be shared for non-commercial, educational purposes, provided that this copyright statement appears

More information

solving, adaptability, and communication through clarification and evaluation of

solving, adaptability, and communication through clarification and evaluation of By increasing students' interactivity with each other in task-oriented ways, they construct, rather than acquire, knowledge. Group work improves critical thinking, problem solving, adaptability, and communication

More information

LCMS and LMS. Taking Advantage of Tight Integration. August 2001. Raghavan Rengarajan Chief Software Architect Click2learn, Inc.

LCMS and LMS. Taking Advantage of Tight Integration. August 2001. Raghavan Rengarajan Chief Software Architect Click2learn, Inc. LCMS and LMS Taking Advantage of Tight Integration August 2001 Raghavan Rengarajan Chief Software Architect Click2learn, Inc. Abstract Learning Content Management Systems (LCMS) and Learning Management

More information

User-Centric Client Management with System Center 2012 Configuration Manager in Microsoft IT

User-Centric Client Management with System Center 2012 Configuration Manager in Microsoft IT Situation Microsoft IT needed to evolve their Configuration Manager 2007-based environment that used homegrown application distribution services to meet the self-service needs of Microsoft personnel. Solution

More information

Project Management System Services

Project Management System Services Project Management System Services Today's projects need to deal with increasing amounts of information that require better tools to help navigate through all the data produced by projects. Our services

More information

Student Feedback on Online Summer Courses

Student Feedback on Online Summer Courses Student Feedback on Online Summer Courses October 8, 2015 Santa Clara University Office of Assessment Report Introduction In the summer of 2015, approximately 700 undergraduate students were enrolled in

More information

Boundary Commission for England Website technical development - Statement of Work. Point of Contact for Questions. Project Director.

Boundary Commission for England Website technical development - Statement of Work. Point of Contact for Questions. Project Director. Point of Contact for Questions Project Director Project Manager Website technical development Statement of Work Reading Room Ltd 65-66 Frith Street Soho London W1D 3JR T: +44 (20) 7173 2800 F: +44 (20)

More information

Module SYSTEM INTRODUCTION & BASIC NAVIGATION. Astra Schedule Training Guide

Module SYSTEM INTRODUCTION & BASIC NAVIGATION. Astra Schedule Training Guide Module 1 SYSTEM INTRODUCTION & BASIC NAVIGATION Astra Schedule Training Guide Table of Contents Introduction... 1 Lesson Audience... 1 Lesson Objectives... 1 Configuration Requirements... 1 Common Practices...

More information

Bachelor of Early Childhood Education Programme - Open University Malaysia Framework. Widad Othman & Teh Lai Ling. Abstract

Bachelor of Early Childhood Education Programme - Open University Malaysia Framework. Widad Othman & Teh Lai Ling. Abstract Bachelor of Early Childhood Education Programme - Open University Malaysia Framework Widad Othman & Teh Lai Ling Abstract This paper gives an overview of the design and development of Bachelor of Early

More information

Design principles of the Drupal CSC website

Design principles of the Drupal CSC website CERN IT Department Report Design principles of the Drupal CSC website Stanislav Pelák Supervisor: Giuseppe Lo Presti 26th September 2013 Contents 1 Introduction 1 1.1 Initial situation.........................

More information

A Framework to Understand Enablers and Inhibitors in a Learning Management System: Experiences from Fronter

A Framework to Understand Enablers and Inhibitors in a Learning Management System: Experiences from Fronter A Framework to Understand Enablers and Inhibitors in a Learning Management System: Experiences from Fronter Aurilla Aurelie Bechina Buskerud College University Pb. 235, 3603 Kongsberg, Norway Aurillaa@hihm.no

More information

ICT Call 7 ROBOHOW.COG FP7-ICT-288533

ICT Call 7 ROBOHOW.COG FP7-ICT-288533 ICT Call 7 ROBOHOW.COG FP7-ICT-288533 Deliverable D8.1: Set up of WWW facilities April 30th, 2012 D8.1 FP7-ICT-288533 ROBOHOW.COG April 30th, 2012 Project acronym: Project full title: ROBOHOW.COG Web-enabled

More information

THE ROLE OF THE LEARNING PLATFORM IN STUDENT-CENTERED E-LEARNING

THE ROLE OF THE LEARNING PLATFORM IN STUDENT-CENTERED E-LEARNING THE ROLE OF THE LEARNING PLATFORM IN STUDENT-CENTERED E-LEARNING Jaakko Kurhila, Miikka Miettinen, Petri Nokelainen and Henry Tirri May 24, 2004 HIIT TECHNICAL REPORT 2004 10 THE ROLE OF THE LEARNING PLATFORM

More information

Evaluation of Adaptive Course Construction Toolkit (ACCT)

Evaluation of Adaptive Course Construction Toolkit (ACCT) Evaluation of Adaptive Course Construction Toolkit (ACCT) Declan Dagger, Vincent P. Wade Knowledge and Data Engineering Group, Department of Computer Science, Trinity College Dublin, Ireland {Declan.Dagger,

More information

MA Business Education. Master of Arts 4 terms, part-time. www.donau-uni.ac.at/business-education

MA Business Education. Master of Arts 4 terms, part-time. www.donau-uni.ac.at/business-education MA Business Education Master of Arts 4 terms, part-time www.donau-uni.ac.at/business-education there's always so much to discover The Master of Arts in Business Education is aimed at professionals in a

More information

System/Data Requirements Definition Analysis and Design

System/Data Requirements Definition Analysis and Design EXECUTIVE SUMMARY This document provides an overview of the Systems Development Life-Cycle (SDLC) process of the U.S. House of Representatives. The SDLC process consists of seven tailored phases that help

More information