Difference between revisions of "Education Team/Quest for Data"

From Sugar Labs
Jump to navigation Jump to search
(Added OLPC Dashboard from OLPC Jamaica.)
Line 25: Line 25:
  
 
The [[Harvest]] system is being used to gather some basic stats; A visualization tool will be developed to enable stakeholders (funders, administrators, and classroom teachers) to monitor these data.
 
The [[Harvest]] system is being used to gather some basic stats; A visualization tool will be developed to enable stakeholders (funders, administrators, and classroom teachers) to monitor these data.
 +
 +
=== OLPC Jamaica ===
 +
 +
The OLPC Dashboard project was developed at [http://www.uwimona.edu.jm The University of the West Indies, Jamaica]. It is an ongoing project. It consists of a two part system. The data collection script runs on the XS (or XSCE) school server. The script traverses the ''/library/users/'' directory on the XS school server and gathers the metadata from Sugar Journal backups. The collected metadata are then expressed as a comma-separated or CSV file. An alternative export method exports the data as json. The dashboard is where the analysis and reporting happen. The dashboard system is a selective visualization setup with a [https://couchdb.apache.org/ CouchDB] backend. The json is pushed into a CouchDB database on the XS. Then, selective data aggregates are produced via views in CouchDB and displayed using a JavaScript front end. This step happens on the local XS (views for teacher and principal). However, an aggregated view can happen centrally as well. The CouchDB on the XS can also be synchronized with a central CouchDB, where the visualization may be different, perhaps for personnel at the country's Ministry of Education. Code and test data can be found at [https://github.com/Leotis/olpc_journal_processor olpc_journal_processor] and [https://github.com/Leotis/olpc-datavisualization- olpc-datavisualization].
  
 
== References ==
 
== References ==
  
 
* See this discussion list thread, [http://www.mail-archive.com/sugar-devel@lists.sugarlabs.org/msg35850.html The quest for data], begun on 02 January 2014.
 
* See this discussion list thread, [http://www.mail-archive.com/sugar-devel@lists.sugarlabs.org/msg35850.html The quest for data], begun on 02 January 2014.

Revision as of 22:35, 13 January 2014

This page collects information from various stakeholders in the OLPC Sugar community to determine which statistical data are important to gather and how to analyze an visualize the data to in a meaningful way. These stakeholders are

  • teachers
  • parents and guardians
  • principals and school administrators
  • deployment organizations
  • educational policymakers
  • children

Deployments

OLE Nepal

These are the basic questions answered in the first stage of xo-stats project.

Note: These will evolve over time as I receive more feedback from constituencies enumerated above.

  • How many times do installed activities get used? How does the activity use differ over time?
  • Which activities are children using to create files? What kind of files are being created?
  • Which activities are being launched in share-mode and how often?
  • Which part of the day do children play with the activities?
  • How does the set of activities used evolve as children age?

OLPC AU

The Harvest system is being used to gather some basic stats; A visualization tool will be developed to enable stakeholders (funders, administrators, and classroom teachers) to monitor these data.

OLPC Jamaica

The OLPC Dashboard project was developed at The University of the West Indies, Jamaica. It is an ongoing project. It consists of a two part system. The data collection script runs on the XS (or XSCE) school server. The script traverses the /library/users/ directory on the XS school server and gathers the metadata from Sugar Journal backups. The collected metadata are then expressed as a comma-separated or CSV file. An alternative export method exports the data as json. The dashboard is where the analysis and reporting happen. The dashboard system is a selective visualization setup with a CouchDB backend. The json is pushed into a CouchDB database on the XS. Then, selective data aggregates are produced via views in CouchDB and displayed using a JavaScript front end. This step happens on the local XS (views for teacher and principal). However, an aggregated view can happen centrally as well. The CouchDB on the XS can also be synchronized with a central CouchDB, where the visualization may be different, perhaps for personnel at the country's Ministry of Education. Code and test data can be found at olpc_journal_processor and olpc-datavisualization.

References