using System.Collections.Generic;
namespace xAPI.Registry {
///
/// Provides 34 items of the xAPI_Activities of the context generic as public properties.
///
public sealed class xAPI_Activities_Generic : xAPI_Activities {
///
/// Response to a question given or received by the user.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/answer
///
public readonly xAPI_Activity answer = new xAPI_Activity(
context: "generic",
key: "answer",
names: new Dictionary {
["en-US"] = "answer",
["de-DE"] = "Antwort" },
descriptions: new Dictionary {
["en-US"] = "Response to a question given or received by the user.",
["de-DE"] = "Eine Antwort - kann auf eine Frage gegeben oder erhalten werden." });
///
/// A button to go backward on a page or a graphical user interface (navigation).
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/backwardButton
///
public readonly xAPI_Activity backwardButton = new xAPI_Activity(
context: "generic",
key: "backwardButton",
names: new Dictionary {
["en-US"] = "backward button",
["de-DE"] = "Zurück Knopf" },
descriptions: new Dictionary {
["en-US"] = "A button to go backward on a page or a graphical user interface (navigation).",
["de-DE"] = "Ein Knopf um auf einer Seite oder dem Bildschirm zurückzugehen (Navigation)." });
///
/// A card, for example showning information inside a game or to display a task in a Kanban-Board.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/card
///
public readonly xAPI_Activity card = new xAPI_Activity(
context: "generic",
key: "card",
names: new Dictionary {
["en-US"] = "card",
["de-DE"] = "Karte" },
descriptions: new Dictionary {
["en-US"] = "A card, for example showning information inside a game or to display a task in a Kanban-Board.",
["de-DE"] = "Eine Karte, die zum Beispiel Informationen in einem Spiel anzeigt oder eine Aufgabe in einem Kanban-Board repräsentiert." });
///
/// A widget which allows users to select a color.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/colorPicker
///
public readonly xAPI_Activity colorPicker = new xAPI_Activity(
context: "generic",
key: "colorPicker",
names: new Dictionary {
["en-US"] = "color picker",
["de-DE"] = "Farbwähler" },
descriptions: new Dictionary {
["en-US"] = "A widget which allows users to select a color.",
["de-DE"] = "Ein Widget welches es dem Nutzer erlaubt eine Farbe auszuwählen." });
///
/// A decision to be made which is relevant for the game/process/scenario/situation outcome.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/decision
///
public readonly xAPI_Activity decision = new xAPI_Activity(
context: "generic",
key: "decision",
names: new Dictionary {
["en-US"] = "decision",
["de-DE"] = "Entscheidung" },
descriptions: new Dictionary {
["en-US"] = "A decision to be made which is relevant for the game/process/scenario/situation outcome.",
["de-DE"] = "Eine Entscheidung die getroffen werden muss und welche den Spielausgang/den Prozess/das Szenario/die Situation beieinflusst." });
///
/// An electronic document of the type produced by office productivity software such as a word processing document, spreadsheet, slides etc. Depending on the context it can also describe e.g. a document in a game.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/document
///
public readonly xAPI_Activity document = new xAPI_Activity(
context: "generic",
key: "document",
names: new Dictionary {
["en-US"] = "document",
["de-DE"] = "Dokument" },
descriptions: new Dictionary {
["en-US"] = "An electronic document of the type produced by office productivity software such as a word processing document, spreadsheet, slides etc. Depending on the context it can also describe e.g. a document in a game.",
["de-DE"] = "Ein elektronisches Dokument, das mit einer Büro-Software erstellt wird, z. B. ein Textverarbeitungsdokument, eine Tabellenkalkulation, eine Folie usw. Abhängig vom Kontext kann es z.B. auch ein Dokument in einem Spiel beschreiben." });
///
/// A system to track gazes of an actor.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/eyeTrackingSystem
///
public readonly xAPI_Activity eyeTrackingSystem = new xAPI_Activity(
context: "generic",
key: "eyeTrackingSystem",
names: new Dictionary {
["en-US"] = "eye tracking system",
["de-DE"] = "Eye-Tracking System" },
descriptions: new Dictionary {
["en-US"] = "A system to track gazes of an actor.",
["de-DE"] = "Ein System um die Augenbewegungen eines Akteurs aufzuzeichnen." });
///
/// A collection of in - most cases - connected data on a disk which is stored together under a particular name.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/file
///
public readonly xAPI_Activity file = new xAPI_Activity(
context: "generic",
key: "file",
names: new Dictionary {
["en-US"] = "File",
["de-DE"] = "Datei" },
descriptions: new Dictionary {
["en-US"] = "A collection of in - most cases - connected data on a disk which is stored together under a particular name.",
["de-DE"] = "Eine Sammlung von meist zusammenhängenden Daten auf einem Speichermedium die zusammen unter einem bestimmten Namen gespeichert werden." });
///
/// A button to go forward on a page or a screen (navigation).
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/forwardButton
///
public readonly xAPI_Activity forwardButton = new xAPI_Activity(
context: "generic",
key: "forwardButton",
names: new Dictionary {
["en-US"] = "forward button",
["de-DE"] = "Weiter Knopf" },
descriptions: new Dictionary {
["en-US"] = "A button to go forward on a page or a screen (navigation).",
["de-DE"] = "Ein Knopf um auf einer Seite oder dem Bildschirm weiterzugehen (Navigation)." });
///
/// A goal is something that the actor wants to achieve, the purpose of doing a task or group of tasks. It can have subtasks and subgoals.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/goal
///
public readonly xAPI_Activity goal = new xAPI_Activity(
context: "generic",
key: "goal",
names: new Dictionary {
["en-US"] = "goal",
["de-DE"] = "Ziel" },
descriptions: new Dictionary {
["en-US"] = "A goal is something that the actor wants to achieve, the purpose of doing a task or group of tasks. It can have subtasks and subgoals.",
["de-DE"] = "Ein Ziel ist etwas, das eine Person erreichen möchte, der Zweck der Durchführung einer Aufgabe oder einer Gruppe von Aufgaben. Es kann Unteraufgaben und Unterziele haben." });
///
/// Represents a grouping of objects or persons in which member objects can join or leave.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/group
///
public readonly xAPI_Activity group = new xAPI_Activity(
context: "generic",
key: "group",
names: new Dictionary {
["en-US"] = "group",
["de-DE"] = "Gruppe" },
descriptions: new Dictionary {
["en-US"] = "Represents a grouping of objects or persons in which member objects can join or leave.",
["de-DE"] = "Stellt eine Gruppierung von Objekten oder Personen dar, in der die Mitgliedsobjekte der Gruppe beitreten oder sie verlassen können." });
///
/// Something an actor can ask for to find the solution to a task.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/help
///
public readonly xAPI_Activity help = new xAPI_Activity(
context: "generic",
key: "help",
names: new Dictionary {
["en-US"] = "help",
["de-DE"] = "Hilfe" },
descriptions: new Dictionary {
["en-US"] = "Something an actor can ask for to find the solution to a task.",
["de-DE"] = "Etwas wonach eine Person fragen kann um eine Lösung für eine Aufgabe zu finden." });
///
/// Represents a graphical image. Can be an interactible, for example objects of this type may contain an additional fullImage property whose value is an Activity Streams Media Link to a "full-sized" representation of the image.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/image
///
public readonly xAPI_Activity image = new xAPI_Activity(
context: "generic",
key: "image",
names: new Dictionary {
["en-US"] = "image",
["de-DE"] = "Bild" },
descriptions: new Dictionary {
["en-US"] = "Represents a graphical image. Can be an interactible, for example objects of this type may contain an additional fullImage property whose value is an Activity Streams Media Link to a \"full-sized\" representation of the image.",
["de-DE"] = "Ein grafisches Bild. Es kann sich um ein interaktives Objekt handeln, z. B. können Objekte dieses Typs eine zusätzliche Vollbild-Eigenschaft enthalten, deren Wert zu einer größeren Darstellung des Bildes führt." });
///
/// A keyboard to input text or interact with the game in another way.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/keyboard
///
public readonly xAPI_Activity keyboard = new xAPI_Activity(
context: "generic",
key: "keyboard",
names: new Dictionary {
["en-US"] = "keyboard",
["de-DE"] = "Tastatur" },
descriptions: new Dictionary {
["en-US"] = "A keyboard to input text or interact with the game in another way.",
["de-DE"] = "Eine Tastatur um Text einzugeben oder in einer anderen Form mit dem Spiel zu interagieren." });
///
/// A reference to data that the user can follow. Links can either point to a whole document (e.g. website) or to a specific element within a document.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/link
///
public readonly xAPI_Activity link = new xAPI_Activity(
context: "generic",
key: "link",
names: new Dictionary {
["en-US"] = "Hyperlink",
["de-DE"] = "Hyperlink" },
descriptions: new Dictionary {
["en-US"] = "A reference to data that the user can follow. Links can either point to a whole document (e.g. website) or to a specific element within a document.",
["de-DE"] = "Ein Querverweis auf ein elektronischces Dokument, welches dem Benutzer ermöglicht zu dem Dokument (z.B. einer Website) oder zu einem bestimmten Abschnitt in dem Dokument zu springen." });
///
/// A list of possible choices that are shown, e.g. start menu or ingame menu for settings.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/menu
///
public readonly xAPI_Activity menu = new xAPI_Activity(
context: "generic",
key: "menu",
names: new Dictionary {
["en-US"] = "menu",
["de-DE"] = "Menü" },
descriptions: new Dictionary {
["en-US"] = "A list of possible choices that are shown, e.g. start menu or ingame menu for settings.",
["de-DE"] = "Eine Liste möglicher Optionen, die angezeigt werden, z. B. das Startmenü oder das Spielmenü für Einstellungen." });
///
/// A mouse to use UI or interact with the system in another way.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/mouse
///
public readonly xAPI_Activity mouse = new xAPI_Activity(
context: "generic",
key: "mouse",
names: new Dictionary {
["en-US"] = "mouse",
["de-DE"] = "Maus" },
descriptions: new Dictionary {
["en-US"] = "A mouse to use UI or interact with the system in another way.",
["de-DE"] = "Eine Maus um die Benutzeroberfläche zu benutzen oder in einer anderen Form mit dem System zu interagieren." });
///
/// A number shown on the screen that can be interacted with in some way for example.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/number
///
public readonly xAPI_Activity number = new xAPI_Activity(
context: "generic",
key: "number",
names: new Dictionary {
["en-US"] = "number",
["de-DE"] = "Nummer" },
descriptions: new Dictionary {
["en-US"] = "A number shown on the screen that can be interacted with in some way for example.",
["de-DE"] = "Eine Nummer, die auf dem Bildschirm angezeigt wird und mit der zum Beispiel interagiert werden kann." });
///
/// An option is something a player can decide for or against in the game.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/option
///
public readonly xAPI_Activity option = new xAPI_Activity(
context: "generic",
key: "option",
names: new Dictionary {
["en-US"] = "option",
["de-DE"] = "Option" },
descriptions: new Dictionary {
["en-US"] = "An option is something a player can decide for or against in the game.",
["de-DE"] = "Ein Spieler kann sich für oder gegen eine Option entscheiden." });
///
/// A question can be asked or answered.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/question
///
public readonly xAPI_Activity question = new xAPI_Activity(
context: "generic",
key: "question",
names: new Dictionary {
["en-US"] = "question",
["de-DE"] = "Frage" },
descriptions: new Dictionary {
["en-US"] = "A question can be asked or answered.",
["de-DE"] = "Eine Frage kann gestellt oder beantwortet werden." });
///
/// A system interacting with the game which is not running on the same machine as the game.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/remoteSystem
///
public readonly xAPI_Activity remoteSystem = new xAPI_Activity(
context: "generic",
key: "remoteSystem",
names: new Dictionary {
["en-US"] = "remote system",
["de-DE"] = "Fernsystem" },
descriptions: new Dictionary {
["en-US"] = "A system interacting with the game which is not running on the same machine as the game.",
["de-DE"] = "Ein System, welches mit dem Spiel interagiert aber nicht auf der selben Maschine wie das Spiel läuft." });
///
/// Data which is gathered by a sensor.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/sensorData
///
public readonly xAPI_Activity sensorData = new xAPI_Activity(
context: "generic",
key: "sensorData",
names: new Dictionary {
["en-US"] = "sensor data",
["de-DE"] = "Sensorendaten" },
descriptions: new Dictionary {
["en-US"] = "Data which is gathered by a sensor.",
["de-DE"] = "Daten, welche von einem Sensor erfasst werden." });
///
/// The settings of a system.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/settings
///
public readonly xAPI_Activity settings = new xAPI_Activity(
context: "generic",
key: "settings",
names: new Dictionary {
["en-US"] = "settings",
["de-DE"] = "Einstellungen" },
descriptions: new Dictionary {
["en-US"] = "The settings of a system.",
["de-DE"] = "Die EInstellungen eines Systems." });
///
/// The solution to a task in the game.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/solution
///
public readonly xAPI_Activity solution = new xAPI_Activity(
context: "generic",
key: "solution",
names: new Dictionary {
["en-US"] = "solution",
["de-DE"] = "Lösung" },
descriptions: new Dictionary {
["en-US"] = "The solution to a task in the game.",
["de-DE"] = "Die Lösung zu einer Aufgabe im Spiel." });
///
/// The status wether a task can be completed in the current state.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/solvability
///
public readonly xAPI_Activity solvability = new xAPI_Activity(
context: "generic",
key: "solvability",
names: new Dictionary {
["en-US"] = "solvability",
["de-DE"] = "Lösbarkeit" },
descriptions: new Dictionary {
["en-US"] = "The status wether a task can be completed in the current state.",
["de-DE"] = "Der Zustand, ob die aktuelle Aufgabe noch gelöst werden kann mit dem aktuelle Systemzustand." });
///
/// A button to start a video.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/startVideoButton
///
public readonly xAPI_Activity startVideoButton = new xAPI_Activity(
context: "generic",
key: "startVideoButton",
names: new Dictionary {
["en-US"] = "start video button",
["de-DE"] = "Videostart-Knopf" },
descriptions: new Dictionary {
["en-US"] = "A button to start a video.",
["de-DE"] = "Ein Knopf um ein Video zu starten." });
///
/// A button to stop a video.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/stopVideoButton
///
public readonly xAPI_Activity stopVideoButton = new xAPI_Activity(
context: "generic",
key: "stopVideoButton",
names: new Dictionary {
["en-US"] = "stop video button",
["de-DE"] = "Videostopp-Knopf" },
descriptions: new Dictionary {
["en-US"] = "A button to stop a video.",
["de-DE"] = "Ein Knopf um ein Video zu stoppen." });
///
/// A device to interact with the system.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/tangible
///
public readonly xAPI_Activity tangible = new xAPI_Activity(
context: "generic",
key: "tangible",
names: new Dictionary {
["en-US"] = "tangible",
["de-DE"] = "Tangible" },
descriptions: new Dictionary {
["en-US"] = "A device to interact with the system.",
["de-DE"] = "Ein Gerät um mit dem System zu interagieren." });
///
/// Some part of the goal or something to be completed to progress within the game or a level.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/task
///
public readonly xAPI_Activity task = new xAPI_Activity(
context: "generic",
key: "task",
names: new Dictionary {
["en-US"] = "task",
["de-DE"] = "Aufgabe" },
descriptions: new Dictionary {
["en-US"] = "Some part of the goal or something to be completed to progress within the game or a level.",
["de-DE"] = "Eine Aufgabe, die zum Erreichen des Ziels erfüllt werden muss oder zum Abschließen eines Levels." });
///
/// A text which can be read or entered.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/text
///
public readonly xAPI_Activity text = new xAPI_Activity(
context: "generic",
key: "text",
names: new Dictionary {
["en-US"] = "text",
["de-DE"] = "Text" },
descriptions: new Dictionary {
["en-US"] = "A text which can be read or entered.",
["de-DE"] = "Ein Text der gelesen oder eingegeben werden kann." });
///
/// A tip on how to solve a task.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/tip
///
public readonly xAPI_Activity tip = new xAPI_Activity(
context: "generic",
key: "tip",
names: new Dictionary {
["en-US"] = "tip",
["de-DE"] = "Tipp" },
descriptions: new Dictionary {
["en-US"] = "A tip on how to solve a task.",
["de-DE"] = "Ein Tipp um eine Aufgabe zu lösen." });
///
/// A tooltip is a little pop-up, which gives some information about a certain element.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/tooltip
///
public readonly xAPI_Activity tooltip = new xAPI_Activity(
context: "generic",
key: "tooltip",
names: new Dictionary {
["en-US"] = "tooltip",
["de-DE"] = "Tooltip" },
descriptions: new Dictionary {
["en-US"] = "A tooltip is a little pop-up, which gives some information about a certain element.",
["de-DE"] = "Ein Tooltip ist ein kleines Pop-up-Fenster in Anwendungsprogrammen oder Webseiten. Es zeigt eine Beschreibung zu einem Element der grafischen Benutzungsoberfläche" });
///
/// A video which can be watched inside the game.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/video
///
public readonly xAPI_Activity video = new xAPI_Activity(
context: "generic",
key: "video",
names: new Dictionary {
["en-US"] = "video",
["de-DE"] = "Video" },
descriptions: new Dictionary {
["en-US"] = "A video which can be watched inside the game.",
["de-DE"] = "Ein Video, welches im Spiel angeschaut werden kann." });
///
/// A word shown on the screen that eventually can be interacted with in some way.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic/activities/word
///
public readonly xAPI_Activity word = new xAPI_Activity(
context: "generic",
key: "word",
names: new Dictionary {
["en-US"] = "word",
["de-DE"] = "Wort" },
descriptions: new Dictionary {
["en-US"] = "A word shown on the screen that eventually can be interacted with in some way.",
["de-DE"] = "Ein Wort, welches auf dem Bildschirm angezeigt wird und mit dem eventuell interagiert werden kann." });
public xAPI_Activities_Generic()
: base("generic") {
}
}
}