using System.Collections.Generic; namespace xAPI.Registry { /// /// Provides 22 items of the xAPI_Verbs of the context vrRfidChamber as public properties. /// public sealed class xAPI_Verbs_VrRfidChamber : xAPI_Verbs { /// /// An actor clicked something on the screen. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/clicked /// public readonly xAPI_Verb clicked = new xAPI_Verb( context: "vrRfidChamber", key: "clicked", names: new Dictionary { ["en-US"] = "clicked" }, descriptions: new Dictionary { ["en-US"] = "An actor clicked something on the screen." }); /// /// An actor closed an the door of the RFID chamber. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/closed /// public readonly xAPI_Verb closed = new xAPI_Verb( context: "vrRfidChamber", key: "closed", names: new Dictionary { ["en-US"] = "closed" }, descriptions: new Dictionary { ["en-US"] = "An actor closed an the door of the RFID chamber." }); /// /// The system scan is completed to check the RFID output. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/completed /// public readonly xAPI_Verb completed = new xAPI_Verb( context: "vrRfidChamber", key: "completed", names: new Dictionary { ["en-US"] = "completed" }, descriptions: new Dictionary { ["en-US"] = "The system scan is completed to check the RFID output." }); /// /// An actor dragged and pulled an object. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/dragPull /// public readonly xAPI_Verb dragPull = new xAPI_Verb( context: "vrRfidChamber", key: "dragPull", names: new Dictionary { ["en-US"] = "dragPull" }, descriptions: new Dictionary { ["en-US"] = "An actor dragged and pulled an object." }); /// /// An actor dragged and pushed an object on the screen. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/dragPush /// public readonly xAPI_Verb dragPush = new xAPI_Verb( context: "vrRfidChamber", key: "dragPush", names: new Dictionary { ["en-US"] = "dragPush" }, descriptions: new Dictionary { ["en-US"] = "An actor dragged and pushed an object on the screen." }); /// /// An actor has dragged an object across the screen. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/dragged /// public readonly xAPI_Verb dragged = new xAPI_Verb( context: "vrRfidChamber", key: "dragged", names: new Dictionary { ["en-US"] = "dragged" }, descriptions: new Dictionary { ["en-US"] = "An actor has dragged an object across the screen." }); /// /// An actor has focused on the RFID tag. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/focussed /// public readonly xAPI_Verb focussed = new xAPI_Verb( context: "vrRfidChamber", key: "focussed", names: new Dictionary { ["en-US"] = "focused" }, descriptions: new Dictionary { ["en-US"] = "An actor has focused on the RFID tag." }); /// /// An actor has interacted with the object. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/interacted /// public readonly xAPI_Verb interacted = new xAPI_Verb( context: "vrRfidChamber", key: "interacted", names: new Dictionary { ["en-US"] = "interacted" }, descriptions: new Dictionary { ["en-US"] = "An actor has interacted with the object." }); /// /// An actor has opened the object. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/opened /// public readonly xAPI_Verb opened = new xAPI_Verb( context: "vrRfidChamber", key: "opened", names: new Dictionary { ["en-US"] = "opened" }, descriptions: new Dictionary { ["en-US"] = "An actor has opened the object." }); /// /// An actor panned the screen. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/panned /// public readonly xAPI_Verb panned = new xAPI_Verb( context: "vrRfidChamber", key: "panned", names: new Dictionary { ["en-US"] = "panned" }, descriptions: new Dictionary { ["en-US"] = "An actor panned the screen." }); /// /// An actor has pressed the keyboard. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/pressed /// public readonly xAPI_Verb pressed = new xAPI_Verb( context: "vrRfidChamber", key: "pressed", names: new Dictionary { ["en-US"] = "pressed" }, descriptions: new Dictionary { ["en-US"] = "An actor has pressed the keyboard." }); /// /// An actor has released the object. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/released /// public readonly xAPI_Verb released = new xAPI_Verb( context: "vrRfidChamber", key: "released", names: new Dictionary { ["en-US"] = "released" }, descriptions: new Dictionary { ["en-US"] = "An actor has released the object." }); /// /// An actor has removed an object from the target. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/removed /// public readonly xAPI_Verb removed = new xAPI_Verb( context: "vrRfidChamber", key: "removed", names: new Dictionary { ["en-US"] = "removed" }, descriptions: new Dictionary { ["en-US"] = "An actor has removed an object from the target." }); /// /// An actor rotated a lab object. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/rotated /// public readonly xAPI_Verb rotated = new xAPI_Verb( context: "vrRfidChamber", key: "rotated", names: new Dictionary { ["en-US"] = "rotated" }, descriptions: new Dictionary { ["en-US"] = "An actor rotated a lab object." }); /// /// An actor has started the object. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/started /// public readonly xAPI_Verb started = new xAPI_Verb( context: "vrRfidChamber", key: "started", names: new Dictionary { ["en-US"] = "started" }, descriptions: new Dictionary { ["en-US"] = "An actor has started the object." }); /// /// An actor has terminated the operation. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/terminated /// public readonly xAPI_Verb terminated = new xAPI_Verb( context: "vrRfidChamber", key: "terminated", names: new Dictionary { ["en-US"] = "terminated" }, descriptions: new Dictionary { ["en-US"] = "An actor has terminated the operation." }); /// /// An actor unforcused the object /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/unfocussed /// public readonly xAPI_Verb unfocussed = new xAPI_Verb( context: "vrRfidChamber", key: "unfocussed", names: new Dictionary { ["en-US"] = "unfocused" }, descriptions: new Dictionary { ["en-US"] = "An actor unforcused the object" }); /// /// An actor has viewed the object details /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/viewed /// public readonly xAPI_Verb viewed = new xAPI_Verb( context: "vrRfidChamber", key: "viewed", names: new Dictionary { ["en-US"] = "viewed" }, descriptions: new Dictionary { ["en-US"] = "An actor has viewed the object details" }); /// /// An actor has visited the virtual lab. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/visited /// public readonly xAPI_Verb visited = new xAPI_Verb( context: "vrRfidChamber", key: "visited", names: new Dictionary { ["en-US"] = "visited" }, descriptions: new Dictionary { ["en-US"] = "An actor has visited the virtual lab." }); /// /// An actor has watched the formation of the graph. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/watched /// public readonly xAPI_Verb watched = new xAPI_Verb( context: "vrRfidChamber", key: "watched", names: new Dictionary { ["en-US"] = "Watched" }, descriptions: new Dictionary { ["en-US"] = "An actor has watched the formation of the graph." }); /// /// An actor zoomed into some part of the screen. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/zoomedIn /// public readonly xAPI_Verb zoomedIn = new xAPI_Verb( context: "vrRfidChamber", key: "zoomedIn", names: new Dictionary { ["en-US"] = "zoomed in" }, descriptions: new Dictionary { ["en-US"] = "An actor zoomed into some part of the screen." }); /// /// An actor zoomed out of some part of the screen. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber/verbs/zoomedOut /// public readonly xAPI_Verb zoomedOut = new xAPI_Verb( context: "vrRfidChamber", key: "zoomedOut", names: new Dictionary { ["en-US"] = "zoomed out" }, descriptions: new Dictionary { ["en-US"] = "An actor zoomed out of some part of the screen." }); public xAPI_Verbs_VrRfidChamber() : base("vrRfidChamber") { } } }