namespace xAPI.Registry {
///
/// Provides the definitions of the context projectJupyter as public properties.
///
public class xAPI_Context_ProjectJupyter : xAPI_Context {
///
/// 2 verbs of 'projectJupyter'.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/projectJupyter/verbs
///
public readonly xAPI_Verbs_ProjectJupyter verbs = new xAPI_Verbs_ProjectJupyter();
///
/// 5 activities of 'projectJupyter'.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/projectJupyter/activities
///
public readonly xAPI_Activities_ProjectJupyter activities = new xAPI_Activities_ProjectJupyter();
///
/// 6 extensions of 'projectJupyter': 3 in activity, 1 in context, 2 in result.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/projectJupyter/extensions
///
public readonly xAPI_Context_ProjectJupyter_Extensions extensions = new xAPI_Context_ProjectJupyter_Extensions();
public xAPI_Context_ProjectJupyter()
: base("projectJupyter") {
}
}
}