Evaluation Statistics

A text-based presentation of useful statistical values for an evaluation.

Invocation Example

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

JSON Example

These are the required fields for this visualization to work. More fields can be added (for joint use with other visualizations), as long as this structure remains unchanged. If "notAttended" is not included, the number of not evaluated students will not be displayed.

{ "minGrade": 0,
  "maxGrade": 20,
  "minRequiredGrade": 9,
  "notAttended": "NA",
  "students": [
    { "grade": 9.50  },
    { "grade": 7.55  },
    { "grade": 6.78  },
    { "grade": "NA"  },
    { "grade": 4.58  },
    { "grade": 4.93  },
 ...
]}

Optional Parameters

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