Overall Statistics

A text-based presentation of useful statistical values and achievements in the student's progress.

Invocation Example

SViz.loadViz("showOverallStatistics", "data.json", "#visualization");

JSON Example

These are the required fields for this visualization to work.

{ "mean": 14.31,
  "minGrade": 11,
  "maxGrade": 17,
  "approved": 10,
  "flunked": 9,
  "notAttended": 6
}

Optional Parameters

You are free to customize the visualization through optional parameters.
Name Default Value Description
[measure] true for all measures [mean, extent, approved, flunked, noattend] true of false to display (or not) each measure
help true displays an help tooltip explaining each measure