Sakaibrary: Bridging Course Management and Digital Libraries
|
|
|
- Berenice Harper
- 10 years ago
- Views:
Transcription
1 Sakaibrary: Bridging Course Management and Digital Libraries Jon Dunn Associate Director for Technology Digital Library Program Indiana University Bloomington, Indiana, USA
2 Outline Course Management Systems Motivations for integration The Sakai project Sakaibrary Project overview Technical implementation Conclusion and questions Sakaibrary - IGeLU
3 Course Management Systems (CMS) Also known as Virtual Learning Environments (VLE) or Learning Management Systems (LMS) Becoming principal place for facultystudent interactions outside of the classroom Used for both traditional and online courses Examples: Blackboard, WebCT, Angel, Moodle, Sakai Sakaibrary - IGeLU
4 Typical Functions of a CMS Course calendar Discussion forum Chat Online tests and quizzes Homework turn-in Grade entry/dissemination Content management Sakaibrary - IGeLU
5 Motivations for CMS-Library Integration Library content and services important for teaching and learning Represents an evolution of library s instructional support services (e.g. reserves) into the current environment Students often unfamiliar with library sources Needed for libraries to remain relevant to today s students and teachers Sakaibrary - IGeLU
6 What is Sakai? A software framework and set of tools and services for implementing collaboration and learning systems (including CMS) An organization: the Sakai Foundation A community: Sakai Partners Community source model Both institutional and individual contributors Sakaibrary - IGeLU
7 What is Sakai? Iron Chef Hiroyuki Sakai Sakaibrary - IGeLU
8 Sakai: Origins Begun in 2003 by: University of Michigan Indiana University Massachusetts Institute of Technology (MIT) Stanford University Grant funding from Mellon and Hewlett Foundations Motivations More control over institutional CMS destiny Gain more value working as a group than by going alone Sakaibrary - IGeLU
9 Sakai: Today 105 paying partners: universities, colleges, non-profit organizations, companies In production at 8 institutions in early more scheduled to go online Fall 2006 Mainly US/UK (but not exclusively) Twice-annual conference Last had over 550 attendees Sakaibrary - IGeLU
10 Sakai Technologies Sakai 2.x Java Java 1.4/ /1.5 JavaServer Faces Velocity Spring Hibernate Tomcat 5.5 Apache Apache SSL SSL mod_jk mod_jk WEBISO WEBISO Virtual Virtual hosting hosting Oracle Oracle 9i/10g 9i/10g MySQL MySQL HSQL HSQL (demo) (demo) Sakaibrary - IGeLU
11 Sakaibrary Project Overview Partnership of Indiana University (IU) and University of Michigan (UM) Libraries Supported by Andrew W. Mellon Foundation and IU/UM January 1, June 30, FTE per institution Co-Project Directors: Jon Dunn, Indiana University Susan Hollar, University of Michigan Sakaibrary - IGeLU
12 Additional Sakaibrary Project Partners Libraries at: Johns Hopkins University Northwestern University Stanford University Yale University University of California Berkeley Sakaibrary - IGeLU
13 Sakaibrary Project Goals Build tools to provide seamless integration of content from licensed library databases within Sakai for instructors Leverage existing library technology infrastructure Prototype functionality for librarians to present content in Sakai and students to discover licensed content within Sakai. Engage librarians, students, and faculty in the design and testing Sakaibrary - IGeLU
14 Sakaibrary Project Process Develop requirements and designs with feedback from partner institutions Develop tools in two phases Conduct evaluation at IU and UM Release tools as open source Sakaibrary - IGeLU
15 Tasks: Instructor Search for articles Import references from RefWorks, EndNote, etc. Create persistent links to articles for student access Create customized search box or canned searches for students Constrained to search specific databases or include specific keywords Obtain assistance from librarian Sakaibrary - IGeLU
16 Tasks: Student Access articles found by instructor Search for articles Possibly constrained by course subject Export references to bibliographic management tools such as RefWorks Reference articles from assignments, papers Obtain assistance from librarian Sakaibrary - IGeLU
17 Tasks: Librarian Create links to appropriate databases Create customized search boxes Create help guides and suggestions for use of library resources Provide assistance to instructor and student Sakaibrary - IGeLU
18 Where does the library fit in Sakai? Library databases are just one source of course content Web content Personal documents Digital repositories Electronic reserves Need to be able to work with all types of content in the same way Sakaibrary - IGeLU
19 Sakai Tools and Services Tool User interface Service Backend functionality Can be used by many tools Tools Services Sakai Framework Customizatio Customizatio n Configuratio Configuratio n Sakaibrary - IGeLU
20 Standard Sakai Tools Announcements Assignments Chat Room Drop Box Archive Gradebook Help Message Of The Day News/RSS Preferences Presentation Profile/Roster Resources Schedule Section Mgmt Syllabus Threaded Discussion Web Content Worksite Setup WebDAV Sakaibrary - IGeLU
21 Sakaibrary - IGeLU
22 Sakaibrary - IGeLU
23 Phase 1: Sakaibrary Project Deliverables Library search tool * Citation management tool * Phase 2: Subject research guide tool * *And associated services Sakaibrary - IGeLU
24 Library Search Tool Based on existing work Twin Peaks Navigator OKI: Open Knowledge Initiative Leverage existing Metasearch technology to connect to various search sources Sakaibrary - IGeLU
25 Citation Management Tool New capability in Sakai Create references from library search, import, or direct entry Generate persistent links using OpenURL Support export of citations to RIS and other relevant formats Use RDF triplestore for persistence Sakaibrary - IGeLU
26 UI Prototype Sakaibrary - IGeLU
27 Sakaibrary - IGeLU
28 Sakaibrary - IGeLU
29 Sakaibrary - IGeLU
30 Sakaibrary - IGeLU
31 Sakaibrary - IGeLU
32 Subject Research Guides Support faculty and librarian creation of: Constrained searches Canned searches Help guides Links to contact librarians: chat, , course discussion forum Sakaibrary - IGeLU
33 Technical Implementation Sakaibrary - IGeLU
34 Technologies in Use Indiana: Sirsi Unicorn Sirsi SingleSearch (MuseGlobal) ExLibris SFX Michigan: Ex Libris Aleph Ex Libris MetaLib Ex Libris SFX Need to abstract across technologies from different vendors Sakaibrary - IGeLU
35 How to abstract? Goal: Single UI, multiple backends Solution: OKI Repository OSID OKI: Open Knowledge Initiative OSID: Open Service Interface Definition (essentially an API spec) Developed by MIT with Mellon support Provides standard interface to repository query and delivery functions Already in use in Sakai Sakaibrary - IGeLU
36 MetaLib Integration Work being carried out by UM Creating an OKI Repository OSID implementation for MetaLib Using X-server for access to MetaLib functions Using CQL as internal query representation Working in tandem with developer at IU implementing Sirsi SingleSearch OKI OSID Sakaibrary - IGeLU
37 Sakaibrary - IGeLU
38 MetaLib X-Server Benefits Allows us to develop our own userinterface on MetaLib engine Relatively simple to use Documentation for the X-Server API exists and is easy to access Sakaibrary - IGeLU
39 MetaLib X-Server Limitations API documentation could be more robust: more detailed examples; edge cases Some X-Server XML encoding issues cause parsers/validators to fail: Invalid XML character data Repeated xmlns references for each record returned Records do not contain proper MARCXML. Merge command does not have an appending merge option Difficult to continuously page through records retrieved asynchronously from the X-Server Sakaibrary - IGeLU
40 SFX Generating OpenURLs from citation data Used to link to full text content Sakaibrary - IGeLU
41 Sakaibrary Schedule Fall 2006 Search and citation management Internal testing at IU/UM Spring 2007 Subject research guide tool Testing at partners (and beyond?) Summer/Fall 2007 Open source release After that??? Sakaibrary - IGeLU
42 Questions As Yet Unanswered Who will use search within the CMS? Will metasearching ever be good enough? Will OpenURL link resolution work consistently enough for full text access? How will the Sakai development model work in libraries? Will other institutions step up to tackle other library integration issues? Sakaibrary - IGeLU
43 Thank You Sakaibrary project team Andrew W. Mellon Foundation Sakai Foundation board IGeLU organizers Sakaibrary - IGeLU
44 More Information Sakai: Sakaibrary: OKI: Sakai Library Discussion Group: collab.sakaiproject.org Contact: Sakaibrary - IGeLU
DSpace: An Institutional Repository from the MIT Libraries and Hewlett Packard Laboratories
DSpace: An Institutional Repository from the MIT Libraries and Hewlett Packard Laboratories MacKenzie Smith, Associate Director for Technology Massachusetts Institute of Technology Libraries, Cambridge,
IGeLU Conference 2014
IGeLU Conference 2014 Alma, the Cloud and the Evolution of the Library Systems Department Kevin Kidd Head of Library Systems & Applications Boston College University Libraries Agenda Background: About
Technology Enhanced Learning
Technology Enhanced Learning Introduction to Sulis Collaborative Learning Environment for Teaching and Learning What is it? Sakai is often referred as a learning platform virtual learning environment (VLE)
Hybrid and Online Quality Assurance Standards (HOQAS) Review Instructor Worksheet
This worksheet represents the self-report component of the HOQAS course review process. Please complete the worksheet in order to provide relevant information about the course that will assist the HOQAS
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 [email protected], [email protected] CEREM Abstract We present the elearning project
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,
A Guide to Selecting a Learning Content Management Solution www.amvonet.com Page 1 of 7
A Guide to Selecting a Learning Content Management Solution www.amvonet.com Page 1 of 7 A Guide to Selecting a Learning Content Management Solution Since the 1990s, e-learning has grown tremendously in
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
Sakai Newsletter. 1. From the Executive Director
Sakai Newsletter November 1, 2007 1. From the Executive Director 2. 8th Sakai Conference at Newport Beach -- Reminder! 3. Charles Sturt University to Host QA Server 4. OSS Oracle Users Group Usage Survey
Integrating Peoplesoft Enterprise Campus Solutions with Sakai
Integrating Peoplesoft Enterprise Campus Solutions with Sakai Cris J. Holdorph Unicon, Inc. Michael Feldstein Oracle, Corp. 2008 JA-SIG Conference April 27 30, 2008 Copyright Unicon, Inc., 2008. This work
URM and Its Benefits FAQ
URM and Its Benefits FAQ CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss. DO NOT COPY UNLESS YOU
Blackboard 8 Interface. Workshop Overview
Blackboard 8 Interface Welcome to Tarleton State University's Blackboard 8! Blackboard is the online Learning Management System (LMS) of Tarleton State University. Blackboard enables the teacher to provide
MARIST/IBM Joint Studies
MARIST/IBM Joint Studies Project Cloud 9 a z-powered Learning Environment by Michael Lavacca, Sean Goldsmith, Deyaa Abuelsaad, and Sean Dunn June 13 15, 2010 Our Goal The enablement of the Sakai application
Comparing and Evaluating Open Source E-learning Platforms
ISSN: 22-207, Volume-, Issue-, July 20 Comparing and Evaluating Open Source E-learning Platforms Fakhreldeen Abbas Saeed Abstract Because of the huge development in E-learning and the spread of its open
Florida State University
Response to: Florida State University Submitted by: Instructure, Inc. 18 December 2015 18 December 2015 Phyllis Sullivan Procurement Specialist Florida State University Procurement Services 282 Champions
Canvas Mid-Semester Report. Prepared by: Penn State Information Technology Services (ITS) and World Campus. April 2015
Canvas Mid-Semester Report Prepared by: Penn State Information Technology Services (ITS) and World Campus April 2015 Executive Summary: The Learning Management System (LMS) Team has been asked to pilot
November 2015. Ex Libris Certified Third-Party Software and Security Patch Release Notes
November 2015 Ex Libris Certified Third-Party Software and Security Patch Release Notes CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse
Learning Management System
WDS'05 Proceedings of Contributed Papers, Part I, 207 212, 2005. ISBN 80-86732-59-2 MATFYZPRESS Learning Management System R. Remeš University of South Bohemia, Faculty of Agriculture, České Budějovice,
How To Learn Distance Learning
Global Outreach & Extended Education [email protected] ph: 480.965.1740 Ira A. Fulton Schools of Engineering Distance Learning Student Manual Welcome to the office of Global Outreach and Extended Education
Developing an Electronic Resource Management System: Verde from Ex Libris
LIBER QUARTERLY, ISSN 1435-5205 LIBER 2004. All rights reserved K.G. Saur, Munich, Printed in Germany Developing an Electronic Resource Management System: Verde from Ex Libris by TAMAR SADEH ABSTRACT Rapid
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...
E-LEARNING: USIU s EXPERIENCE
E-LEARNING: USIU s EXPERIENCE Gerald W. Chege, Ph.D. Assistant Professor, Information Systems & Technology, United States International University COL Training Workshop, Pan Afric Hotel 23rd Nov 2006 1
Getting Started In Your Davidson College Blackboard Course
Getting Started In Your Davidson College Blackboard Course Course Name: Course ID: Instructor(s): URL: Http://blackboard.davidson.edu Username: (Davidson College network username) Password: (same as username)
Comparing Canvas and Blackboard
Communication Tools Canvas Tool Blackboard Tool Function Announcements Announcements One- way communication Receive notifications via web services (Facebook, Twitter, etc.); students determine preference
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
All You Wanted To Know About the Management of Digital Resources in Alma
All You Wanted To Know About the Management of Digital Resources in Alma CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will
ALEPH VERSIONS 16, 17, 18 ALEPH Publishing Mechanism
ALEPH VERSIONS 16, 17, 18 Please note: Implementation of the following publishing tools requires a license for Primo OR an additional license agreement with Ex Libris. To learn more about licensing this
THE EFFECTIVENESS OF USING LEARNING MANAGEMENT SYSTEMS AND COLLABORATIVE TOOLS IN WEB-BASED TEACHING OF PROGRAMMING LANGUAGES
THE EFFECTIVENESS OF USING LEARNING MANAGEMENT SYSTEMS AND COLLABORATIVE TOOLS IN WEB-BASED TEACHING OF PROGRAMMING LANGUAGES Nadire Cavus 1, Huseyin Uzunboylu 2, Dogan Ibrahim 3 1 Computer Information
About Ex Libris. For additional information on Ex Libris Group, see http://www.exlibrisgroup.com
e-product Family About Ex Libris Ex Libris is a leading provider of automation solutions for academic libraries. Offering the only comprehensive product suite for electronic, digital, and print materials,
myschool Web Based Education Management Solution
myschool Web Based Education Management Solution 4 Emad El-Deen Kamel St. Nasr City, Cairo Egypt Ph (202) 403-4407 myschool is a highly interactive web based School Management System that provides a complete
Southwestern Community College District Procedure Academic Affairs
Reference: Title 5 55200 et seq.; Education Code 66700 70901, 70902 College District Policy and Procedure No. 2515 provide for the College District to rely primarily upon the Academic Senate to develop
Learning Management System Self-Efficacy of online and hybrid learners: Using LMSES Scale
Learning Management System Self-Efficacy of online and hybrid learners: Using LMSES Scale Florence Martin University of North Carolina, Willimgton Jeremy I. Tutty Boise State University [email protected]
Action Bar. Action Link. Action Links Icon. Add Content Link Button. Administration Area. Adobe Presenter. Alt Text.
Term Action Bar Action Link Action Links Icon Add Content Link Button Administration Area Adobe Presenter Alt Text Alternate Text Application Administrator Announcements Archive Assessments Assessment
Optimization of LMS for Improving User Response Time
Optimization of LMS for Improving User Response Time 24 June 2014 B.RAJU (123050091) Under the guidance of Prof. Deepak B. Phatak Dept. of Computer Science and Engineering IIT Bombay Outline LMS Moodle
Content management system comparison
CMS Content management system comparison Content management system comparison Listed below is an outline of the major features, capabilities and shortcomings of today s most popular content management
Inspiring Learning Through Technology. JENZABAR elearning
JENZABAR elearning Inspiring Learning Through Technology JENZABAR elearning JENZABAR elearning The LMS from the Higher Ed Technology Experts Jenzabar is more than just your technology partner. With decades
A Field Guide to Learning Management Systems (LMS)
A Field Guide to Learning Management Systems (LMS) How can organizations make smart purchasing decisions about LMSs? Ryann K. Ellis Editor, Learning Circuits American Society for Training & Development
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?...
Typo3_tridion. SDL Tridion R5 3/21/2008
Product Last Updated System Requirements Application Server Approximate Cost Database License Operating System Programming Language Root Access Shell Access Web Server Security Audit Trail Captcha Content
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
Teaching Accounting as a Blended, Hybrid, or Online Course
Teaching Accounting as a Blended, Hybrid, or Online Course Teaching Accounting as a Hybrid or Online Course Mississippi Society of CPAs Educators Symposium October, 2011 Susan V. Crosson Santa Fe College,
The Blackboard Academic Suite. Overview of Product Capabilities
The Blackboard Academic Suite Overview of Product Capabilities OVERVIEW The Blackboard Academic Suite provides learning institutions with powerful capabilities to achieve their e-learning goals. Blackboard
Content Import and Export To & From Blackboard Learn and SkillsCommons.org
Content Import and Export To & From Blackboard Learn and SkillsCommons.org Skills Commons (www.skillscommons.org) contains a variety of materials, including courses covering a particular subject. Instructors
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
Copyright 2010 The Learning House, Inc. Introduction to Online Learning Page 1 of 11
Copyright 2010 The Learning House, Inc. Introduction to Online Learning Page 1 of 11 Introduction This lesson covers the function and major components of a learning management system (LMS). It addresses
Dearborn Public Schools. elearning Platform. Communicate. Learn. Collect. See what you can do.
Dearborn Public Schools elearning Platform Communicate. Learn. Collect. See what you can do. 1 COMMUNICATE / LEARN / COLLECT elearning Platform A Quick Introduction Dearborn Public Schools offers teachers
City Tech Instructional Technology & Media Services. Blackboard Tutorial for Students
City Tech Instructional Technology & Media Services Blackboard Tutorial for Students How to find your courses After you log-in to Blackboard by visiting CUNY website at http://www.cuny.edu=>portal Login/Blackboard/eSIMS=>Blackboard
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
I ve logged in! Now where do I start?
I ve logged in! Now where do I start? Instructor s Quick Start Guide Introduction: Up and Running with OpenClass We ve created this Quick Start Guide to help you, the instructor, get up and running with
Open Source Software for Use in Learning Object Repositories. A Review and Assessment
Open Source Software for Use in Learning Object Repositories A Review and Assessment Prepared for The Florida Distance Learning Consortium OnCoRe Blueprint Project by The Texas Center for Digital Knowledge
Unified Resource Management: The Ex Libris Framework for Next- Generation Library Services
Unified Resource Management: The Ex Libris Framework for Next- Generation Library Services, 2009 Document Version 1.1 CONFIDENTIAL INFORMATION All of the information and material herein, inclusive of text,
Penn State Online Faculty Competencies for Online Teaching
Teaching in an online environment can be considerably different in nature than teaching face-to-face. The competencies listed in this document are intended to provide faculty and administrators with a
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
Virginia Tech s Next Generation Learning Management System
Spring 2015 Virginia Tech s Next Generation Learning Management System INVESTIGATION AND SELECTION PROJECT REPORT VIRGINIA TECH Information Technology Technology-enhanced Learning and Online Strategies
e-learning platforms: Learning Management Systems and beyond
e-learning platforms: Learning Management Systems and beyond Gerald Haese [email protected] CeDiS Center für Digitale Systeme Kompetenzzentrum e-learning / Multimedia e-learning platforms Principals
Chapter 2 Creating a Database
Base Handbook Chapter 2 Creating a Database How to create a new database Copyright This document is Copyright 2013 by its contributors as listed below. You may distribute it and/or modify it under the
Moodle E-Learning Platforms and Technologies Project Project No. LLP-LdV-PRT-2012-LT-0316
Moodle E-Learning Platforms and Technologies Project Project No. LLP-LdV-PRT--LT-36 Survey Report according answers to Questionnaire for Students The aim of the research This questionnaire is part of the
Integration of Google Docs as a collaborative activity within the LMS using IMS BasicLTI
Alier Forment, M., Casañ, M. J., Piguillem Poch, J., Galanis, N., Mayol, E., Conde, M. Á., & García-Peñalvo, F. J. (2013). Integration of Google Docs as a Collaborative Activity within the LMS Using IMS
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
STUDENT PARTICIPATION INDEX: STUDENT ASSESSMENT IN ONLINE COURSES
STUDENT PARTICIPATION INDEX: STUDENT ASSESSMENT IN ONLINE COURSES Alan Y K Chan, K O Chow Department of Computer Science City University of Hong Kong K S Cheung School of Continuing Education Hong Kong
Question/Answer Transaction Protocol Overview First Committee Working Draft NISO Committee AZ: September 22, 2003
Question/Answer Transaction Protocol Overview First Committee Working Draft NISO Committee AZ: September 22, 2003 NISO Committee AZ is developing a Question/Answer Transaction (QAT) Protocol to support
Blackboard Collaborate Session
Blackboard Collaborate Session What is Blackboard Collaborate? Wimba was purchased by Blackboard and has been merged with Elluminate Live! into a new platform called Blackboard Collaborate. Wimba is now
Online Student Orientation
Online Student Orientation A Virtual Walk to Class Online Student Orientation Script Slide Slide Title Script 1 Online Student Orientation Welcome to Aurora University! This virtual walk to class is designed
Welcome to the North Carolina Virtual Public School Getting Started module. This module will take you through what online is, how to be successful in
Welcome to the North Carolina Virtual Public School Getting Started module. This module will take you through what online is, how to be successful in an online course, and how to work in your course. 1
MASCONOMET REGIONAL SCHOOL DISTRICT
MASCONOMET REGIONAL SCHOOL DISTRICT Learning Management System Study Group Report 2013 Study Group Members: Darrell Lockwood, Susan Givens, Dorothy Flaherty, Nancy Mirra, Ryan King, Chris Love, Ben Hodges,
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
1. Instructional Design Elements a. Support & Resources Essential Criteria: 1. Students are provided information as to where to get technical help.
File Name Format (example): Course Review Course ID Instructor name your initials Faculty Name: Course: Semester: Reviewer: Date: This evaluation is a framework for addressing how a quality course should
