Moodle Integrated Synchronous Teaching/Conferencing: A Free Open-Source Synchronous Capability for Moodle

Size: px
Start display at page:

Download "Moodle Integrated Synchronous Teaching/Conferencing: A Free Open-Source Synchronous Capability for Moodle"

Transcription

1 Moodle Integrated Synchronous Teaching/Conferencing: A Free Open-Source Synchronous Capability for Moodle Nicholas Clark, M.S. Research Associate, C4I Center J. Mark Pullen, D.Sc Professor of Computer Science Priscilla McAndrews, M.S. Laboratory Manager, C4I Center Charles Snow, PhD Associate Chair, Applied Information Technology Moodle is a popular free and open-source learning management system with over 49,000 currently active sites registered in 211 countries [1]. It provides a robust and powerful environment for asynchronous distance education. Network EducationWare (NEW) is a synchronous online teaching technology, also free and open-source, that has proven effective in several years of use at (GMU) [2]. Moodle Integrated Synchronous Teaching/Conferencing (MIST/C), pronounced "mystic", is an evolution of the NEW software that integrates fully with the Moodle environment. MIST/C provides instructors an easy way to add a synchronous component in their Moodle courses along with Moodle functions for managing students and course content. In addition to integrating with Moodle, the MIST/C software contains numerous improvements over NEW, motivated by feedback from students and instructors during its use at GMU. These changes include improvements to the user interface, connection reliability, installation, and startup. We discuss here our integration with Moodle: the reasons we chose to use Moodle; software improvements and the user requirements driving those improvements; and our experiences using MIST/C for its first semester. Background With regard to online learning, asynchronous systems typically facilitate student access to course content at a time of their choosing. Students can study and contribute to course content through systems such as discussion forums and , doing so at their own pace. Synchronous systems, commonly supported by technologies such as audio or video conferencing and chat systems, provide students and educators with real-time interaction [3]. In synchronous systems, the instructor controls the pace of learning during the class session. NEW is an open-source system that supports both synchronous and asynchronous interaction. Using NEW, students can choose to connect synchronously to a live class session using audio, video, slides with real-time annotations, and text chat. They can interact directly with the instructor and other students and/or asynchronously through recordings made of the live class sessions. However, NEW does not support all of the advanced capabilities of modern asynchronous learning environments. Copyright 2010 Board of Regents of the University of Wisconsin System 1

2 Teaching, Learning and Course Management With the growth of the World Wide Web and the proliferation of Internet access, the Web has become a common delivery mechanism for educational and training content. Over the years, Web technologies have advanced from hard-to-update static content to rich interactive Web applications. Once webmasters, skilled in markup languages and scripting, ruled the Web and manually posted content to servers; now communities of end-users create content in interactive wikis, message boards, and content management systems without needing any knowledge of programming or special markup languages. These technologies have been adapted to education and training purposes in Moodle. A learning management system (LMS), also called course management system or e-learning environment, is a Web-based software tool that allows educators to easily create and update content for an educational community. Typically, this includes features for managing students, tracking grades and performance, scheduling, creating quizzes and homework submission systems, and interactive media such as wikis and message boards that promote student contributions to course material. There are numerous LMSs available, including free and open-source projects such as Moodle and Sakai and commercial products such as Blackboard and Desire2Learn. Our experience using Moodle led us to focus our development efforts there in creating MIST/C. We liked that it was free and open-source with thriving user community and that it is based on the PHP development technology, with which we have significant experience. Since we had been using Moodle for some time, we saw a need for a free synchronous education capability and liked the idea of contributing such a capability to the Moodle community. NEWCM The predecessor to MIST/C, NEW, included a course management capability called NEWCM. For students, its primary function was to provide an easily accessible website for students to obtain course slides, download software, and launch that software to connect to class. For instructors and administrators, it also provided the capability to manage courses, users, slides, and class recordings. NEWCM worked well in supporting the synchronous environment, but was not well suited for asynchronous work beyond managing class recordings. It did not include capabilities for rich content creation, quizzes, grading, or many of the other capabilities of a modern LMS. This resulted in many courses operating in two distinct environments. Users would login to NEWCM website for the synchronous components (e.g. connecting to class) and to Moodle or Blackboard for the asynchronous activities. MIST/C takes advantage of the all of the advanced capabilities of Moodle as an LMS and augments them with a synchronous, live class capability for streaming audio, slides with live annotations, and video content. Moodle Moodle is an acronym for Modular Object-Oriented Dynamic Learning Environment. It is designed with a modular architecture and supports a plugin application programming interface that makes it relatively straightforward to enhance Moodle's capabilities or add features. There is a library with hundreds of plugins available from the Moodle community [5]. MIST/C was developed using this plugin interface as a Moodle activity module. This makes it very simple to install (or uninstall) the plugin in an existing Moodle environment. The installation automatically creates the required database tables and entries to support the MIST/C server software. By integrating with Moodle, MIST/C is able to take advantage of existing Moodle infrastructure, thereby reducing the complexity required in maintaining multiple Web applications. It also reduces the burden of Copyright 2010 Board of Regents of the University of Wisconsin System 2

3 development by allowing a focus on improving the synchronous software components without maintaining a separate management interface. Moodle provides authentication (or account management) and file management to MIST/C. Most schools have existing systems for managing student accounts and enrollment using technologies such as Lightweight Directory Access Protocol (LDAP), FirstClass, ActiveDirectory, etc. Moodle can take advantage of most of these systems, which means that MIST/C is able to do so as well. The Moodle student, instructor, and administrator roles provide appropriate privileges in the synchronous class. Instructors and administrators have the ability control the "floor" in the context of the online class, determining who can send audio or manipulate slide content. Moodle also has extensive capabilities for managing content and organizing it in formats as appropriate for the type of course. Courses can be organized into weekly, topic-based, social, or SCORM-based [6] formats. By using Moodle s file management capabilities, instructors can arrange their MIST/C slides and recordings in the way best suited to their course format. Virtual Rooms The MIST/C plugin adds a new activity to Moodle called a "MIST/C Virtual Room." Instructors can add the synchronous capability to their class by adding this activity to their course. In the context of the synchronous class, a virtual room is a dedicated meeting space used only for a specific course, which is available for use at any day and time. In the context of the software architecture, a virtual room is also a specific server process. Evolution of NEW MIST/C is an evolution of NEW that includes improvements in system reliability, interface usability, and new features. All of these were driven by specific requests and feedback from students and instructors. Reliability: Connections MIST/C is a client-server software system. Although the client can operate in an offline mode for viewing and creating recordings, for live classes it usually is operated by connecting to a remote server over a network connection. All network connections are not created equal and, even with the better quality ones, transient failures can happen. With NEW, a network issue might result in the client and server connection being aborted, which would cause the client software to shutdown. Even at GMU, with an excellent network environment, broken connections happen more than we would like. Most GMU classes using MIST/C or NEW operate in a mode that we call "simulteaching" with instructors teaching both a face-toface class and a group of remote students at the same time. In this mode, a network disconnection that interrupts the class and requires the instructor or a support person to restart the software can be very disruptive. To address this issue, MIST/C supports an auto-reconnect system. The software detects the network disconnection, notifies the instructor, and automatically attempts to reconnect to the server. The reconnection happens in the background and does not interfere with the face-to-face live class or the recording. If the client cannot reconnect (which implies a serious network issue) the instructor can continue to teach the class and produce a local recording to be posted for the remote students to download from Moodle later. Copyright 2010 Board of Regents of the University of Wisconsin System 3

4 Reliability: Recording Like NEW, MIST/C includes the ability to record all of the activity in the live class session. This includes audio, chat, video, and slides with real-time annotations, all of which are kept synchronized. With NEW, these recordings could be made by the instructors (or students) locally by pressing record in a recording control interface on the client software. It includes the capability to pause the recording if they instructor takes a break or there is an interruption. In use at GMU, we discovered that sometimes instructors would either forget to start the recording or fail to resume it after a break. This would result in missing or incomplete recordings. To address this issue, MIST/C includes the capability to automatically create recordings of class sessions on the server as well as the client. These recordings can easily be retrieved and posted for students in Moodle. Interface Improvements A common complaint from students using NEW involved the number of independent windows: one for each component in the system. The windows needed to be managed individually and created confusion when they were minimized or misplaced on the desktop. MIST/C combines most of these windows into a single unified control window with a reduced footprint on the screen. This makes managing the component interfaces simpler and allows more space for slides, text chat, and video. MIST/C has buttons in its unified interface to start and stop the components, e.g. the recorder or playback control, without having to restart the application. As the components are started and stopped the other tools automatically resize to accommodate the tool on the available screen space. Figure 1 shows a screen shot of the unified control interface with the playback component running. New Features Figure 1. MIST/C Unified Control Interface NEW included a whiteboard component for displaying slides along with annotations synchronized with the audio and video. The native format for slides in the whiteboard is a single page PDF file. The whiteboard also supports the JPEG picture format and can convert Microsoft PowerPoint files into these formats. In MIST/C we have added support for importing multi-page PDF format slides, which we believe provide the most generic and easy to create format from all applications. Early use of MIST/C In the Spring 2010 semester, 27 students in a graduate Computer Science class at GMU beta-tested MIST/C as part of a class taught in the "simulteaching" style. Moodle was used as the LMS and was combined with MIST/C for attending class in real time or reviewing recordings. Homework assignments and lecture slides were made available in Moodle. As a project in the class, 17 students used MIST/C to create their own oral reports including audio, slides, and annotations. The reports were recorded by the students independently using MIST/C in offline mode with no assistance. In addition to recording the lectures, students were requested to provide feedback on their experiences with the software. Of the 17 students who attempted the project, all successfully produced lecture recordings. Most all of the feedback was positive, although several students reported on a specific documentation problem that confused them. We were able to modify the software to accommodate their suggestion and improve the experience. It turns out encouraging students to test your software is a good way to find problems! Copyright 2010 Board of Regents of the University of Wisconsin System 4

5 Conclusion MIST/C is a newly available component that provides a synchronous teaching and learning capability for the Moodle community, based on the NEW system plus many enhancements. MIST/C is available free and open source and is easy to add to the Moodle environment. Early tests indicate that it has great promise to enrich the scope of free Internet education software. More information is available at References Hrastinski, S. (2008). Asynchronous and synchronous e-learning: A study of asynchronous and synchronous e-learning methods discovered that each supports different purposes. EDUCAUSE Quarterly, 31(4), Moodle Modules and Plugins, Moodle Site Statistics, Network EducationWare,, Networking & Simulation Lab, Snow, C., Pullen, J. M., & McAndrews, P. (2005). An open-source Web-based system for synchronous distance education. IEEE Transactions on Education 48(4), SCORM Module, What is SCORM? Moodle. About the Presenters Nicholas Clark is a Research Associate for the C4I Center who develops software for distributed education and performs research in information security and network protocols and technologies. He holds a BS in Information Technology and MS in Information Security and Assurance from GMU. Address: Engineering Bldg University Drive, MS 4B5 Fairfax, VA, nclark1@c4i.gmu.edy Phone: Fax: Priscilla McAndrews is the Laboratory Manager and a research contributor in the areas of Web-based distributed systems. She holds a BA in Mathematics from Vanderbilt University, a BS in Computer Science from the University of Missouri at Kansas City, and an MS in Computer science from GMU. Address: Engineering Bldg University Drive, MS 4B5, Fairfax, VA, pmcandre@netlab.gmu.edu Phone: Fax: J. Mark Pullen is Professor of Computer Science at, where he heads the C4I Center and its Networking and Simulation Laboratory. He holds BSEE and MSEE degrees from West Virginia University and the Doctor of Science in Computer Science from the George Washington University. He is a licensed Professional Engineer, Fellow of the IEEE, and Fellow of the ACM. Copyright 2010 Board of Regents of the University of Wisconsin System 5

6 Address: 4400 University Drive, MS 4A5 Fairfax, VA, Phone: Fax: Charles Snow is an Associate Professor of Applied Information Technology at George Mason University. He holds a Ph. D. in Computer Science from McGill University. His main interests are pervasive computing and the effective application of technology to the areas of education and medicine. Address: Bull Run Hall 102F University Boulevard, MS 4F5 Manassas, VA, csnow1@gmu.edu Phone: Fax: Copyright 2010 Board of Regents of the University of Wisconsin System 6

MIST/C: OPEN SOURCE SOFTWARE FOR HYBRID CLASSROOM AND ONLINE TEACHING

MIST/C: OPEN SOURCE SOFTWARE FOR HYBRID CLASSROOM AND ONLINE TEACHING MIST/C: OPEN SOURCE SOFTWARE FOR HYBRID CLASSROOM AND ONLINE TEACHING J. Mark Pullen, Nicholas K. Clark, and Priscilla M. McAndrews Networking and Simulation Laboratory George Mason University Fairfax,

More information

MIST/C: OPEN SOURCE SOFTWARE FOR HYBRID CLASSROOM AND ONLINE TEACHING

MIST/C: OPEN SOURCE SOFTWARE FOR HYBRID CLASSROOM AND ONLINE TEACHING MIST/C: OPEN SOURCE SOFTWARE FOR HYBRID CLASSROOM AND ONLINE TEACHING J. Mark Pullen, Nicholas Clark and Priscilla McAndrews Department of Computer Science, Networking and Simulation Laboratory / C4I Center

More information

A WEB PORTAL FOR OPEN-SOURCE SYNCHRONOUS DISTANCE EDUCATION

A WEB PORTAL FOR OPEN-SOURCE SYNCHRONOUS DISTANCE EDUCATION A WEB PORTAL FOR OPEN-SOURCE SYNCHRONOUS DISTANCE EDUCATION J. Mark Pullen and Priscilla M. McAndrews Networking and Simulation Laboratory, C3I Center George Mason University Fairfax, VA 22030 mpullen@gmu.edu,

More information

Scaling Up a Distance Education Program In Computer Science

Scaling Up a Distance Education Program In Computer Science Scaling Up a Distance Education Program In Computer Science J. Mark Pullen George Mason University Dept. of Computer Science MS4A5 Fairfax, Virginia 22030, USA +1.703.993.1538 mpullen@gmu.edu ABSTRACT

More information

Distributed Application Launching for High Quality Graphics in Synchronous Distance Education. Overview

Distributed Application Launching for High Quality Graphics in Synchronous Distance Education. Overview Distributed Application Launching for High Quality Graphics in Synchronous Distance Education J. Mark Pullen and Jim X. Chen Department of Computer Science and George Mason University Fairfax, VA, 22030,

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

Pros and Cons for Teaching Courses in the Classroom and Online Simultaneously

Pros and Cons for Teaching Courses in the Classroom and Online Simultaneously Pros and Cons for Teaching Courses in the Classroom and Online Simultaneously J. Mark Pullen Department of Computer Science and C4I Center George Mason University mpullen@netlab.gmu.edu ABSTRACT In adding

More information

International Journal of Asian Social Science LEARNING MANAGEMENT SYSTEM USING MULTI-AGENT TECHNOLOGY: A PROPOSED IMPLEMENTATION STRATEGY

International Journal of Asian Social Science LEARNING MANAGEMENT SYSTEM USING MULTI-AGENT TECHNOLOGY: A PROPOSED IMPLEMENTATION STRATEGY International Journal of Asian Social Science Special Issue: International Conference on Teaching and Learning in Education, 2013 journal homepage: http://www.aessweb.com/journal-detail.php?id=5007 LEARNING

More information

Low-Cost Internet Synchronous Distance Education Using Open-Source Software

Low-Cost Internet Synchronous Distance Education Using Open-Source Software Low-Cost Internet Synchronous Distance Education Using Open-Source Software J. Mark Pullen, Priscilla M. McAndrews School of Information Technology and Engineering, George Mason University Abstract In

More information

Communication Software Laboratory Academic Year 2007-2008. E-learning Platforms. Moodle and Dokeos.

Communication Software Laboratory Academic Year 2007-2008. E-learning Platforms. Moodle and Dokeos. Communication Software Laboratory Academic Year 2007-2008 E-learning Platforms. Moodle and Dokeos. Group 95 Homero Canales Guenaneche 100031592 Fernando García Radigales 100039032 Index 1. Introduction...

More information

Blackboard Version 9.1 - Interactive Tools

Blackboard Version 9.1 - Interactive Tools Blackboard Version 9.1 - Interactive Tools Contents Edit mode... 2 Selecting the Interactive Tools... 2 Posting an Announcement... 3 Discussion Boards, Blogs, Journals, and Wikis What s the Difference?...

More information

Building Effective Blended Learning Programs. Harvey Singh

Building Effective Blended Learning Programs. Harvey Singh Building Effective Blended Learning Programs Harvey Singh Introduction The first generation of e-learning or Web-based learning programs focused on presenting physical classroom-based instructional content

More information

Instructional Design For elearning Courseware: The It-Plus System

Instructional Design For elearning Courseware: The It-Plus System Instructional Design For elearning Courseware:The It-Plus System Instructional Design For elearning Courseware: The It-Plus System Nuttaphong Kanchanachaya and Dr. Taminee Shinasharkey College of Internet

More information

[CONVERTING YOUR COURSE TO A BLENDED FORMAT]

[CONVERTING YOUR COURSE TO A BLENDED FORMAT] Instructor Guide Prepared by Dalia Hanna, Manager, Learning and Teaching, Ryerson University 2012. Table of Contents Introduction and objectives 3 Unit 1: Communication 3 Unit 2: Pre-Planning Strategies

More information

Value Chain Formation for e-learning Outsourcing Services

Value Chain Formation for e-learning Outsourcing Services Value Chain Formation for e-learning Outsourcing Services Frank T. M. Chen, Ph.D. President & CEO, HomeMeeting Inc. 18005 NE 68 th Street, Suite A101, Redmond, WA 98052 USA http://weboffice.homemeeting.com

More information

Online Teaching and Learning

Online Teaching and Learning Teaching online requires faculty members to shift their roles from instructor to facilitator or coach. Content shifts to customized materials and learning includes many active components. Simonson, Smaldino,

More information

General Procedures for Developing an Online Course

General Procedures for Developing an Online Course General Procedures for Developing an Online Course General Procedures for Developing an Online Course Questions to Ask before you Begin Analysis 1. What is your learner audience? Is the course for beginners

More information

Quality Matters Online Course Development and Guidelines

Quality Matters Online Course Development and Guidelines Quality Matters Online Course Development and Guidelines Instructor: First Semester Course will be offered: Course: Credit/Non- Credit: College/School/Department: Degree/Program/Certificate: Development

More information

E-learning in Course Operating Systems

E-learning in Course Operating Systems E-learning in Course Operating Systems M. Fikar, L. Čirka, M. Herceg, and M. Podmajerský Slovak University of Technology in Bratislava, Slovakia, Faculty of Chemical and Food Technology, e-mail: miroslav.fikar@stuba.sk,

More information

Adobe Solutions for Learning Management Systems (LMS)

Adobe Solutions for Learning Management Systems (LMS) Solution Brief for Education Adobe Solutions for Learning Management Systems (LMS) Discover exciting, new ways to create and deliver high-impact elearning content and provide interactive online learning

More information

Integrating Synchronous and Asynchronous Internet Distributed Education for Maximum Effectiveness

Integrating Synchronous and Asynchronous Internet Distributed Education for Maximum Effectiveness Integrating Synchronous and Asynchronous Internet Distributed Education for Maximum Effectiveness J. Mark Pullen School of Information Technology and Engineering George Mason University Fairfax, Virginia

More information

PRESENTING AN ONLINE GRADUATE COMPUTER SCIENCE PROGRAM AT LOW COST USING OPEN-SOURCE SOFTWARE

PRESENTING AN ONLINE GRADUATE COMPUTER SCIENCE PROGRAM AT LOW COST USING OPEN-SOURCE SOFTWARE PRESENTING AN ONLINE GRADUATE COMPUTER SCIENCE PROGRAM AT LOW COST USING OPEN-SOURCE SOFTWARE Pullen, J.M. 1 and Simon, R. 2 1 Dept of Computer Science and C3I Center, George Mason University, Fairfax,

More information

Instructional Design Strategies for Teaching Technological Courses Online

Instructional Design Strategies for Teaching Technological Courses Online Instructional Design Strategies for Teaching Technological s Online Jiangping Chen 1, Ryan Knudson 1, 1 Department of Library and Information Sciences, University North Texas, 1155 Union Circle #311068,

More information

Synchronous Internet Distance Education: Wave of the Future or Wishful Thinking?

Synchronous Internet Distance Education: Wave of the Future or Wishful Thinking? Synchronous Internet Distance Education: Wave of the Future or Wishful Thinking? J. Mark Pullen, George Mason University Abstract Heralded as an important future delivery means for higher education, synchronous

More information

IT 415 Information Visualization Spring Semester

IT 415 Information Visualization Spring Semester The Department of Applied Information Technology The Volgenau School of Information Technology & Engineering George Mason University 4400 University Drive Fairfax. VA 22030-4444 IT 415 Information Visualization

More information

8.38.1.2.4 Online Program. An academic program that contains only online courses.

8.38.1.2.4 Online Program. An academic program that contains only online courses. 8.38 ONLINE COURSE POLICIES [Administrative Updates 9/9/14] 8.38.1 Institutional Context 8.38.1.1 Introduction. Online courses and programming involving significant online delivery can be educationally

More information

IT 101 Introduction to Information Technology

IT 101 Introduction to Information Technology Applied Information Technology Department Course Syllabus IT 101 Introduction to Information Technology Catalog Description Introduces students to the fundamental concepts in information technology (IT)

More information

Using Online Video Lectures to Enhance Engineering Courses

Using Online Video Lectures to Enhance Engineering Courses 4 Using Online Video Lectures to Enhance Engineering Courses Yacob Astatke, Farzad Moazzami, Craig Scott, Ladeji-Osias yacob.astatke@morgan.edu, kladeji@eng.morgan.edu Morgan State University, Baltimore,Maryland

More information

ACADEMIC CONTINUATION PLAN

ACADEMIC CONTINUATION PLAN ACADEMIC CONTINUATION PLAN Updated 10/02/2015 Table of Contents Introduction... 2 Elements of the Plan... 2 Instruction... 3 Table 1: Possible Alternative Methods for Course Delivery (Internet Available)...

More information

Memorandum of Understanding For Development of Regent s Online Degree Courses East Tennessee State University

Memorandum of Understanding For Development of Regent s Online Degree Courses East Tennessee State University Memorandum of Understanding For Development of Regent s Online Degree Courses East Tennessee State University Department: RODP Internet-Based :Course Name and Number: Faculty Member: I. This memorandum

More information

FEATURES OR CRITERIA

FEATURES OR CRITERIA FEATURES OR CRITERIA Tool Feature function Specified performance criteria Admin Tools Admin Tools Admin Tools Admin Tools copy a course into multiple sections Enroll in multiple courses at once Apply templates

More information

Data Warehousing and Decision Support Tales from a Virtual Classroom

Data Warehousing and Decision Support Tales from a Virtual Classroom To appear in Data Warehousing and Decision Support - Tales from a Virtual Classroom, in Best Practices in Computer Enhanced Teaching and Learning, D. G. Brown, Ed. Winston-Salem, NC: Wake Forest University

More information

Blackboard Learning System: Student Instructional Guide

Blackboard Learning System: Student Instructional Guide Blackboard Learning System: Student Instructional Guide This manual was prepared to assist students in the understanding, orientation, and usage of the Blackboard Learning System online course management

More information

Guide to Best Practices in Online Teaching. Online Teaching and Learning Committee Cuyamaca College. Revised November 2012

Guide to Best Practices in Online Teaching. Online Teaching and Learning Committee Cuyamaca College. Revised November 2012 Guide to Best Practices in Online Teaching Online Teaching and Learning Committee Cuyamaca College Revised November 2012 Committee: Rhonda Bauerlein, Joe D Amato, Connie Elder, Brian Josephson, Kathy Kotowski,

More information

Keep good Web design basics

Keep good Web design basics Redesigning class handouts and educational materials for Web delivery April 2003 Ed Garay UIC Instructional Technology Lab http://www.accc.uic.edu/itl Academic Computing and Communications Center University

More information

GGR272: GEOGRAPHIC INFORMATION AND MAPPING I. Course Outline

GGR272: GEOGRAPHIC INFORMATION AND MAPPING I. Course Outline DESCRIPTION GGR272: GEOGRAPHIC INFORMATION AND MAPPING I Course Outline This course is an introduction to digital mapping and spatial analysis using a geographic information system (GIS). Students learn

More information

Getting Started with EServer Courses Using EServer.org for Open-Source, Open-Access Teaching

Getting Started with EServer Courses Using EServer.org for Open-Source, Open-Access Teaching Getting Started with EServer Courses Using EServer.org for Open-Source, Open-Access Teaching Introduction What is the EServer Course Management System? And what is Moodle? The EServer Course Management

More information

Blackboard Version 9.1 - Interactive Tools Contents

Blackboard Version 9.1 - Interactive Tools Contents Blackboard Version 9.1 - Interactive Tools Contents Edit mode... 2 Selecting the Interactive Tools... 2 Posting an Announcement... 3 Creating a Blog... 4 Creating Blog Posts... 4 How to Comment on a Blog

More information

Online Learning in Engineering Graphics Courses: Research, Tools, and Best Practices

Online Learning in Engineering Graphics Courses: Research, Tools, and Best Practices Online Learning in Engineering Graphics Courses: Research, Tools, and Best Practices Ted J. Branoff 1 and Richard A. Totten 2 Abstract This paper discusses some of the tools available that can be used

More information

Blackboard Collaborate

Blackboard Collaborate Blackboar d Collaborat e V er s ion 12 Blackboard Collaborate Level 1: Overview North Dakota University System Advanced Learning Technologies Copyright Blackboard Collaborate 09012011All Rights Reserved.

More information

An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0

An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0 An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0 September 2010 Copyright IBM Corporation 2010. 1 Overview Rational Application Developer, Version 8.0, contains

More information

Overcoming the Quantitative Divide: Penn State's Approaches to Online Mathematics

Overcoming the Quantitative Divide: Penn State's Approaches to Online Mathematics Overcoming the Quantitative Divide: Penn State's Approaches to Online Mathematics Andrea Gregg Senior Instructional Designer James Mundie Manager Educational Technology Juan Xia Instructional Designer

More information

Mediasite @ TTU. Mediasite @ TTU. Moving content to Mediasite improved Blackboard performance Insecure

Mediasite @ TTU. Mediasite @ TTU. Moving content to Mediasite improved Blackboard performance Insecure Texas Tech University Mediasite Impact @ TTU Ian Wilkinson Education Projects Specialist, Technology Support June 18 th, 2013 Established 1923 Lubbock, Texas Center of a large rural area Over 30,000 students

More information

TELT Technology Enabled Learning and Teaching

TELT Technology Enabled Learning and Teaching TELT Technology Enabled Learning and Teaching What is TELT? Technology Enabled Learning and Teaching, or TELT, is the suite of centrally provided technologies that support learning and teaching at UNSW.

More information

Offering Choice Providing students with options for access to learning at Canadore College. Opportunity

Offering Choice Providing students with options for access to learning at Canadore College. Opportunity Offering Choice Providing students with options for access to learning at Opportunity At, with three campuses in North Bay and one in Parry Sound, students have asked for more access to technology and

More information

elearning Instructional Design Guidelines Ministry of Labour

elearning Instructional Design Guidelines Ministry of Labour elearning Instructional Design Guidelines Ministry of Labour Queen s Printer for Ontario ISBN 978-1-4606-4885-8 (PDF) ISBN 978-1-4606-4884-1 (HTML) December 2014 1 Disclaimer This elearning Instructional

More information

Workflow for developing online content for hybrid classes

Workflow for developing online content for hybrid classes Paper ID #10583 Workflow for developing online content for hybrid classes Mr. John Mallen, Iowa State University Dr. Charles T. Jahren P.E., Iowa State University Charles T. Jahren is the W. A. Klinger

More information

Genesis LC2. Genesis LC1. Genesis Flex. Genesis Cloud. Feature/Function. Linguatronics Genesis Functional Specification List 1

Genesis LC2. Genesis LC1. Genesis Flex. Genesis Cloud. Feature/Function. Linguatronics Genesis Functional Specification List 1 Software-based language training and classroom control system for language laboratories and second language classrooms Software-based classroom control system for multimedia computer labs and classrooms

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

Creating Elluminate Live! Recordings Best Practices

Creating Elluminate Live! Recordings Best Practices Creating Elluminate Live! Recordings Best Practices Record and Playback Feature Elluminate Live! sessions can be recorded and played back Allows the creation of scripted sessions to be delivered asynchronously

More information

How To Learn Distance Learning

How To Learn Distance Learning Global Outreach & Extended Education cpd.hwexam@asu.edu ph: 480.965.1740 Ira A. Fulton Schools of Engineering Distance Learning Student Manual Welcome to the office of Global Outreach and Extended Education

More information

Student Support for Online Learning and ICT Infrastructure Procedure

Student Support for Online Learning and ICT Infrastructure Procedure Student Support for Online Learning and ICT Infrastructure Procedure Policy/Document Approval Body: Academic Board Date Created: 16 July 2012 Policy Custodian: Policy Contact: File Location: Location on

More information

APPLICABILITY OF INTERNET VIDEO IN DISTANCE EDUCATION FOR ENGINEERING

APPLICABILITY OF INTERNET VIDEO IN DISTANCE EDUCATION FOR ENGINEERING APPLICABILITY OF INTERNET VIDEO IN DISTANCE EDUCATION FOR ENGINEERING J. Mark Pullen 1 Abstract This paper analyzes the pros and cons of video in delivery of synchronous distance education for engineering

More information

GGR272: GEOGRAPHIC INFORMATION AND MAPPING I. Course Outline

GGR272: GEOGRAPHIC INFORMATION AND MAPPING I. Course Outline DESCRIPTION GGR272: GEOGRAPHIC INFORMATION AND MAPPING I Course Outline This course is an introduction to digital mapping and spatial analysis using a geographic information system (GIS). Students learn

More information

Introduction. System requirements

Introduction. System requirements Introduction Web video collaboration enables communication in real time to bring experts virtually into the classroom, or to hold a class or project meeting at a distance. These guidelines explore Marratech

More information

Department of Computer Science. Master of Science in Software Engineering. Handbook. Fall 2009

Department of Computer Science. Master of Science in Software Engineering. Handbook. Fall 2009 Department of Computer Science Master of Science in Software Engineering Handbook Fall 2009 California State University, Fullerton Fullerton, CA 92834-6870 Table of Contents 1. MSE PROGRAM DESIGN AND DESCRIPTION...

More information

0-7803-5643-8/99/$10.00 1999 IEEE

0-7803-5643-8/99/$10.00 1999 IEEE Design of a Web-Based Education Environment Session 12a3 Thomas G. Cleaver and Robert L. Toole Department of Electrical Engineering University of Louisville Louisville, KY 40292 Abstract - Delivery of

More information

An Evaluation of Open Source Learning Management Systems According to Learners Tools

An Evaluation of Open Source Learning Management Systems According to Learners Tools An Evaluation of Open Source Learning Management Systems According to Learners Tools Hüseyin Uzunboylu, Ph.D *, Fezile Özdamlı ** and Zehra Özçınar, PhD *** * Associate Professor of Educational Technology,

More information

Document Freedom Workshop 2012. DFW 2012: CMS, Moodle and Web Publishing

Document Freedom Workshop 2012. DFW 2012: CMS, Moodle and Web Publishing Document Freedom Workshop 2012 CMS, Moodle and Web Publishing Indian Statistical Institute, Kolkata www.jitrc.com (also using CMS: Drupal) Table of contents What is CMS 1 What is CMS About Drupal About

More information

Nuclear Engineering Distance Education Programs

Nuclear Engineering Distance Education Programs Session The Use of Information Technology in The University of Tennessee Nuclear Engineering Distance Education Program J.W. Hines, L.F. Miller, R.E. Pevey, L.W. Townsend, B.R. Upadhyaya, H.L. Dodds Nuclear

More information

Memorandum of Understanding (MOU) for COE or LAS-sponsored Development and Delivery of Online [Course Number and Name]

Memorandum of Understanding (MOU) for COE or LAS-sponsored Development and Delivery of Online [Course Number and Name] Memorandum of Understanding (MOU) for COE or LAS-sponsored Development and Delivery of Online [Course Number and Name] The College of [XXX][(XXX)] at commissions the [Department of XXX] ( the Department

More information

Free software can satisfactorily meet the needs of students and faculty for online teaching and learning;

Free software can satisfactorily meet the needs of students and faculty for online teaching and learning; Free software can satisfactorily meet the needs of students and faculty for online teaching and learning; Implementing Moodle at Medical Faculty in Zagreb Milan Taradi, Sunčana Kukolja Taradi, Marinko

More information

Examining Blended and Online Learning in the 6-12 Setting

Examining Blended and Online Learning in the 6-12 Setting Examining Blended and Online Learning in the 6-12 Setting Keisha Dubuclet Plain Talk About Reading February 9-11, 2015 New Orleans About the Presenter Keisha Dubuclet Keisha Dubuclet, Ph.D., is CDL s director

More information

Online Instruction - Requirements and Reviewing Recommendations

Online Instruction - Requirements and Reviewing Recommendations 1 Quality Guidelines for Course Development The following guidelines are based on the Rubric for Online Instruction (ROI) created by Chico State University and on an adaptation of the instructional design

More information

Experiences in Teaching an Online Course in Information Technology

Experiences in Teaching an Online Course in Information Technology Session 1658 Experiences in Teaching an Online Course in Information Technology Scott F. Midkiff, Luiz A. DaSilva, William O. Plymale Virginia Polytechnic Institute and State University Blacksburg, Virginia

More information

A Blended On-line Engineering Technology Course Using Web Conferencing Technology

A Blended On-line Engineering Technology Course Using Web Conferencing Technology Session No. 2550 A Blended On-line Engineering Technology Course Using Web Conferencing Technology Charlie P. Edmonson, Scott Segalewitz University of Dayton Abstract Today, universities must compete for

More information

Enhancing the online class: Effective use of synchronous interactive online instruction

Enhancing the online class: Effective use of synchronous interactive online instruction Enhancing the online class: Effective use of synchronous interactive online instruction Dr. Enid Acosta-Tello National University Abstract The delivery of instruction through an online platform has become

More information

Overview of available elearning Platforms (focusing on freeware) Blended Learning Quality-Concepts Optimized for Adult Education

Overview of available elearning Platforms (focusing on freeware) Blended Learning Quality-Concepts Optimized for Adult Education Overview of available elearning Platforms (focusing on freeware) Work Package 4 of the Project Blended Learning Quality-Concepts Optimized for Adult Education Compiled and edited by Multilateral Grundtvig

More information

THE CHECK. academic. A Guide to Online Course Design. What aspects of course design does The Check address? How can The Check be used?

THE CHECK. academic. A Guide to Online Course Design. What aspects of course design does The Check address? How can The Check be used? THE CHECK A Guide to Online Course Design The Check is a guide to help CEHD instructors create instructionally effective and user-friendly online learning environments for students (online courses, hybrid

More information

TEACHING WITH MOODLE IN HIGHER EDUCATION

TEACHING WITH MOODLE IN HIGHER EDUCATION TEACHING WITH MOODLE IN HIGHER EDUCATION Ana Paula Lopes Institute of Accounting and Administration ISCAP Polytechnic Institute of Oporto IPP PORTUGAL aplopes@iscap.ipp.pt Abstract Nowadays, with the use

More information

known as the Sharable Content Object Reference Model (SCORM). It became the standard for all LMSs. INTRODUCTION

known as the Sharable Content Object Reference Model (SCORM). It became the standard for all LMSs. INTRODUCTION Investigating the Need for a Learning Content Management System Jay Crook Crook Consulting (2011) 9514 Snowfinch Cir., Corpus Christi, TX 78418 E-mail: jay@jaycrook.com INTRODUCTION Many businesses and

More information

ESCC Guidelines for Credit Distance Learning Offerings

ESCC Guidelines for Credit Distance Learning Offerings ESCC Guidelines for Credit Distance Learning Offerings Philosophy/Mission Statement Eastern Shore Community College seeks to provide distance learning opportunities for its students who are unable, for

More information

DESIGN AND DELIVERY OF ONLINE COURSES IN YCMOU

DESIGN AND DELIVERY OF ONLINE COURSES IN YCMOU Turkish Online Journal of Distance Education-TOJDE April 2015 ISSN 1302-6488 Volume: 16 Number: 2 Article 11 ABSTRACT DESIGN AND DELIVERY OF ONLINE COURSES IN YCMOU Chetana H. KAMLASKAR School of Science

More information

DRAFT LAMC Addendum to the Course Outline of Record Course Approval Application for Online/Distance Learning Delivery

DRAFT LAMC Addendum to the Course Outline of Record Course Approval Application for Online/Distance Learning Delivery Date of Submission: DRAFT LAMC Addendum to the Course Outline of Record Course Approval Application for Online/Distance Learning Delivery Credit and Acknowledgements: Special thanks and credit to both

More information

EQUELLA. One Central Repository for a Diverse Range of Content. www.equella.com

EQUELLA. One Central Repository for a Diverse Range of Content. www.equella.com EQUELLA One Central Repository for a Diverse Range of Content www.equella.com What is EQUELLA? EQUELLA, our web-based platform, provides one central location for the delivery of a diverse range of content

More information

Blackboard Collaborate Introduction & Handbook

Blackboard Collaborate Introduction & Handbook CSU Stanislaus Office of Information Technology Blackboard Collaborate Introduction & Handbook What is Collaborate? Blackboard Collaborate is the university s online meeting and conferencing service. Users

More information

Integrating an Open-source Learning Management System (Moodle) In an English Language Program: A Case Study

Integrating an Open-source Learning Management System (Moodle) In an English Language Program: A Case Study Integrating an Open-source Learning Management System (Moodle) In an English Language Program: A Case Study Xin Chen Christa Guilbaud Hongxia Yang Congwu Tao Virginia Polytechnic Institute and State University,

More information

THE AVENTA PARTNER PROGRAM FOR FULL-TIME ONLINE EDUCATION

THE AVENTA PARTNER PROGRAM FOR FULL-TIME ONLINE EDUCATION THE AVENTA PARTNER PROGRAM FOR FULL-TIME ONLINE EDUCATION Curriculum, Technology, and Services to Help Your District s Online Learning Program Thrive Online Learning Solutions for Schools and Districts

More information

ENGAGING STUDENTS IN ONLINE CLASSES WITH WIMBA: A PRELIMINARY STUDY

ENGAGING STUDENTS IN ONLINE CLASSES WITH WIMBA: A PRELIMINARY STUDY ENGAGING STUDENTS IN ONLINE CLASSES WITH WIMBA: A PRELIMINARY STUDY Camille F. Rogers Georgia Southern University cfrogers@georgiasouthern.edu ABSTRACT This paper discusses the issue of keeping students

More information

Getting Started with Moodle: Student Guide

Getting Started with Moodle: Student Guide Getting Started with Moodle: Student Guide Introduction Moodle is a Learning Management System (LMS) software developed to augment traditional learning methods, enabling instructors to enhance their students

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

Planning to Teach High School Credits Online

Planning to Teach High School Credits Online Planning to Teach High School Credits Online 1 Today's Learning Goals: By the end of this workshop I will be able to: Identify key components of an online classroom Outline necessary features for an online

More information

Professional Development for the Virtual School Setting: Aligning and Designing

Professional Development for the Virtual School Setting: Aligning and Designing Professional Development for the Virtual School Setting: Aligning and Designing Katherine Hayden, Ed.D. Associate Professor of Educational Technology California State University San Marcos Stacey Campo

More information

Tutor-Sky: A web environment for multimedia on-line education

Tutor-Sky: A web environment for multimedia on-line education Tutor-Sky: A web environment for multimedia on-line education Marco Alfano 1, Biagio Lenzitti 2, Antonino Pace 2 1 Centre on Communication Studies Anghelos, Italy 2 C.I.T.C. University of Palermo, Italy

More information

Design of a web-based courseware authoring and presentation system

Design of a web-based courseware authoring and presentation system Vol.3,.2, 2011 Design of a web-based courseware authoring and presentation system Engr. Prof Hyacinth C. Inyiama Electronic and Computer Engineering Dept Nnamdi Azikiwe University Engr. Dr. Mrs. Christiana

More information

Evaluating Elluminate Live!

Evaluating Elluminate Live! Evaluating Elluminate Live! In your search for the best synchronous and web collaboration software for your organization, the process in which you evaluate various products is very important. You have

More information

Justification For Certification Program for Teaching Online. Daniel Aguilar Jose Banda Maria Eugenia Perez

Justification For Certification Program for Teaching Online. Daniel Aguilar Jose Banda Maria Eugenia Perez Running head: JUSTIFICATION FOR CERTIFICATION PROGRAM Justification For Certification Program for Teaching Online Daniel Aguilar Jose Banda Maria Eugenia Perez University of Texas at Brownsville February

More information

AC 2010-159: TECHNOLOGY AND LEARNING OBJECTS IN THE ENGINEERING TECHNOLOGY CLASSROOM

AC 2010-159: TECHNOLOGY AND LEARNING OBJECTS IN THE ENGINEERING TECHNOLOGY CLASSROOM AC 2010-159: TECHNOLOGY AND LEARNING OBJECTS IN THE ENGINEERING TECHNOLOGY CLASSROOM Ronald Rockland, New Jersey Institute of Technology RONALD H. ROCKLAND is Chair of the Department of Engineering Technology

More information

Web Conferencing Glossary

Web Conferencing Glossary Web Conferencing Glossary Ad-Hoc Meeting a meeting that can be held immediately, on-the-fly Adobe Connect Adobe Connect is a Web Conferencing solution that provides rich, interactive, multimedia experiences

More information

King Fahd University of Petroleum and Minerals DEANSHIP OF ACADEMIC DEVELOPMENT KFUPM ONLINE COURSES:

King Fahd University of Petroleum and Minerals DEANSHIP OF ACADEMIC DEVELOPMENT KFUPM ONLINE COURSES: King Fahd University of Petroleum and Minerals DEANSHIP OF ACADEMIC DEVELOPMENT KFUPM ONLINE COURSES: LAST REVISED: March 2003 TABLE OF CONTENTS Page 1. INTRODUCTION 1 2. ESSENTIAL FEATURES FOR AN EFFECTIVE

More information

Collaborative Open-Source software: the case of e-learning at University Fernando Pessoa

Collaborative Open-Source software: the case of e-learning at University Fernando Pessoa Collaborative Open-Source software: the case of e-learning at University Fernando Pessoa Feliz Gouveia, Luís Borges Gouveia fribeiro@ufp.pt, lmbg@ufp.pt CEREM Abstract We present the elearning project

More information

THE UTILIZATION OF COURSE MANAGEMENT SYSTEMS IN BUSINESS SCHOOLS: SOME RECENT EVIDENCE

THE UTILIZATION OF COURSE MANAGEMENT SYSTEMS IN BUSINESS SCHOOLS: SOME RECENT EVIDENCE THE UTILIZATION OF COURSE MANAGEMENT SYSTEMS IN BUSINESS SCHOOLS: SOME RECENT EVIDENCE Timothy Schibik, University of Southern Indiana Charles Harrington, University of Southern Indiana Scott Gordon, University

More information

Checklist for Evaluating Online Courses

Checklist for Evaluating Online Courses Educational Technology Cooperative Checklist for Evaluating Online Courses November 2006 Southern Regional Education Board 592 10th St. N.W. Atlanta, GA 30318 (404) 875-9211 www.sreb.org This publication

More information

Introduction. Moodle for E-learning

Introduction. Moodle for E-learning Effective E-Learning through Moodle Dr. Dharmendra Chourishi 1 Dr. Chanchal Kumar Buttan 2 Abhishek Chaurasia 3 Anita Soni 1 1 Professor, M.B.A. Department, T.I.T. College. Bhopal,M.P. India,e-mail:dharm13@yahoo.com,anita_alghare@yahoo.com

More information

Integrating Databases, Objects and the World-Wide Web for Collaboration in Architectural Design

Integrating Databases, Objects and the World-Wide Web for Collaboration in Architectural Design Integrating Databases, Objects and the World-Wide Web for Collaboration in Architectural Design Wassim Jabi, Assistant Professor Department of Architecture University at Buffalo, State University of New

More information

Quality Guidelines for Online Courses

Quality Guidelines for Online Courses Quality Guidelines for Online Courses The quality of an online course is determined by several factors, some of which can only be assessed while the course is in progress. These Quality Guidelines are

More information

CREATING ON-LINE MATERIALS FOR COMPUTER ENGINEERING COURSES

CREATING ON-LINE MATERIALS FOR COMPUTER ENGINEERING COURSES 1 CREATING ON-LINE MATERIALS FOR COMPUTER ENGINEERING COURSES Abstract Suxia Cui 1, and Yonghui Wang 2 1 Electrical and Computer Engineering Department 2 Engieering Technology Department Prairie View A&M

More information

Curriculum, Technology, and Services to Help Your District s Online Learning Program Thrive

Curriculum, Technology, and Services to Help Your District s Online Learning Program Thrive FULL-TIME SCHOOL PROGRAM POWERED BY FUEL EDUCATION CURRICULUM Curriculum, Technology, and Services to Help Your District s Online Learning Program Thrive For more than a decade, Fuel Education has been

More information

VClass: e-learning application

VClass: e-learning application VClass: e-learning application TOPICS Virtual Classroom (VClass) Objectives History VClass Components Learning Environments in VClass Examples usage: CanalAVIST Virtual Education Project of Pakistan UniChannel

More information

Applied Information Technology Department

Applied Information Technology Department Applied Information Technology Department IT 328: Health Information Emerging Technologies Course Syllabus Spring 2015 This syllabus contains information common to all sections of IT 328 for the Spring

More information