report/TCPReporter

Source: TCPReporter.js:32

File : report/TCPReporter.js
Created : 08/06/2016
By : Francesc Busquets francesc@gmail.com

JClic.js
An HTML5 player of JClic activities
https://projectestac.github.io/jclic.js

  • License: EUPL-1.2

Other

TCPReporter

Extends: module:reports/Reporter.Reporter

This special case of Reporter connects with an external service reporter providing
the JClic Reports API.
Connection parameters to the reports server (path, service, userId, key, context...)
are passed through the options element of JClicPlayer (acting as JClicPlayer).

Parameters

ReportBean

This inner class encapsulates a chunk of information in XML format, ready to be
transmitted to the remote reports server.

Parameters

  • id (string) — The main identifier of this ReportBean. Current valid values are:
    get property, get_properties, add session, add activity, get groups, get users,
    get user data, get group data, new group, new user and multiple.
  • $data (external:jQuery)