SlideShare a Scribd company logo
1 of 30
Download to read offline
Updating Digital Measures Activity
Insight Using MS Office
David Onder
SAIR 2011
• 9352 students
• Master’s Comprehensive
• Mountain location
• Residential and Distance
• Microsoft campus-wide
• SunGard
2,000+ colleges and schools across the
globe use ActivityInsight to manage
critical information pertaining to faculty
productivity, assessment, and
accreditation. It's the most reliable,
versatile and secure web-based solution
available for bringing out your university's
full potential.
http://www.digitalmeasures.com/ActivityInsight/
General Information
• Personal and Contact
Information
• Administrative Data -
Permanent Data | Yearly Data
• Academic, Government,
Military and Professional
Positions
• Administrative Assignments
• Awards and Honors
• Consulting
• Education
• External Connections and
Partnerships
• Faculty Development Activities
Attended
• Licensures and Certifications
• Media Contributions
• Professional Memberships
• Workload Information
Teaching
• Academic Advising
• Directed Student Learning
(e.g., theses, dissertations)
• Non-Credit Instruction
Taught
• Scheduled Teaching
Scholarship/Research
• Artistic Works and
Performances
• Contracts, Grants and
Sponsored Research
• Intellectual Contributions
• Intellectual Property (e.g.,
copyrights, patents)
• Presentations
• Research Currently in
Progress
• Other Scholarly Activity
Service
• Department
• College
• University
• Professional
• Public
• School Services
• Other Service
THE BEGINNING
Upload file to Digital Measures
Wait!
Create data from SQL commands
THE DATABASE
Queries for DMAI screens
Simplify updates of Digital Measures Activity
Insight
– Scheduled updates
– Require nothing but standard software
– Easy to use
WHAT WE WANTED
WEB SERVICES
Hard to decipher manual
Need to transform data to XML
How do I send XML?
WHERE TO START?
Reviewed sample code in manual
Found Excel to XML code
www.meadinkent.co.uk/myxml/XL_to_XML.txt
Have programming background
Images from microsoft.com
WHY MICROSOFT OFFICE?
Already have it
And most campuses do, too
Easy to program in VBA
STARTED WITH EXCEL
Already had data export process
Found Excel to XML code
www.meadinkent.co.uk/myxml/XL_to_XML.txt
VERSION 1
Build XML in String variable
Problems
How do I represent attributes?
How do I represent subtags?
ADMIN
<Data>
<Record username=“johndoe">
<ADMIN>
<AC_YEAR>2007-2008</AC_YEAR>
<TENURE>Tenured</TENURE>
<RANK>Professor</RANK>
<ADMIN_DEP>
<COLLEGE>Arts</COLLEGE>
<DEP>English</DEP>
</ADMIN_DEP>
</ADMIN>
</Record>
</Data>
username AC_YEAR TENURE RANK COLLEGE DEP
johndoe 2007-2008 Tenured Professor Arts English
Subtags
?
USE ENCODED TRIGGERS
%
# or ^
Attributes
Comments
$ or : Subtags
@ True/False flag
ADMIN
<Data>
<Record username=“johndoe">
<ADMIN>
<AC_YEAR>2007-2008</AC_YEAR>
<TENURE>Tenured</TENURE>
<RANK>Professor</RANK>
<ADMIN_DEP>
<COLLEGE>Arts</COLLEGE>
<DEP>English</DEP>
</ADMIN_DEP>
</ADMIN>
</Record>
</Data>
%username AC_YEAR TENURE RANK ADMIN_DEP$COLLEGE ADMIN_DEP$DEP
johndoe 2007-2008 Tenured Professor Arts English
Subtags
WHICH SCREEN TO UPDATE?
Sheet name
CONFIGURING INSTRUMENTS
BEGINNING THE TRANSFER
Beta
Validate
Screen
Instrument
UserID
DIGITAL MEASURE RESPONSE
Raw response
VERSION 2
Write XML to file
Load XML file
Save response to file
VERSION 2
(CON’T)
Files naming scheme
SheetName_YYYY-MM-YY_HH.MM{_beta}{_Validate}{_Response}.xml
Includes comment at beginning of file
<!-- From sheet [SheetName] in file [FileName] -->
<!-- URL: [https://{www|beta}.URL], Validate: [True] -->
Simplify updates of Digital Measures Activity
Insight
– Scheduled updates [NOT YET]
– Require nothing but standard software [YES]
– Easy to use [I DON’T THINK SO]
DID WE ACCOMPLISH
WHAT WE WANTED
PROBLEMS?
Fields must be in order (username first)
Encoded triggers not intuitive
Lack of time to program
VERSION 3
Eliminate Excel or both
Looking at C# only solution
• Easy to convert ADO.NET recordset to XML
• How to convert XML to DMAI format?
Help from CIS student
Resources
• Excel to XML
(www.meadinkent.co.uk/myxml/XL_to_XML.txt)
• Querying Banner/Oracle tables from MS Access
(http://betwinx.com/ms_access_logon.htm)
[Access DB no longer available]
Contact Information
David Onder, Assessment Coordinator
dmonder@wcu.edu
Office of Institutional Planning and Effectiveness
opie.wcu.edu, (828) 227-7239

More Related Content

Viewers also liked

2010 SACSCOC Administrative Program Review - with handouts
2010 SACSCOC Administrative Program Review - with handouts2010 SACSCOC Administrative Program Review - with handouts
2010 SACSCOC Administrative Program Review - with handoutsDavid Onder
 
Schwab Proposal
Schwab ProposalSchwab Proposal
Schwab ProposalEli Hogan
 
Administración de la seguridad
Administración de la seguridadAdministración de la seguridad
Administración de la seguridadCristian Carrasco
 
Administración de la seguridad
Administración de la seguridadAdministración de la seguridad
Administración de la seguridadCristian Carrasco
 
2012 SAIR It's not about pie when it comes to the facts
2012 SAIR It's not about pie when it comes to the facts2012 SAIR It's not about pie when it comes to the facts
2012 SAIR It's not about pie when it comes to the factsDavid Onder
 
2012 SAIR Reporting Program-level Retention and Graduation
2012 SAIR Reporting Program-level Retention and Graduation2012 SAIR Reporting Program-level Retention and Graduation
2012 SAIR Reporting Program-level Retention and GraduationDavid Onder
 
2014 AIR Reporting Program-level Retention and Graduation
2014 AIR Reporting Program-level Retention and Graduation2014 AIR Reporting Program-level Retention and Graduation
2014 AIR Reporting Program-level Retention and GraduationDavid Onder
 
2011 SAIR It's not about pie when it comes to the facts
2011 SAIR It's not about pie when it comes to the facts2011 SAIR It's not about pie when it comes to the facts
2011 SAIR It's not about pie when it comes to the factsDavid Onder
 
2012 SAIR The Pie Maker - Automating the Fact Book Creation Process
2012 SAIR The Pie Maker - Automating the Fact Book Creation Process2012 SAIR The Pie Maker - Automating the Fact Book Creation Process
2012 SAIR The Pie Maker - Automating the Fact Book Creation ProcessDavid Onder
 
2014 AIR "Power" Tools for IR Reporting - workshop
2014 AIR "Power" Tools for IR Reporting - workshop2014 AIR "Power" Tools for IR Reporting - workshop
2014 AIR "Power" Tools for IR Reporting - workshopDavid Onder
 
El uso de internet en la educación
El uso de internet en la educaciónEl uso de internet en la educación
El uso de internet en la educaciónKatty Díaz
 
2013 NCAIR Report Automation Using Excel
2013 NCAIR Report Automation Using Excel2013 NCAIR Report Automation Using Excel
2013 NCAIR Report Automation Using ExcelDavid Onder
 
CCPRO 2016 Power Presentation
CCPRO 2016 Power PresentationCCPRO 2016 Power Presentation
CCPRO 2016 Power PresentationDavid Onder
 
2015 NCAIR Excel Power Tools
2015 NCAIR Excel Power Tools2015 NCAIR Excel Power Tools
2015 NCAIR Excel Power ToolsDavid Onder
 

Viewers also liked (16)

2010 SACSCOC Administrative Program Review - with handouts
2010 SACSCOC Administrative Program Review - with handouts2010 SACSCOC Administrative Program Review - with handouts
2010 SACSCOC Administrative Program Review - with handouts
 
Schwab Proposal
Schwab ProposalSchwab Proposal
Schwab Proposal
 
Administración de la seguridad
Administración de la seguridadAdministración de la seguridad
Administración de la seguridad
 
Administración de la seguridad
Administración de la seguridadAdministración de la seguridad
Administración de la seguridad
 
JuanJmzCV
JuanJmzCVJuanJmzCV
JuanJmzCV
 
2012 SAIR It's not about pie when it comes to the facts
2012 SAIR It's not about pie when it comes to the facts2012 SAIR It's not about pie when it comes to the facts
2012 SAIR It's not about pie when it comes to the facts
 
2012 SAIR Reporting Program-level Retention and Graduation
2012 SAIR Reporting Program-level Retention and Graduation2012 SAIR Reporting Program-level Retention and Graduation
2012 SAIR Reporting Program-level Retention and Graduation
 
2014 AIR Reporting Program-level Retention and Graduation
2014 AIR Reporting Program-level Retention and Graduation2014 AIR Reporting Program-level Retention and Graduation
2014 AIR Reporting Program-level Retention and Graduation
 
2011 SAIR It's not about pie when it comes to the facts
2011 SAIR It's not about pie when it comes to the facts2011 SAIR It's not about pie when it comes to the facts
2011 SAIR It's not about pie when it comes to the facts
 
2012 SAIR The Pie Maker - Automating the Fact Book Creation Process
2012 SAIR The Pie Maker - Automating the Fact Book Creation Process2012 SAIR The Pie Maker - Automating the Fact Book Creation Process
2012 SAIR The Pie Maker - Automating the Fact Book Creation Process
 
2014 AIR "Power" Tools for IR Reporting - workshop
2014 AIR "Power" Tools for IR Reporting - workshop2014 AIR "Power" Tools for IR Reporting - workshop
2014 AIR "Power" Tools for IR Reporting - workshop
 
El uso de internet en la educación
El uso de internet en la educaciónEl uso de internet en la educación
El uso de internet en la educación
 
2013 NCAIR Report Automation Using Excel
2013 NCAIR Report Automation Using Excel2013 NCAIR Report Automation Using Excel
2013 NCAIR Report Automation Using Excel
 
CCPRO 2016 Power Presentation
CCPRO 2016 Power PresentationCCPRO 2016 Power Presentation
CCPRO 2016 Power Presentation
 
2015 NCAIR Excel Power Tools
2015 NCAIR Excel Power Tools2015 NCAIR Excel Power Tools
2015 NCAIR Excel Power Tools
 
CV Hamed Sabbah
CV Hamed SabbahCV Hamed Sabbah
CV Hamed Sabbah
 

Similar to 2011 SAIR Updating Digital Measures Activity Insight Using MS Office - Handouts

2015 career portfolio
2015 career portfolio2015 career portfolio
2015 career portfolioDaniel Cwik
 
Resume - Peter Aryanto
Resume - Peter AryantoResume - Peter Aryanto
Resume - Peter AryantoPeter Aryanto
 
2016 career portfolio
2016 career portfolio2016 career portfolio
2016 career portfolioDaniel Cwik
 
Chrono-RESUME-72016
Chrono-RESUME-72016Chrono-RESUME-72016
Chrono-RESUME-72016Sonya Curry
 
Deborah_Aretakis_Resume_2016
Deborah_Aretakis_Resume_2016Deborah_Aretakis_Resume_2016
Deborah_Aretakis_Resume_2016Debbie Aretakis
 
2014 - IT Specialist
2014 - IT Specialist2014 - IT Specialist
2014 - IT SpecialistOllie King
 
Jupsoft eConnect-K12
Jupsoft eConnect-K12Jupsoft eConnect-K12
Jupsoft eConnect-K12Sachin Sharma
 
2008 Q3 Basic Overview
2008 Q3 Basic Overview2008 Q3 Basic Overview
2008 Q3 Basic Overviewmvandall
 
Pawan CV 5.10 Years
Pawan CV 5.10  YearsPawan CV 5.10  Years
Pawan CV 5.10 YearsPawan Kumar
 
Amit_K_Dhal_Data_Analyst-1
Amit_K_Dhal_Data_Analyst-1Amit_K_Dhal_Data_Analyst-1
Amit_K_Dhal_Data_Analyst-1Pin2 Dhal
 
Resume 20160428 encinas
Resume 20160428 encinasResume 20160428 encinas
Resume 20160428 encinasDante Encinas
 
Integrating Industy Credentials into Your Academic Programs (Why Certify)
Integrating Industy Credentials into Your Academic Programs (Why Certify)Integrating Industy Credentials into Your Academic Programs (Why Certify)
Integrating Industy Credentials into Your Academic Programs (Why Certify)Dave Hansen
 
jcypert_Resume2016
jcypert_Resume2016jcypert_Resume2016
jcypert_Resume2016James Cypert
 

Similar to 2011 SAIR Updating Digital Measures Activity Insight Using MS Office - Handouts (20)

2015 career portfolio
2015 career portfolio2015 career portfolio
2015 career portfolio
 
School Management System
School Management SystemSchool Management System
School Management System
 
CV
CVCV
CV
 
Resume - Peter Aryanto
Resume - Peter AryantoResume - Peter Aryanto
Resume - Peter Aryanto
 
2016 career portfolio
2016 career portfolio2016 career portfolio
2016 career portfolio
 
Chrono-RESUME-72016
Chrono-RESUME-72016Chrono-RESUME-72016
Chrono-RESUME-72016
 
Deborah_Aretakis_Resume_2016
Deborah_Aretakis_Resume_2016Deborah_Aretakis_Resume_2016
Deborah_Aretakis_Resume_2016
 
2014 - IT Specialist
2014 - IT Specialist2014 - IT Specialist
2014 - IT Specialist
 
Jupsoft eConnect-K12
Jupsoft eConnect-K12Jupsoft eConnect-K12
Jupsoft eConnect-K12
 
2008 Q3 Basic Overview
2008 Q3 Basic Overview2008 Q3 Basic Overview
2008 Q3 Basic Overview
 
Pawan CV 5.10 Years
Pawan CV 5.10  YearsPawan CV 5.10  Years
Pawan CV 5.10 Years
 
HAROONDAVIDcv1
HAROONDAVIDcv1HAROONDAVIDcv1
HAROONDAVIDcv1
 
Resume
ResumeResume
Resume
 
Amit_K_Dhal_Data_Analyst-1
Amit_K_Dhal_Data_Analyst-1Amit_K_Dhal_Data_Analyst-1
Amit_K_Dhal_Data_Analyst-1
 
Resume20150827
Resume20150827Resume20150827
Resume20150827
 
Resume 20160428 encinas
Resume 20160428 encinasResume 20160428 encinas
Resume 20160428 encinas
 
Resume_AR
Resume_AR Resume_AR
Resume_AR
 
Integrating Industy Credentials into Your Academic Programs (Why Certify)
Integrating Industy Credentials into Your Academic Programs (Why Certify)Integrating Industy Credentials into Your Academic Programs (Why Certify)
Integrating Industy Credentials into Your Academic Programs (Why Certify)
 
jcypert_Resume2016
jcypert_Resume2016jcypert_Resume2016
jcypert_Resume2016
 
ritabrata_bhattacharya_resume
ritabrata_bhattacharya_resumeritabrata_bhattacharya_resume
ritabrata_bhattacharya_resume
 

2011 SAIR Updating Digital Measures Activity Insight Using MS Office - Handouts