SlideShare une entreprise Scribd logo
1  sur  54
OpenSyllabus




    Building and Integrating
     OpenSyllabus in Sakai
  Yvette Lapa Dessap , Developer, HEC Montréal
Martin Montminy , Functional analyst, HEC Montréal
Rémi Saïas, Developer / ScrumMaster, HEC Montréal
OpenSyllabus
                            Presentation Plan
• What is OpenSyllabus?
• OpenSyllabus Architecture
• OpenSyllabus in Sakai
  • Integration with Sakai’s Resources, Citations
    and Assignment
  • Integration with Sakai’s Course Management
    and Academic System
• Process and tools used to build
  OpenSyllabus (if time permits)
   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            2
OpenSyllabus
                            Presentation Plan
• What is OpenSyllabus?
• OpenSyllabus Architecture
• OpenSyllabus in Sakai
  • Integration with Sakai’s Resources, Citations
    and Assignment
  • Integration with Sakai’s Course Management
    and Academic System
• Process and tools used to build
  OpenSyllabus (if time permits)
   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            3
OpenSyllabus
Who we are and where we’re coming from
• The team
  • 8 developers (Variable: 4-6 FTE)
  • Scrum managed (Agile methodology):
        • Product Owner, Steering Committee, Stakeholders
        • Sprints: 4 week iterations with
          Planning/Demo/Retrospective
• ZoneCours
  • XML, model-based and Java
  • User success
  • Technical/legal limitations
• OpenSyllabus and Sakai

   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            4
OpenSyllabus
                    What is OpenSyllabus
• Successor of ZoneCours
• Structured Course Outline (or Syllabus) Editor
• Integrated into Sakai environment and works
  with other Sakai tools
• Collaboration tool:
  • Between teachers and students
  • Between teachers
  • Within the institution: registrar, department,
    library.

   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            5
OpenSyllabus
OpenSyllabus in Sakai – Big Picture
                                                                   Institution Academic
                                                                          System
      Assignment                                     Resources
                                                                   •   List of courses
                                                                   •   List of sections
                                                                   •   List of students
                                                                   •   Schedule
                                                      Course
                                                                   •   Location
     OpenSyllabus                                   Management
                                                                   •   …




                                                         More to
        Citations                                        come…




  July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                    6
OpenSyllabus
                                  Demonstration
• Purpose
  • Illustrate concepts presented later on
• Scope
  • User Interface, Text Editing
  • Resources, Citations, Assignment
• More details this afternoon
  • 2 Sessions at 3:15 and 4:00

   July 2009   10th Sakai Conference - Boston, MA, U.S.A.            7
OpenSyllabus
                            Presentation Plan
• What is OpenSyllabus?
• OpenSyllabus Architecture
• OpenSyllabus in Sakai
  • Integration with Sakai resources, Citation and
    Assignment
  • Integration with Sakai’s Course Management
    and Academic System
• Process and tools used to build
  OpenSyllabus (if time permits)
   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            8
OpenSyllabus
OpenSyllabus in Sakai – Big Picture
                                                                   Institution Academic
                                                                          System
      Assignment                                     Resources
                                                                   •   List of courses
                                                                   •   List of sections
                                                                   •   List of students
                                                                   •   Schedule
                                                      Course
                                                                   •   Location
     OpenSyllabus                                   Management
                                                                   •   …




                                                         More to
        Citations                                        come…




  July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                    9
OpenSyllabus
             OpenSyllabus Architecture
•   Model-based application
•   Configuration in OpenSyllabus
•   Google Web Toolkit
•   Architecture Diagram
•   Hierarchical Course Outlines



     July 2009 10th Sakai Conference - Boston, MA, U.S.A.            10
OpenSyllabus
                Model-based Sakai Tool
• OSYL course outlines are:
  • Based on a conceptual/abstract model
  • Implemented in XML
  • Validated against an XML Schema (XSD)
• Benefits of being model-based:
  • Adds semantic to content
  • Ensures semantic uniformity and coherence across
    course outlines
  • Ensures easy evolution, transformation,
    interoperability (within Sakai and outside)
  • Allows production of statistics, report and other data
    analysis
   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            11
OpenSyllabus
                Model-based Sakai Tool
• OSYL model features:
  • Adds semantic to content
  • Is configurable and extensible
  • Allows a large degree of freedom in the
    structure of the course outline
  • Is decoupled from the presentation layer



   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            12
OpenSyllabus
                  Course Outline Structure
CO


                          Overview               Exams                                                                  Lectures
COStructure


                                                                                                       Part 1                                 Part 2




COUnit                                Exam 1         Exam 2                           Lect. 1                     Lect. 2            Lect.3       Lect. 4



                                                                            Topic A                   Topic B
COUnitStructure


COUnitContent
                                                                                                                                                 ref


COResourceContext   Abc      Abc     Abc            Abc       Abc     Abc        Abc            Abc      Abc      Abc        Abc     Abc
                                                                                                                                           Abc

                                           Abc
COResource
                                                               Abc : User defined label                 Abc : Institution defined label


                                                                                                                                                 13
OpenSyllabus
Abstract Structure Model




                                    14
OpenSyllabus
The Syllabus Structure Model




                                 15
OpenSyllabus
Open Syllabus
                                    CO



      Overview   Staff   Learning        Assessments                  Lectures
                         Mat.




                                         Session       Lect. 1         Lect.3
                                         Work


                              Mid-term             Final         Lect. 2         …
                              exam                 exam




                                                                           16
OpenSyllabus
           OpenSyllabus Architecture
• Model-based application
• Configuration in OpenSyllabus
  • Course Outline Structure
  • UI
  • Summary
• Google Web Toolkit
• Architecture Diagram
• Hierarchical Course Outlines
   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            17
OpenSyllabus
                     Configuration in OSYL
• Syllabus Structure
  • Syllabus templates used at creation
  • File rules.xml define:
        • Content of Add menu (context-dependant)
        • Which rubrics are available for each context
• Syllabus vocabulary (including rubrics) are
  localized in properties file COMessages , and
  its French and Spanish versions
   July 2009   10th Sakai Conference - Boston, MA, U.S.A.            18
OpenSyllabus
               Configuration in OSYL: UI
• Layout and Presentation
  • CSS based
  • Cannot customize appearance in GWT code
• Messages relevant to UI are localized in
  properties file UIMessages.




   July 2009   10th Sakai Conference - Boston, MA, U.S.A.            19
OpenSyllabus
                Configuration: Summary
• Each Course Outline is associated to one config
• Each configuration contains:
  • Template (localized)
  • rules.xml
  • CSS and images
  • Messages files UIMessages and COMessages.
• A configuration is a folder under:
  webappsosyl-editor-sakai-toolosylcoconfigs
• Several configurations on a Sakai instance

   July 2009   10th Sakai Conference - Boston, MA, U.S.A.            20
OpenSyllabus
             OpenSyllabus Architecture
•   Model-based application
•   Configuration in OpenSyllabus
•   Google Web Toolkit
•   Architecture Diagram
•   Hierarchical Course Outlines



     July 2009 10th Sakai Conference - Boston, MA, U.S.A.            21
OpenSyllabus
OSYL architecture: Google Web Toolkit
• Open Source (Apache 2.0 License)
• Code in Java: compiler generates JavaScript
• Layouts and events similar to Swing
• You have to love and/or hate CSS!
• Easy AJAX (asynch. calls) through simple
  RPC and CallBack interface to OsylService
  (front to Sakai services)
• No more page concept

    July 2009   10th Sakai Conference - Boston, MA, U.S.A.            22
OpenSyllabus
             OpenSyllabus Architecture
•   Model-based application
•   Configuration in OpenSyllabus
•   Google Web Toolkit
•   Architecture Diagram
•   Hierarchical Course Outlines



     July 2009 10th Sakai Conference - Boston, MA, U.S.A.            23
OpenSyllabus
OpenSyllabus Architecture: Overview

                                                                      Sakai Server

                                                                   Sakai services




                                                                                           OpenSyllabus Tool
 OpenSyllabus GWT Client
                                                                      Services
                       POJO                                 XML
         M         C          ModelToXML()

         V                                                            Servlet(s)
                              XMLToModel()


                      AJAX exchange of data model
                    using GWT’s RPC implementation


    Presentation Layer                                      Business Logic / Data Access

   July 2009   10th Sakai Conference - Boston, MA, U.S.A.                                                      24
OpenSyllabus
             OpenSyllabus Architecture
•   Model-based application
•   Configuration in OpenSyllabus
•   Google Web Toolkit
•   Architecture Diagram
•   Hierarchical Course Outlines
    • Example
    • Concepts

     July 2009 10th Sakai Conference - Boston, MA, U.S.A.            25
OpenSyllabus
               Hierarchical CO example
                                             •Course Introduction
       Economics 101                         •Contact Information
       Generic course                        •Learning Material                     Economics 101
                                             •Assessments
        outline from                                                               Section B course
                                             •Lectures
        Coordinator                               • Lecture 1                    outline from Section
                                                        …                             B’s teacher
                                                  • Lecture 10


•Course Introduction                                                •Course Introduction
•Contact Information                                                •Contact Information
•Learning Material                                                  •Learning Material
                                              Economics 101         •Assessments
•Assessments
•Lectures                                    Section A course       •Lectures
     • Lecture 1                            outline from Section         •Lecture 1
           …                                     A’s teacher                   …
     • Lecture 12                                                        • Lecture 11




   July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                           26
OpenSyllabus
                      Hierarchical CO example
                        Lecture 1

                          Description
                           Coordinator’s description
                                                                 Lecture 1
                         Objectives
   Coordinator            Coordinator’s objectives                 Description
                                                                    Coordinator’s description
                                                                    Teacher’s description

                                                                  Objectives
                        Lecture 1                                  Coordinator’s objectives
                                                                   Teacher’s objectives
                          Description
                           Teacher’s description

                         Objectives                              Merge of coordinator’s and
                           Teacher’s objectives                   Teacher’s course outlines
Teacher Section A
                                                                                                Student Section A

          July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                               27
OpenSyllabus
  Hierarchical CO and OSYL model
• Hierarchical Course Outline is possible
  because:
  • Parent and child outline share the same
    semantic model
  • OSYL know how to merge them
        • i.e: put parent’s content then child content for
          each specific content unit



   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            28
OpenSyllabus
                          Draft vs Published Space
                  Draft (editing) Space                                    Published Space

                                                                               Generic
          1:Creates        Generic
          and edits                                       2: Publishes          (read-
                            C.O.                                                 only)
author
                                                                          Area of the system
                      Area of the system                                                          student
                                                                            where Authors
                        where Authors
                                                                            publish course
                       create and edit
                                                                         outlines when ready
                       course outlines
                                                                         for consumption by
                                                                                Generic
                           Section
                                                                           Students and/or
                                                                                   +
          3:Creates
           5:Edits          C.O.                        6: Publishes            Public
                                                                                Section
                                                                                (read-             public
 author
                                                                                 only)




              July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                          29
OpenSyllabus
                            Presentation Plan
• What is OpenSyllabus?
• OpenSyllabus Architecture
• OpenSyllabus in Sakai
  • Integration with Sakai Tools: Resources,
    Citations and Assignment
  • Integration with Sakai’s Course Management
    and Academic System
• Process and tools used to build
  OpenSyllabus (if time permits)
   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            33
OpenSyllabus
OpenSyllabus in Sakai – Big Picture
                                                                   Institution Academic
                                                                          System
      Assignment                                     Resources
                                                                   •   List of courses
                                                                   •   List of sections
                                                                   •   List of students
                                                                   •   Schedule
                                                      Course
                                                                   •   Location
     OpenSyllabus                                   Management
                                                                   •   …




                                                         More to
         Citation                                        come…




  July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                    34
OpenSyllabus
     Sakai Tool Integration Factors
• Minimum Feature Set: as in ZoneCours
  • Documents (“Resources”)
  • Bibliographic References (“Citations”)
  • Assignment (part of Assessment)
• Goals of integration
  • Minimize costs and reduce cycle-time
  • Avoid ‘reinventing the wheel’
  • Participate in sharing
   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            35
OpenSyllabus
OpenSyllabus – The Tool Integrator
• So far:
  • We have integrated the Resources, Citations and
    assignment tools: acting as client using services
    of other tools
  • We have extended Citations, adding Z39.50
    connector capability to connect to most of the
    libraries of the world.
• OSYL as server (prospective):
  • Could pass course outline info (assessment,
    lecture) to other tool (e.g.: agenda)

   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            36
OpenSyllabus
Tool Integration: Functional challenges

• What do our target users need?
  • Core functionalities
       • At least based on historical use of ZoneCours
  • Great user experience over feature set
       • UI uniformity with OpenSyllabus
                 Satisfy functional requirements and
                 maintain or even enhance current user
                 experience!

  July 2009 10th Sakai Conference - Boston, MA, U.S.A.            37
OpenSyllabus
Tool Integration: Technical challenges

         OpenSyllabus
        (User Interface)

                                Sakai Tool XYZ
                               (Logic /Services)




         Sakai Tool XYZ
     (Native User Interface)
OpenSyllabus
Tool Integration: Technical challenges

          OpenSyllabus
         (User Interface)

                                    Sakai Tool XYZ
                                   (Logic /Services)




     Simplified User Interface
    Parrallel to the Native tool
              interface
OpenSyllabus
Tool Integration: Technical challenges

          OpenSyllabus
         (User Interface)          New Version
                                    Sakai Tool XYZ
                                    Logic /Services




     Simplified User Interface
      Native User Interface
           OpenSyllabus
            Sakai Tool
    Parrallel to the Native tool
              interface
OpenSyllabus
 Tool Integration: Technical Challenges
• Possible interactions with a Sakai Tool
  • Front-end integration
        • Link to the tool with its complete native UI
        • OpenSyllabus provides some way to create an
          instance in the tool
  • Back-end integration
        • Develop new views wrapping the tool (access its
          services) and all its interfaces
  • Hybrid integration
        • Link to the tool provided with a part of its native
          interface redesigned
   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            41
OpenSyllabus
Tool Integration: Data Synchronization
• Why?
• What?                                                             Sakai
                                                                   Tool #1

• When?
                                                             OpenSyllabus
                                                                                                  Sakai
                                                                                                 Tool #1
                       Sakai                                                  Sakai
                      Tool #1                                                Tool #2
                                                          Sakai
                                                         Tool #3


                                                                                             OpenSyllabus

                   OpenSyllabus                                                                    Sakai
                                                                                        Sakai     Tool #2
                                                                                       Tool #3

          Sakai
                                   Sakai
         Tool #3
                                  Tool #2




  July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                                      42
OpenSyllabus
          Tool Integration: sub- Upload from user’s
                    Navigate within Resource Tool
                          folders                                                    file system


                                       Select documents
Integrated view
                                            (reuse)



                                                                                           Organize documents
                                                             Contextualize the use
                                                                                            by creating sub-
                                                             of selected document
                                                                                                 folders
                                                             (Rubric, comment …)




          July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                              43
OpenSyllabus
    Tool Integration: Resource Tool
Same resource in two different contexts




     July 2009   10th Sakai Conference - Boston, MA, U.S.A.            44
OpenSyllabus
 Tool Integration: Assignment Tool
• Assignment Tool for Electronic Submission
 Conceptual view:
                Course                                    Current Integration:
                Outline


              Assessment

                                                            Assessment     Assignment


              Assignment




   July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                 45
OpenSyllabus
 Tools Integration: Citation Helper
• Basic use for bibliographic references
  • Add, edit and use normalized and structured
    references from scratch
• A little more sophisticated use:
  • Link a bibliographic reference to the
    institution’s library and databases
        • provides validation
  • Adding or importing a new reference by
    searching in Google scholar, RIS
   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            47
OpenSyllabus
   Tools Integration: sub- Create a new
               Navigate within Citation Helper
                     folders                                                             citation


                                          Select citations
Integrated view
                                              (reuse)



                                                                 Contextualize the use       Organize citations by
                                                                  of selected citation       creating sub-folders
                                                                 (Rubric, comment …)




          July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                                   48
OpenSyllabus
 Tools Integration: present & future
Tool                      Selected implementation                    Data synchronization
ASSIGNMENT                  • A way to instantiate the Tool      • One Way partial data synchronization
                            • Use of the tool’s native UI        • Clickable text in OSYL synchronized
                                                                 live with Assignment title
                                                                 • Other strategies of data
                                                                 synchronization will be addressed later
RESOURCES                   • Access via sData
                            • Direct access from                 • Live one-way data synchronization
                            OpenSyllabus to the Resources        • Need for a two-way synchronization

CITATIONS                   • A way to create a citation list
                            • Direct access to Library through   • Live one-way data synchronization
                            Z39.50                               • Need for a two-way synchronization
                            • Very similar to Resource
                            integration

                                                                            Current implementation
                                                                             Future implementation



       July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                                49
OpenSyllabus
                            Presentation Plan
• What is OpenSyllabus?
• OpenSyllabus Architecture
• OpenSyllabus in Sakai
  • Integration with Sakai Tools: Resources,
    Citations and Assignment
  • Integration with Sakai’s Course Management
    and Academic System
• Process and tools used to build
  OpenSyllabus
   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            50
OpenSyllabus
OpenSyllabus in Sakai – Big Picture
                                                                   Institution Academic
                                                                          System
      Assignment                                     Resources
                                                                   •   List of courses
                                                                   •   List of sections
                                                                   •   List of students
                                                                   •   Schedule
                                                      Course
                                                                   •   Location
     OpenSyllabus                                   Management
                                                                   •   …




                                                         More to
        Citations                                        come…




  July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                    51
OpenSyllabus
       OpenSyllabus and Sakai Sites
Questions we had to answer:
  • Hierarchical course outlines:
     • How different levels of course
       outlines map to Sakai sites?
     • How do we share resources and
       access to Sakai tools?         Draft (editing)                                                    Published Space
                                                                                Space

  • Edit vs Published Space:
                                                                     1:Crea                                  Gener
                                                                       tes     Gener                            ic
                                                                      and        ic      2: Publishes        (read-
                                                                      edits     C.O.                          only)

     • How to manage draft vs
                                                           author

                                                                                                                                student




       published resources?
                                                                                                             Generi

     • Student shall only access                                     3:C
                                                                     rea
                                                                     5:Edits
                                                                               Sectio
                                                                                 n
                                                                                C.O.
                                                                                        6: Publishes
                                                                                                               c+
                                                                                                             Sectio
                                                                                                                n

       published content.                                   author    tes                                    (read-
                                                                                                              only)
                                                                                                                                 public




    July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                                                   52
OpenSyllabus
 Integration with Course Management
• The institution’s Academic
  system feeds Sakai’s Course                                                  Draft (editing)
                                                                                   Space
                                                                                                                   Published Space


  Management
                                                                     1:Crea                                            Gener
                                                                       tes        Gener                                   ic
                                                                      and           ic            2: Publishes         (read-
                                                                      edits        C.O.                                 only)

• Challenges and open
                                                           author

                                                                                                                                          student




  questions:                                                                                                           Generi
                                                                     3:C          Sectio                                 c+

  • How to map hierarchical                                          rea
                                                                     5:Edits        n
                                                                                   C.O.
                                                                                                 6: Publishes
                                                                                                                       Sectio
                                                                                                                          n
                                                                      tes                                              (read-              public



    course outline to Sakai’s
                                                            author
                                                                                                                        only)


    Course Management?
  • OpenSyllabus should integrate
    to any(most) Course
    Management
    implementation?


    July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                                                             53
• In edit space, each C.O. has its
                                                                                                       OpenSyllabus
                      Draft vs Published Space     site with its resources.
                                                 • Participants are added to site
                                                   directly.                                       • When published, all related COs
                                                 • Author sees published parent                      are merged. All resources are
                                                   documents and resources in                        copied to target site.
                                                   read-only mode.                                 • Only COs associated with a
                             Draft (editing)                                          Published      CourseOffering have a site.
                                 Space                                                  Space      • Participants to site is provided
                                                                                                     by Enrollment Sets associated
                                                                                                     to CourseOffering.
                                                                                       Generic
                                   Generic                   publish                    (read-
                                    C.O.                                                                                public
author                                                                                   only)


                                                                                       publish &
                                                                                        merge
                                                                                       Generic
                                                                                           +
                                  Section              publish & merge                 Section
                                   C.O.
                                                                                        (read-
 author                                                                                  only)




          July 2009 10th Sakai Conference - Boston, MA, U.S.A.                                                                   54
OpenSyllabus
                            Presentation Plan
• What is OpenSyllabus?
• OpenSyllabus Architecture
• OpenSyllabus in Sakai
  • Integration with Sakai Tools: Resources,
    Citations and Assignment
  • Integration with Sakai’s Course Management
    and Academic System
• Process and tools used to build
  OpenSyllabus (if time permits)
   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            56
OpenSyllabus
                             Process and tools
• Scrum methodology
• Feature and Use Case driven
  • Features for planning
  • Use Cases for development and testing
        • Level of details depends on complexity of feature
• User Testing / Focus Groups
• Jira / Confluence / SVN / Hudson /
  Selenium / XMLSpy
   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            57
OpenSyllabus
                                     What’s next?
• Pilot at HEC Montréal in January 2010
• Migration from ZoneCours and user
  training: summer 2010
• Production in September 2010




   July 2009 10th Sakai Conference - Boston, MA, U.S.A.            58
OpenSyllabus
                                 To Learn More…
• 2 Presentations this afternoon (same room:
  Haym Saolman)
    • 3:15 Demonstration
    • 4:00 Hands-on
•   See us tonight at the technical demonstrations
•   Try OpenSyllabus at http://osyltest.hec.ca
•   Confluence: http://tinyurl.com/opensyllabus
•   Model: http://tinyurl.com/osyl-model
•   Questions?
     July 2009 10th Sakai Conference - Boston, MA, U.S.A.            59

Contenu connexe

Similaire à Building and Integrating OpenSyllabus in Sakai

OU Campus CMS: How to Generate Buy-In and Excitement from Your Campus Library
OU Campus CMS: How to Generate Buy-In and Excitement from Your Campus LibraryOU Campus CMS: How to Generate Buy-In and Excitement from Your Campus Library
OU Campus CMS: How to Generate Buy-In and Excitement from Your Campus LibraryColleen Greene
 
[Lefebvre] [Multiple stakes in the ground] IFLA LBES 2016
[Lefebvre] [Multiple stakes in the ground] IFLA LBES 2016[Lefebvre] [Multiple stakes in the ground] IFLA LBES 2016
[Lefebvre] [Multiple stakes in the ground] IFLA LBES 2016Diane Koen
 
Limitless Data in a Data Driven World 4.4.16
Limitless Data in a Data Driven World 4.4.16Limitless Data in a Data Driven World 4.4.16
Limitless Data in a Data Driven World 4.4.16Cassandra Elizondo
 
Summon @ LBSU
Summon @ LBSUSummon @ LBSU
Summon @ LBSUProQuest
 
Assessment presentation
Assessment presentationAssessment presentation
Assessment presentationjsutclif
 
Working together – Using social media tools / enterprise tools (Sharepoint, B...
Working together – Using social media tools / enterprise tools (Sharepoint, B...Working together – Using social media tools / enterprise tools (Sharepoint, B...
Working together – Using social media tools / enterprise tools (Sharepoint, B...Rindra Ramli
 
SLABoston_Presentation2015
SLABoston_Presentation2015SLABoston_Presentation2015
SLABoston_Presentation2015Rindra M Ramli
 
Hands on - designing and using sakai portfolios am workshop - open apereo 2015
Hands on - designing and using sakai portfolios am workshop - open apereo 2015Hands on - designing and using sakai portfolios am workshop - open apereo 2015
Hands on - designing and using sakai portfolios am workshop - open apereo 2015Janice Smith
 
The Open Course Library: Bridging the Gap Between LMS and OCW
The Open Course Library: Bridging the Gap Between LMS and OCWThe Open Course Library: Bridging the Gap Between LMS and OCW
The Open Course Library: Bridging the Gap Between LMS and OCWTom Caswell
 
Cpd presentation rhodes university
Cpd presentation rhodes universityCpd presentation rhodes university
Cpd presentation rhodes universityDebs Martindale
 
Student2Scholar: rethinking online information literacy using the ACRL's new ...
Student2Scholar: rethinking online information literacy using the ACRL's new ...Student2Scholar: rethinking online information literacy using the ACRL's new ...
Student2Scholar: rethinking online information literacy using the ACRL's new ...IL Group (CILIP Information Literacy Group)
 
AEA K-12 Online: Student Personalized Learning
AEA K-12 Online: Student Personalized LearningAEA K-12 Online: Student Personalized Learning
AEA K-12 Online: Student Personalized LearningEvan Abbey
 
The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...
The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...
The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...Jason Rhode
 
The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...
The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...
The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...Stephanie Richter
 

Similaire à Building and Integrating OpenSyllabus in Sakai (20)

OU Campus CMS: How to Generate Buy-In and Excitement from Your Campus Library
OU Campus CMS: How to Generate Buy-In and Excitement from Your Campus LibraryOU Campus CMS: How to Generate Buy-In and Excitement from Your Campus Library
OU Campus CMS: How to Generate Buy-In and Excitement from Your Campus Library
 
[Lefebvre] [Multiple stakes in the ground] IFLA LBES 2016
[Lefebvre] [Multiple stakes in the ground] IFLA LBES 2016[Lefebvre] [Multiple stakes in the ground] IFLA LBES 2016
[Lefebvre] [Multiple stakes in the ground] IFLA LBES 2016
 
C.G. O'Kelly Library's OK Scholar's Institute
C.G. O'Kelly Library's OK Scholar's InstituteC.G. O'Kelly Library's OK Scholar's Institute
C.G. O'Kelly Library's OK Scholar's Institute
 
Limitless Data in a Data Driven World 4.4.16
Limitless Data in a Data Driven World 4.4.16Limitless Data in a Data Driven World 4.4.16
Limitless Data in a Data Driven World 4.4.16
 
Designing e-Learning Objects
Designing e-Learning ObjectsDesigning e-Learning Objects
Designing e-Learning Objects
 
Summon @ LBSU
Summon @ LBSUSummon @ LBSU
Summon @ LBSU
 
OER and MOOC'S
OER and MOOC'SOER and MOOC'S
OER and MOOC'S
 
Assessment presentation
Assessment presentationAssessment presentation
Assessment presentation
 
Working together – Using social media tools / enterprise tools (Sharepoint, B...
Working together – Using social media tools / enterprise tools (Sharepoint, B...Working together – Using social media tools / enterprise tools (Sharepoint, B...
Working together – Using social media tools / enterprise tools (Sharepoint, B...
 
SLABoston_Presentation2015
SLABoston_Presentation2015SLABoston_Presentation2015
SLABoston_Presentation2015
 
Conole aalborg
Conole aalborgConole aalborg
Conole aalborg
 
Hands on - designing and using sakai portfolios am workshop - open apereo 2015
Hands on - designing and using sakai portfolios am workshop - open apereo 2015Hands on - designing and using sakai portfolios am workshop - open apereo 2015
Hands on - designing and using sakai portfolios am workshop - open apereo 2015
 
Librarians as researchers - Sheila Corrall
Librarians as researchers - Sheila CorrallLibrarians as researchers - Sheila Corrall
Librarians as researchers - Sheila Corrall
 
The Open Course Library: Bridging the Gap Between LMS and OCW
The Open Course Library: Bridging the Gap Between LMS and OCWThe Open Course Library: Bridging the Gap Between LMS and OCW
The Open Course Library: Bridging the Gap Between LMS and OCW
 
Cpd presentation rhodes university
Cpd presentation rhodes universityCpd presentation rhodes university
Cpd presentation rhodes university
 
Student2Scholar: rethinking online information literacy using the ACRL's new ...
Student2Scholar: rethinking online information literacy using the ACRL's new ...Student2Scholar: rethinking online information literacy using the ACRL's new ...
Student2Scholar: rethinking online information literacy using the ACRL's new ...
 
AEA K-12 Online: Student Personalized Learning
AEA K-12 Online: Student Personalized LearningAEA K-12 Online: Student Personalized Learning
AEA K-12 Online: Student Personalized Learning
 
The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...
The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...
The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...
 
The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...
The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...
The Blackboard Portfolio tool: Features, uses, and campus-wide implementation...
 
OER Workshop
OER Workshop OER Workshop
OER Workshop
 

Dernier

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 

Dernier (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 

Building and Integrating OpenSyllabus in Sakai

  • 1. OpenSyllabus Building and Integrating OpenSyllabus in Sakai Yvette Lapa Dessap , Developer, HEC Montréal Martin Montminy , Functional analyst, HEC Montréal Rémi Saïas, Developer / ScrumMaster, HEC Montréal
  • 2. OpenSyllabus Presentation Plan • What is OpenSyllabus? • OpenSyllabus Architecture • OpenSyllabus in Sakai • Integration with Sakai’s Resources, Citations and Assignment • Integration with Sakai’s Course Management and Academic System • Process and tools used to build OpenSyllabus (if time permits) July 2009 10th Sakai Conference - Boston, MA, U.S.A. 2
  • 3. OpenSyllabus Presentation Plan • What is OpenSyllabus? • OpenSyllabus Architecture • OpenSyllabus in Sakai • Integration with Sakai’s Resources, Citations and Assignment • Integration with Sakai’s Course Management and Academic System • Process and tools used to build OpenSyllabus (if time permits) July 2009 10th Sakai Conference - Boston, MA, U.S.A. 3
  • 4. OpenSyllabus Who we are and where we’re coming from • The team • 8 developers (Variable: 4-6 FTE) • Scrum managed (Agile methodology): • Product Owner, Steering Committee, Stakeholders • Sprints: 4 week iterations with Planning/Demo/Retrospective • ZoneCours • XML, model-based and Java • User success • Technical/legal limitations • OpenSyllabus and Sakai July 2009 10th Sakai Conference - Boston, MA, U.S.A. 4
  • 5. OpenSyllabus What is OpenSyllabus • Successor of ZoneCours • Structured Course Outline (or Syllabus) Editor • Integrated into Sakai environment and works with other Sakai tools • Collaboration tool: • Between teachers and students • Between teachers • Within the institution: registrar, department, library. July 2009 10th Sakai Conference - Boston, MA, U.S.A. 5
  • 6. OpenSyllabus OpenSyllabus in Sakai – Big Picture Institution Academic System Assignment Resources • List of courses • List of sections • List of students • Schedule Course • Location OpenSyllabus Management • … More to Citations come… July 2009 10th Sakai Conference - Boston, MA, U.S.A. 6
  • 7. OpenSyllabus Demonstration • Purpose • Illustrate concepts presented later on • Scope • User Interface, Text Editing • Resources, Citations, Assignment • More details this afternoon • 2 Sessions at 3:15 and 4:00 July 2009 10th Sakai Conference - Boston, MA, U.S.A. 7
  • 8. OpenSyllabus Presentation Plan • What is OpenSyllabus? • OpenSyllabus Architecture • OpenSyllabus in Sakai • Integration with Sakai resources, Citation and Assignment • Integration with Sakai’s Course Management and Academic System • Process and tools used to build OpenSyllabus (if time permits) July 2009 10th Sakai Conference - Boston, MA, U.S.A. 8
  • 9. OpenSyllabus OpenSyllabus in Sakai – Big Picture Institution Academic System Assignment Resources • List of courses • List of sections • List of students • Schedule Course • Location OpenSyllabus Management • … More to Citations come… July 2009 10th Sakai Conference - Boston, MA, U.S.A. 9
  • 10. OpenSyllabus OpenSyllabus Architecture • Model-based application • Configuration in OpenSyllabus • Google Web Toolkit • Architecture Diagram • Hierarchical Course Outlines July 2009 10th Sakai Conference - Boston, MA, U.S.A. 10
  • 11. OpenSyllabus Model-based Sakai Tool • OSYL course outlines are: • Based on a conceptual/abstract model • Implemented in XML • Validated against an XML Schema (XSD) • Benefits of being model-based: • Adds semantic to content • Ensures semantic uniformity and coherence across course outlines • Ensures easy evolution, transformation, interoperability (within Sakai and outside) • Allows production of statistics, report and other data analysis July 2009 10th Sakai Conference - Boston, MA, U.S.A. 11
  • 12. OpenSyllabus Model-based Sakai Tool • OSYL model features: • Adds semantic to content • Is configurable and extensible • Allows a large degree of freedom in the structure of the course outline • Is decoupled from the presentation layer July 2009 10th Sakai Conference - Boston, MA, U.S.A. 12
  • 13. OpenSyllabus Course Outline Structure CO Overview Exams Lectures COStructure Part 1 Part 2 COUnit Exam 1 Exam 2 Lect. 1 Lect. 2 Lect.3 Lect. 4 Topic A Topic B COUnitStructure COUnitContent ref COResourceContext Abc Abc Abc Abc Abc Abc Abc Abc Abc Abc Abc Abc Abc Abc COResource Abc : User defined label Abc : Institution defined label 13
  • 16. OpenSyllabus Open Syllabus CO Overview Staff Learning Assessments Lectures Mat. Session Lect. 1 Lect.3 Work Mid-term Final Lect. 2 … exam exam 16
  • 17. OpenSyllabus OpenSyllabus Architecture • Model-based application • Configuration in OpenSyllabus • Course Outline Structure • UI • Summary • Google Web Toolkit • Architecture Diagram • Hierarchical Course Outlines July 2009 10th Sakai Conference - Boston, MA, U.S.A. 17
  • 18. OpenSyllabus Configuration in OSYL • Syllabus Structure • Syllabus templates used at creation • File rules.xml define: • Content of Add menu (context-dependant) • Which rubrics are available for each context • Syllabus vocabulary (including rubrics) are localized in properties file COMessages , and its French and Spanish versions July 2009 10th Sakai Conference - Boston, MA, U.S.A. 18
  • 19. OpenSyllabus Configuration in OSYL: UI • Layout and Presentation • CSS based • Cannot customize appearance in GWT code • Messages relevant to UI are localized in properties file UIMessages. July 2009 10th Sakai Conference - Boston, MA, U.S.A. 19
  • 20. OpenSyllabus Configuration: Summary • Each Course Outline is associated to one config • Each configuration contains: • Template (localized) • rules.xml • CSS and images • Messages files UIMessages and COMessages. • A configuration is a folder under: webappsosyl-editor-sakai-toolosylcoconfigs • Several configurations on a Sakai instance July 2009 10th Sakai Conference - Boston, MA, U.S.A. 20
  • 21. OpenSyllabus OpenSyllabus Architecture • Model-based application • Configuration in OpenSyllabus • Google Web Toolkit • Architecture Diagram • Hierarchical Course Outlines July 2009 10th Sakai Conference - Boston, MA, U.S.A. 21
  • 22. OpenSyllabus OSYL architecture: Google Web Toolkit • Open Source (Apache 2.0 License) • Code in Java: compiler generates JavaScript • Layouts and events similar to Swing • You have to love and/or hate CSS! • Easy AJAX (asynch. calls) through simple RPC and CallBack interface to OsylService (front to Sakai services) • No more page concept July 2009 10th Sakai Conference - Boston, MA, U.S.A. 22
  • 23. OpenSyllabus OpenSyllabus Architecture • Model-based application • Configuration in OpenSyllabus • Google Web Toolkit • Architecture Diagram • Hierarchical Course Outlines July 2009 10th Sakai Conference - Boston, MA, U.S.A. 23
  • 24. OpenSyllabus OpenSyllabus Architecture: Overview Sakai Server Sakai services OpenSyllabus Tool OpenSyllabus GWT Client Services POJO XML M C ModelToXML() V Servlet(s) XMLToModel() AJAX exchange of data model using GWT’s RPC implementation Presentation Layer Business Logic / Data Access July 2009 10th Sakai Conference - Boston, MA, U.S.A. 24
  • 25. OpenSyllabus OpenSyllabus Architecture • Model-based application • Configuration in OpenSyllabus • Google Web Toolkit • Architecture Diagram • Hierarchical Course Outlines • Example • Concepts July 2009 10th Sakai Conference - Boston, MA, U.S.A. 25
  • 26. OpenSyllabus Hierarchical CO example •Course Introduction Economics 101 •Contact Information Generic course •Learning Material Economics 101 •Assessments outline from Section B course •Lectures Coordinator • Lecture 1 outline from Section … B’s teacher • Lecture 10 •Course Introduction •Course Introduction •Contact Information •Contact Information •Learning Material •Learning Material Economics 101 •Assessments •Assessments •Lectures Section A course •Lectures • Lecture 1 outline from Section •Lecture 1 … A’s teacher … • Lecture 12 • Lecture 11 July 2009 10th Sakai Conference - Boston, MA, U.S.A. 26
  • 27. OpenSyllabus Hierarchical CO example Lecture 1 Description Coordinator’s description Lecture 1 Objectives Coordinator Coordinator’s objectives Description Coordinator’s description Teacher’s description Objectives Lecture 1 Coordinator’s objectives Teacher’s objectives Description Teacher’s description Objectives Merge of coordinator’s and Teacher’s objectives Teacher’s course outlines Teacher Section A Student Section A July 2009 10th Sakai Conference - Boston, MA, U.S.A. 27
  • 28. OpenSyllabus Hierarchical CO and OSYL model • Hierarchical Course Outline is possible because: • Parent and child outline share the same semantic model • OSYL know how to merge them • i.e: put parent’s content then child content for each specific content unit July 2009 10th Sakai Conference - Boston, MA, U.S.A. 28
  • 29. OpenSyllabus Draft vs Published Space Draft (editing) Space Published Space Generic 1:Creates Generic and edits 2: Publishes (read- C.O. only) author Area of the system Area of the system student where Authors where Authors publish course create and edit outlines when ready course outlines for consumption by Generic Section Students and/or + 3:Creates 5:Edits C.O. 6: Publishes Public Section (read- public author only) July 2009 10th Sakai Conference - Boston, MA, U.S.A. 29
  • 30. OpenSyllabus Presentation Plan • What is OpenSyllabus? • OpenSyllabus Architecture • OpenSyllabus in Sakai • Integration with Sakai Tools: Resources, Citations and Assignment • Integration with Sakai’s Course Management and Academic System • Process and tools used to build OpenSyllabus (if time permits) July 2009 10th Sakai Conference - Boston, MA, U.S.A. 33
  • 31. OpenSyllabus OpenSyllabus in Sakai – Big Picture Institution Academic System Assignment Resources • List of courses • List of sections • List of students • Schedule Course • Location OpenSyllabus Management • … More to Citation come… July 2009 10th Sakai Conference - Boston, MA, U.S.A. 34
  • 32. OpenSyllabus Sakai Tool Integration Factors • Minimum Feature Set: as in ZoneCours • Documents (“Resources”) • Bibliographic References (“Citations”) • Assignment (part of Assessment) • Goals of integration • Minimize costs and reduce cycle-time • Avoid ‘reinventing the wheel’ • Participate in sharing July 2009 10th Sakai Conference - Boston, MA, U.S.A. 35
  • 33. OpenSyllabus OpenSyllabus – The Tool Integrator • So far: • We have integrated the Resources, Citations and assignment tools: acting as client using services of other tools • We have extended Citations, adding Z39.50 connector capability to connect to most of the libraries of the world. • OSYL as server (prospective): • Could pass course outline info (assessment, lecture) to other tool (e.g.: agenda) July 2009 10th Sakai Conference - Boston, MA, U.S.A. 36
  • 34. OpenSyllabus Tool Integration: Functional challenges • What do our target users need? • Core functionalities • At least based on historical use of ZoneCours • Great user experience over feature set • UI uniformity with OpenSyllabus Satisfy functional requirements and maintain or even enhance current user experience! July 2009 10th Sakai Conference - Boston, MA, U.S.A. 37
  • 35. OpenSyllabus Tool Integration: Technical challenges OpenSyllabus (User Interface) Sakai Tool XYZ (Logic /Services) Sakai Tool XYZ (Native User Interface)
  • 36. OpenSyllabus Tool Integration: Technical challenges OpenSyllabus (User Interface) Sakai Tool XYZ (Logic /Services) Simplified User Interface Parrallel to the Native tool interface
  • 37. OpenSyllabus Tool Integration: Technical challenges OpenSyllabus (User Interface) New Version Sakai Tool XYZ Logic /Services Simplified User Interface Native User Interface OpenSyllabus Sakai Tool Parrallel to the Native tool interface
  • 38. OpenSyllabus Tool Integration: Technical Challenges • Possible interactions with a Sakai Tool • Front-end integration • Link to the tool with its complete native UI • OpenSyllabus provides some way to create an instance in the tool • Back-end integration • Develop new views wrapping the tool (access its services) and all its interfaces • Hybrid integration • Link to the tool provided with a part of its native interface redesigned July 2009 10th Sakai Conference - Boston, MA, U.S.A. 41
  • 39. OpenSyllabus Tool Integration: Data Synchronization • Why? • What? Sakai Tool #1 • When? OpenSyllabus Sakai Tool #1 Sakai Sakai Tool #1 Tool #2 Sakai Tool #3 OpenSyllabus OpenSyllabus Sakai Sakai Tool #2 Tool #3 Sakai Sakai Tool #3 Tool #2 July 2009 10th Sakai Conference - Boston, MA, U.S.A. 42
  • 40. OpenSyllabus Tool Integration: sub- Upload from user’s Navigate within Resource Tool folders file system Select documents Integrated view (reuse) Organize documents Contextualize the use by creating sub- of selected document folders (Rubric, comment …) July 2009 10th Sakai Conference - Boston, MA, U.S.A. 43
  • 41. OpenSyllabus Tool Integration: Resource Tool Same resource in two different contexts July 2009 10th Sakai Conference - Boston, MA, U.S.A. 44
  • 42. OpenSyllabus Tool Integration: Assignment Tool • Assignment Tool for Electronic Submission Conceptual view: Course Current Integration: Outline Assessment Assessment Assignment Assignment July 2009 10th Sakai Conference - Boston, MA, U.S.A. 45
  • 43. OpenSyllabus Tools Integration: Citation Helper • Basic use for bibliographic references • Add, edit and use normalized and structured references from scratch • A little more sophisticated use: • Link a bibliographic reference to the institution’s library and databases • provides validation • Adding or importing a new reference by searching in Google scholar, RIS July 2009 10th Sakai Conference - Boston, MA, U.S.A. 47
  • 44. OpenSyllabus Tools Integration: sub- Create a new Navigate within Citation Helper folders citation Select citations Integrated view (reuse) Contextualize the use Organize citations by of selected citation creating sub-folders (Rubric, comment …) July 2009 10th Sakai Conference - Boston, MA, U.S.A. 48
  • 45. OpenSyllabus Tools Integration: present & future Tool Selected implementation Data synchronization ASSIGNMENT • A way to instantiate the Tool • One Way partial data synchronization • Use of the tool’s native UI • Clickable text in OSYL synchronized live with Assignment title • Other strategies of data synchronization will be addressed later RESOURCES • Access via sData • Direct access from • Live one-way data synchronization OpenSyllabus to the Resources • Need for a two-way synchronization CITATIONS • A way to create a citation list • Direct access to Library through • Live one-way data synchronization Z39.50 • Need for a two-way synchronization • Very similar to Resource integration Current implementation Future implementation July 2009 10th Sakai Conference - Boston, MA, U.S.A. 49
  • 46. OpenSyllabus Presentation Plan • What is OpenSyllabus? • OpenSyllabus Architecture • OpenSyllabus in Sakai • Integration with Sakai Tools: Resources, Citations and Assignment • Integration with Sakai’s Course Management and Academic System • Process and tools used to build OpenSyllabus July 2009 10th Sakai Conference - Boston, MA, U.S.A. 50
  • 47. OpenSyllabus OpenSyllabus in Sakai – Big Picture Institution Academic System Assignment Resources • List of courses • List of sections • List of students • Schedule Course • Location OpenSyllabus Management • … More to Citations come… July 2009 10th Sakai Conference - Boston, MA, U.S.A. 51
  • 48. OpenSyllabus OpenSyllabus and Sakai Sites Questions we had to answer: • Hierarchical course outlines: • How different levels of course outlines map to Sakai sites? • How do we share resources and access to Sakai tools? Draft (editing) Published Space Space • Edit vs Published Space: 1:Crea Gener tes Gener ic and ic 2: Publishes (read- edits C.O. only) • How to manage draft vs author student published resources? Generi • Student shall only access 3:C rea 5:Edits Sectio n C.O. 6: Publishes c+ Sectio n published content. author tes (read- only) public July 2009 10th Sakai Conference - Boston, MA, U.S.A. 52
  • 49. OpenSyllabus Integration with Course Management • The institution’s Academic system feeds Sakai’s Course Draft (editing) Space Published Space Management 1:Crea Gener tes Gener ic and ic 2: Publishes (read- edits C.O. only) • Challenges and open author student questions: Generi 3:C Sectio c+ • How to map hierarchical rea 5:Edits n C.O. 6: Publishes Sectio n tes (read- public course outline to Sakai’s author only) Course Management? • OpenSyllabus should integrate to any(most) Course Management implementation? July 2009 10th Sakai Conference - Boston, MA, U.S.A. 53
  • 50. • In edit space, each C.O. has its OpenSyllabus Draft vs Published Space site with its resources. • Participants are added to site directly. • When published, all related COs • Author sees published parent are merged. All resources are documents and resources in copied to target site. read-only mode. • Only COs associated with a Draft (editing) Published CourseOffering have a site. Space Space • Participants to site is provided by Enrollment Sets associated to CourseOffering. Generic Generic publish (read- C.O. public author only) publish & merge Generic + Section publish & merge Section C.O. (read- author only) July 2009 10th Sakai Conference - Boston, MA, U.S.A. 54
  • 51. OpenSyllabus Presentation Plan • What is OpenSyllabus? • OpenSyllabus Architecture • OpenSyllabus in Sakai • Integration with Sakai Tools: Resources, Citations and Assignment • Integration with Sakai’s Course Management and Academic System • Process and tools used to build OpenSyllabus (if time permits) July 2009 10th Sakai Conference - Boston, MA, U.S.A. 56
  • 52. OpenSyllabus Process and tools • Scrum methodology • Feature and Use Case driven • Features for planning • Use Cases for development and testing • Level of details depends on complexity of feature • User Testing / Focus Groups • Jira / Confluence / SVN / Hudson / Selenium / XMLSpy July 2009 10th Sakai Conference - Boston, MA, U.S.A. 57
  • 53. OpenSyllabus What’s next? • Pilot at HEC Montréal in January 2010 • Migration from ZoneCours and user training: summer 2010 • Production in September 2010 July 2009 10th Sakai Conference - Boston, MA, U.S.A. 58
  • 54. OpenSyllabus To Learn More… • 2 Presentations this afternoon (same room: Haym Saolman) • 3:15 Demonstration • 4:00 Hands-on • See us tonight at the technical demonstrations • Try OpenSyllabus at http://osyltest.hec.ca • Confluence: http://tinyurl.com/opensyllabus • Model: http://tinyurl.com/osyl-model • Questions? July 2009 10th Sakai Conference - Boston, MA, U.S.A. 59