WebCT Vista PowerLinks Reporting Interfaces John Hallett Senior Product Manager WebCT, Inc.

Slides:



Advertisements
Similar presentations
Scott Kodai Distributed Learning California State University, Chico Scott Kodai Distributed Learning California State University, Chico Extracting Useful.
Advertisements

Bboogle Teams: Supporting Small Group Communications through Google Apps Integration with the Blackboard Learn Platform Jonathan Smith, Software Architect,
WHY CMS? WHY NOW? CONTENT MANAGEMENT SYSTEM. CMS OVERVIEW Why CMS? What is it? What are the benefits and how can it help me? Centralia College web content.
Module 17 Tracing Access to SQL Server 2008 R2. Module Overview Capturing Activity using SQL Server Profiler Improving Performance with the Database Engine.
SQL Server Accelerator for Business Intelligence (SSABI)
Calendar Browser is a groupware used for booking all kinds of resources within an organization. Calendar Browser is installed on a file server and in a.
OLAP Cubes and Pivot Tables Leveraging the Power of a Microsoft EPM Solution EPM Customization Series Part 1 February 21 st, 2007 Brendan Giles, PMP, MCP.
Copyright © Mountain Home Training & Consulting, Inc. i MHTC VirtualOFFICE 3.0.
Course Goals Introduce Terms Skills –Modern DBMS (SQL Server 2008) –SQL querying and data access –Stored procedures including parameters –Brief introduction.
1 Abu Dhabi Women’s College Certified Designer Course.
Migrating to EPiServer CMS 5 Johan Björnfot -
DB Audit Expert v1.1 for Oracle Copyright © SoftTree Technologies, Inc. This presentation is for DB Audit Expert for Oracle version 1.1 which.
©2011 Quest Software, Inc. All rights reserved. Steve Walch, Senior Product Manager Blog: November, 2011 Partner Training Webcast.
MS Access 2007 IT User Services - University of Delaware.
FireRMS SQL Audit, Archiving & Purging Presented by Laura Small FireRMS Quality Assurance.
ILearnNYC Platform Session Objectives Provide an understanding of overall platform components, how they fit together and associated timelines Explain.
Module Title? DBMS Introduction to Database Management System.
Course Management Changes for England in Summer Release 2015 Keywords: CM CM15y.
IAM Online - Grouper Permissions Chris Hyzer University of Pennsylvania / Internet2 September 14, /14/20151.
27 Little Things that Make a Big Difference Karen Kral WebCT 3.7.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Introduction to Sequence Diagrams
ILearnNYC / D2L Analytics Portal: I. Navigating Reports.
Extending Vista The PowerLinks WebServices SDK John Hallett Senior Product Manager WebCT, Inc
ETL Overview February 24, DS User Group - ETL - February ETL Overview “ETL is the heart and soul of business intelligence (BI).” -- TDWI ETL.
1 Accelerated Web Development Course JavaScript and Client side programming Day 2 Rich Roth On The Net
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Session 4: The HANA Curriculum and Demos Dr. Bjarne Berg Associate professor Computer Science Lenoir-Rhyne University.
OLAP Cubes and Pivot Tables Leveraging the Power of a Microsoft EPM Solution EPM Customization Series Part 1 February 21 st, 2007 Brendan Giles, PMP, MCP.
Week seven CIT 354 Internet II. 2 Objectives Database_Driven User Authentication Using Cookies Session Basics Summary Homework and Project 2.
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
Data Management Console Synonym Editor
Learningcomputer.com SQL Server 2008 – Profiling and Monitoring Tools.
ETL Extract. Design Logical before Physical Have a plan Identify Data source candidates Analyze source systems with data- profiling tools Receive walk-through.
RDF and triplestores CMSC 461 Michael Wilson. Reasoning  Relational databases allow us to reason about data that is organized in a specific way  Data.
CS122 Instructor Assignments Winter, 2010 Term. Overview Some changes in assignments due to schedule considerations Some new initiatives / revised strategies.
RSUG Community Member Profile Cherry Bekaert
WebCT Vista PowerLinks SDK Overview Sasan Salari VP, New Technology Services Head, Vista Developers Network
How I spend my money Software architecture course Mohan, Maxim.
Solutions link-systems international student success WorldWideGradebook™ Version 3.0 featuring Student Performance Matrix (SPMx) December.
Mickey Stuewe Microsoft Junkie Red Gate Addict Creating User Friendly SSRS Reports.
Library Online Resource Analysis (LORA) System Introduction Electronic information resources and databases have become an essential part of library collections.
Microsoft Project 2010 ® Tutorial 4: Assigning Resources and Costs.
Web Application Design. Data –What data is available? –How do we store it or how is it stored in the DB? Schema Data types Etc. –Where is the data?
27 Little Things that Make a Big Difference Karen Kral WebCT 3.7.
SQL SERVER AUDITING. Jean Joseph DBA/Consultant Contact Info: Blog:
Vision: Sustainable development for Cambodia. 1.Member Satisfaction Survey Result 2.CCC Digital Platform 3.Practice of NGO database New Interface 4.Q&A.
SAP BODS Online Training and Placement in USA Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING.
Creating your course on MOODLE Learning Management System.
MESA A Simple Microarray Data Management Server. General MESA is a prototype web-based database solution for the massive amounts of initial data generated.
DATABASE’S Dave McDonald Student No /05/2016 Unit 10 task 1.
What’s New in ProMonitor 9
MODULE 10 – PROJECT SERVER
University of Guelph’s Custom Tools
Cameron Blashka| Informer Implementation Specialist
HR Portal Team Dr. Ashraf Armoush Supervisor Ala’eddeen Awwad
PowerCampus Version Vista Views (SQL 2008 Compatibility)
CS 174: Server-Side Web Programming February 12 Class Meeting
Principles of report writing
Chapter 9 Database and Information Management.
Financial Affairs Training Webpage Redesign
Designing Complex Tabular Models
Scott Stocker November 18, 2002
Financial Affairs Training Website
Guidelines Please do not add more slides than required by this template Presentation time 5min Rehearse!
ITAS Risk Reporting Integration to an ERP
Scott Stocker November 18, 2002
Using Veera with R and Shiny to Build Complex Visualizations
Presentation transcript:

WebCT Vista PowerLinks Reporting Interfaces John Hallett Senior Product Manager WebCT, Inc.

Overview WebCT contains vast amounts of data Prior to WebCT Vista, this data was stored in a distributed, flat file database This made correlation and detailed data analysis almost impossible

Overview WebCT Vista introduced an SQL database server With that, detailed analysis became possible, but there was still a problem

Overview The Vista data schema is not exactly “intuitive” The DB is designed for functionality and performance, not for data extraction Relevant information can be spread out among many, many tables And the table schema can change from version to version

Overview The Vista Reporting Interfaces solve these problems by abstracting away from direct DB access The result is a set of “safe” database views containing the most relevant data all in one place

Why is this important?

Details The Vista Reporting Interfaces provide seven tables 5 are live views, 2 are extracts

Details RPT_PERSON Contains information on users: –IDs (Login, person, and IMS) –Name (First, last, prefix, suffix) –Active/Inactive flag

Details RPT_LEARNING_CONTEXT Contains information on LCs (E.g. Course): –IDs (LC, Parent and IMS) –Name, type, # of childern –Start/end dates, last archived date, templates –# of members, path

Details RPT_LEARNING_CONTEXT_SIZE Adds up data size in a given LC –ID –Size of templates –Size of non-template files

Details RPT_MEMBER Contains information on memberships (enrollments): –Three columns: Person, LC, Role

Details RPT_TEMPLATE Contains information on template contents: –ID –Counts of all major Learning Objects in use (quiz, questions, assignments, discussions, etc)

Details RPT_TRACKING All tracked events –User, LC, event type, time, dwell time, target name This can be a very large table Unlike the tracking tool itself, tracked events are not filtered by role (so it is possible to see designer actions)

Details RPT_GRADEBOOK All grades, every student, every course Calculated columns are presented as a formula

Details RPT_TEMPLATE and RPT_LEARNING_CONTEXT_SIZE are extracts, and must be scheduled via the UI

Details

It all comes together

Vista Enrollment by Department

It all comes together Vista Tool Usage by Department

It all comes together Average Final Grade vs Vista Sessions

Questions?

Thank you For more info, please contact me: John Hallett Senior Product Manager WebCT, Inc