using System.Collections.Generic;
namespace xAPI.Registry {
///
/// Provides 47 items of the xAPI_Verbs of the context lms as public properties.
///
public sealed class xAPI_Verbs_Lms : xAPI_Verbs {
///
/// Actor accessed a page, file, video, ...
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/accessed
///
public readonly xAPI_Verb accessed = new xAPI_Verb(
context: "lms",
key: "accessed",
names: new Dictionary {
["en-US"] = "accessed",
["de-DE"] = "griff zu auf" },
descriptions: new Dictionary {
["en-US"] = "Actor accessed a page, file, video, ...",
["de-DE"] = "Akteur hat auf eine Seite, eine Datei, ein Video, ... zugegriffen" });
///
/// Actor added an object/person to a collection
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/added
///
public readonly xAPI_Verb added = new xAPI_Verb(
context: "lms",
key: "added",
names: new Dictionary {
["en-US"] = "added",
["de-DE"] = "fügte hinzu" },
descriptions: new Dictionary {
["en-US"] = "Actor added an object/person to a collection",
["de-DE"] = "Akteur hat eine/n Person/Gegenstand zu einer Sammlung hinzugefügt" });
///
/// An Actor gave an answer to a question.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/answered
///
public readonly xAPI_Verb answered = new xAPI_Verb(
context: "lms",
key: "answered",
names: new Dictionary {
["en-US"] = "answered",
["de-DE"] = "beantwortete" },
descriptions: new Dictionary {
["en-US"] = "An Actor gave an answer to a question.",
["de-DE"] = "Ein Akteur hat eine Antwort auf eine Frage gegeben." });
///
/// Actor approved an object (in Moodle "learning plan")
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/approved
///
public readonly xAPI_Verb approved = new xAPI_Verb(
context: "lms",
key: "approved",
names: new Dictionary {
["en-US"] = "approved",
["de-DE"] = "genehmigte" },
descriptions: new Dictionary {
["en-US"] = "Actor approved an object (in Moodle \"learning plan\")",
["de-DE"] = "Akteur genehmigte ein Objekt (in Moodle \"Lernplan\")" });
///
/// Actor assigned an object/task/activity to someone
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/assigned
///
public readonly xAPI_Verb assigned = new xAPI_Verb(
context: "lms",
key: "assigned",
names: new Dictionary {
["en-US"] = "assigned",
["de-DE"] = "teilte zu" },
descriptions: new Dictionary {
["en-US"] = "Actor assigned an object/task/activity to someone",
["de-DE"] = "Akteur wurde ein/e Objekt/Aufgabe/Aktivität zugeteilt" });
///
/// Actor blocked a person
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/blocked
///
public readonly xAPI_Verb blocked = new xAPI_Verb(
context: "lms",
key: "blocked",
names: new Dictionary {
["en-US"] = "blocked",
["de-DE"] = "sperrte" },
descriptions: new Dictionary {
["en-US"] = "Actor blocked a person",
["de-DE"] = "Akteur hat eine Person gesperrt" });
///
/// Actor cancelled an activity, a meeting
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/cancelled
///
public readonly xAPI_Verb cancelled = new xAPI_Verb(
context: "lms",
key: "cancelled",
names: new Dictionary {
["en-US"] = "cancelled",
["de-DE"] = "sagte ab" },
descriptions: new Dictionary {
["en-US"] = "Actor cancelled an activity, a meeting",
["de-DE"] = "Akteur hat eine Aktivität, ein Meeting abgesagt" });
///
/// Actor closed an object (i.e. forum thread)
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/closed
///
public readonly xAPI_Verb closed = new xAPI_Verb(
context: "lms",
key: "closed",
names: new Dictionary {
["en-US"] = "closed",
["de-DE"] = "schloss" },
descriptions: new Dictionary {
["en-US"] = "Actor closed an object (i.e. forum thread)",
["de-DE"] = "Akteur hat ein Objekt (z. B. Forumsdiskussion) geschlossen" });
///
/// Actor completed an activity/task
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/completed
///
public readonly xAPI_Verb completed = new xAPI_Verb(
context: "lms",
key: "completed",
names: new Dictionary {
["en-US"] = "completed",
["de-DE"] = "stellte fertig" },
descriptions: new Dictionary {
["en-US"] = "Actor completed an activity/task",
["de-DE"] = "Akteur hat eine Aktivität/Aufgabe fertiggestellt" });
///
/// Actor created an object
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/created
///
public readonly xAPI_Verb created = new xAPI_Verb(
context: "lms",
key: "created",
names: new Dictionary {
["en-US"] = "created",
["de-DE"] = "erstellte" },
descriptions: new Dictionary {
["en-US"] = "Actor created an object",
["de-DE"] = "Akteur hat ein Objekt erstellt" });
///
/// Actor deleted an object
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/deleted
///
public readonly xAPI_Verb deleted = new xAPI_Verb(
context: "lms",
key: "deleted",
names: new Dictionary {
["en-US"] = "deleted",
["de-DE"] = "löschte" },
descriptions: new Dictionary {
["en-US"] = "Actor deleted an object",
["de-DE"] = "Akteur hat ein Objekt gelöscht" });
///
/// Actor downloaded an object (e. g. a PDF file)
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/downloaded
///
public readonly xAPI_Verb downloaded = new xAPI_Verb(
context: "lms",
key: "downloaded",
names: new Dictionary {
["en-US"] = "downloaded",
["de-DE"] = "lud herunter" },
descriptions: new Dictionary {
["en-US"] = "Actor downloaded an object (e. g. a PDF file)",
["de-DE"] = "Akteur hat ein Objekt (z. B. eine PDF Datei) heruntergeladen" });
///
/// Actor exported an object/data
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/exported
///
public readonly xAPI_Verb exported = new xAPI_Verb(
context: "lms",
key: "exported",
names: new Dictionary {
["en-US"] = "exported",
["de-DE"] = "exportierte" },
descriptions: new Dictionary {
["en-US"] = "Actor exported an object/data",
["de-DE"] = "Akteur hat ein Objekt/Daten exportiert" });
///
/// Actor failed an activity (quiz attempt, upload, log in)
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/failed
///
public readonly xAPI_Verb failed = new xAPI_Verb(
context: "lms",
key: "failed",
names: new Dictionary {
["en-US"] = "failed",
["de-DE"] = "scheiterte" },
descriptions: new Dictionary {
["en-US"] = "Actor failed an activity (quiz attempt, upload, log in)",
["de-DE"] = "Akteur scheiterte an einer Aktivität (Quizversuch, Upload, Einloggen)" });
///
/// Actor rated an object/person
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/graded
///
public readonly xAPI_Verb graded = new xAPI_Verb(
context: "lms",
key: "graded",
names: new Dictionary {
["en-US"] = "graded",
["de-DE"] = "benotete" },
descriptions: new Dictionary {
["en-US"] = "Actor rated an object/person",
["de-DE"] = "Akteur hat ein/e Objekt/Person benotet" });
///
/// Actor hid an object
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/hid
///
public readonly xAPI_Verb hid = new xAPI_Verb(
context: "lms",
key: "hid",
names: new Dictionary {
["en-US"] = "hid",
["de-DE"] = "blendete aus" },
descriptions: new Dictionary {
["en-US"] = "Actor hid an object",
["de-DE"] = "Akteur hat ein Objekt ausgeblendet" });
///
/// Actor imported an object/data
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/imported
///
public readonly xAPI_Verb imported = new xAPI_Verb(
context: "lms",
key: "imported",
names: new Dictionary {
["en-US"] = "imported",
["de-DE"] = "importierte" },
descriptions: new Dictionary {
["en-US"] = "Actor imported an object/data",
["de-DE"] = "Akteur hat ein Objekt/Daten importiert" });
///
/// An Actor did not gave an answer to a question. Might occur in quizzes if a question is left open.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/leftUnanswered
///
public readonly xAPI_Verb leftUnanswered = new xAPI_Verb(
context: "lms",
key: "leftUnanswered",
names: new Dictionary {
["en-US"] = "left unanswered",
["de-DE"] = "ließ unbeantwortet" },
descriptions: new Dictionary {
["en-US"] = "An Actor did not gave an answer to a question. Might occur in quizzes if a question is left open.",
["de-DE"] = "Ein Akteur hat keine Antwort auf eine Frage gegeben. Kann z. B. in Tests auftreten, wenn das Antwortfeld einer Frage leer ist." });
///
/// Actor linked an object/person to an object
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/linked
///
public readonly xAPI_Verb linked = new xAPI_Verb(
context: "lms",
key: "linked",
names: new Dictionary {
["en-US"] = "linked",
["de-DE"] = "verknüpfte" },
descriptions: new Dictionary {
["en-US"] = "Actor linked an object/person to an object",
["de-DE"] = "Akteur hat ein/e Objekt/Person mit einem Objekt verknüpft" });
///
/// Actor locked an object
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/locked
///
public readonly xAPI_Verb locked = new xAPI_Verb(
context: "lms",
key: "locked",
names: new Dictionary {
["en-US"] = "locked",
["de-DE"] = "sperrte" },
descriptions: new Dictionary {
["en-US"] = "Actor locked an object",
["de-DE"] = "Akteur hat ein Objekt gesperrt" });
///
/// Actor logged in (as him-/herself)
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/loggedIn
///
public readonly xAPI_Verb loggedIn = new xAPI_Verb(
context: "lms",
key: "loggedIn",
names: new Dictionary {
["en-US"] = "logged in",
["de-DE"] = "meldete sich an" },
descriptions: new Dictionary {
["en-US"] = "Actor logged in (as him-/herself)",
["de-DE"] = "Akteur hat sich angemeldet (als er/sie selbst)" });
///
/// Actor logged in as another person
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/loggedInAs
///
public readonly xAPI_Verb loggedInAs = new xAPI_Verb(
context: "lms",
key: "loggedInAs",
names: new Dictionary {
["en-US"] = "logged in as",
["de-DE"] = "meldete sich an als" },
descriptions: new Dictionary {
["en-US"] = "Actor logged in as another person",
["de-DE"] = "Akteur hat sich als eine andere Person angemeldet" });
///
/// Actor logged out
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/loggedOut
///
public readonly xAPI_Verb loggedOut = new xAPI_Verb(
context: "lms",
key: "loggedOut",
names: new Dictionary {
["en-US"] = "logged out",
["de-DE"] = "meldete ab" },
descriptions: new Dictionary {
["en-US"] = "Actor logged out",
["de-DE"] = "Akteur hat sich abgemeldet" });
///
/// Actor moved an object/person from one group/area to another
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/moved
///
public readonly xAPI_Verb moved = new xAPI_Verb(
context: "lms",
key: "moved",
names: new Dictionary {
["en-US"] = "moved",
["de-DE"] = "bewegte" },
descriptions: new Dictionary {
["en-US"] = "Actor moved an object/person from one group/area to another",
["de-DE"] = "Akteuer hat ein/e Objekt/Person von einer Gruppe/Region in eine andere bewegt" });
///
/// Actor paused an activity
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/paused
///
public readonly xAPI_Verb paused = new xAPI_Verb(
context: "lms",
key: "paused",
names: new Dictionary {
["en-US"] = "paused",
["de-DE"] = "pausierte" },
descriptions: new Dictionary {
["en-US"] = "Actor paused an activity",
["de-DE"] = "Akteur pausierte eine Aktivität" });
///
/// Actor changed the grading of an object/person.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/regraded
///
public readonly xAPI_Verb regraded = new xAPI_Verb(
context: "lms",
key: "regraded",
names: new Dictionary {
["en-US"] = "regraded",
["de-DE"] = "benotete neu" },
descriptions: new Dictionary {
["en-US"] = "Actor changed the grading of an object/person.",
["de-DE"] = "Akteur hat ein/e Objekt/Person neu benotet. Eine bestehende Bewertung wurde geändert." });
///
/// Actor removed an object/person from a collection
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/removed
///
public readonly xAPI_Verb removed = new xAPI_Verb(
context: "lms",
key: "removed",
names: new Dictionary {
["en-US"] = "removed",
["de-DE"] = "entfernte" },
descriptions: new Dictionary {
["en-US"] = "Actor removed an object/person from a collection",
["de-DE"] = "Akteur hat ein/e Objekt/Person von einer Sammlung entfernt" });
///
/// Actor reopened an activity (assignment submission, forum)
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/reopened
///
public readonly xAPI_Verb reopened = new xAPI_Verb(
context: "lms",
key: "reopened",
names: new Dictionary {
["en-US"] = "reopened",
["de-DE"] = "wiedereröffnete" },
descriptions: new Dictionary {
["en-US"] = "Actor reopened an activity (assignment submission, forum)",
["de-DE"] = "Akteuer hat eine Aktivität (Aufgabenabgabe, Forum) wiedereröffnet" });
///
/// Actor replaced an object/person
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/replaced
///
public readonly xAPI_Verb replaced = new xAPI_Verb(
context: "lms",
key: "replaced",
names: new Dictionary {
["en-US"] = "replaced",
["de-DE"] = "ersetzte" },
descriptions: new Dictionary {
["en-US"] = "Actor replaced an object/person",
["de-DE"] = "Akteur hat ein/e Objekt/Person ersetzt" });
///
/// Actor requested an object/access/information
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/requested
///
public readonly xAPI_Verb requested = new xAPI_Verb(
context: "lms",
key: "requested",
names: new Dictionary {
["en-US"] = "requested",
["de-DE"] = "forderte an" },
descriptions: new Dictionary {
["en-US"] = "Actor requested an object/access/information",
["de-DE"] = "Akteur hat ein/en Objekt/Zugang/Informationen angefordert" });
///
/// Actor resetted an object
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/resetted
///
public readonly xAPI_Verb resetted = new xAPI_Verb(
context: "lms",
key: "resetted",
names: new Dictionary {
["en-US"] = "resetted",
["de-DE"] = "setzte zurück" },
descriptions: new Dictionary {
["en-US"] = "Actor resetted an object",
["de-DE"] = "Akteur hat ein Objekt zurückgesetzt" });
///
/// Actor restored a previous version of an object
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/restored
///
public readonly xAPI_Verb restored = new xAPI_Verb(
context: "lms",
key: "restored",
names: new Dictionary {
["en-US"] = "restored",
["de-DE"] = "stellte wieder her" },
descriptions: new Dictionary {
["en-US"] = "Actor restored a previous version of an object",
["de-DE"] = "Akteur hat eine vorherige Version eines Objektes wiederhergestellt" });
///
/// Actor resumed a previously paused activity
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/resumed
///
public readonly xAPI_Verb resumed = new xAPI_Verb(
context: "lms",
key: "resumed",
names: new Dictionary {
["en-US"] = "resumed",
["de-DE"] = "nahm wieder auf" },
descriptions: new Dictionary {
["en-US"] = "Actor resumed a previously paused activity",
["de-DE"] = "Akteur nahm eine zuvor pausierte Aktivität wieder auf" });
///
/// Actor reviewed an object
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/reviewed
///
public readonly xAPI_Verb reviewed = new xAPI_Verb(
context: "lms",
key: "reviewed",
names: new Dictionary {
["en-US"] = "reviewed",
["de-DE"] = "prüfte" },
descriptions: new Dictionary {
["en-US"] = "Actor reviewed an object",
["de-DE"] = "Akteur hat ein Objekt geprüft" });
///
/// Actor searched for something
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/searched
///
public readonly xAPI_Verb searched = new xAPI_Verb(
context: "lms",
key: "searched",
names: new Dictionary {
["en-US"] = "searched",
["de-DE"] = "suchte" },
descriptions: new Dictionary {
["en-US"] = "Actor searched for something",
["de-DE"] = "Akteur hat nach etwas gesucht" });
///
/// Actor sent a message to a person/group
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/sent
///
public readonly xAPI_Verb sent = new xAPI_Verb(
context: "lms",
key: "sent",
names: new Dictionary {
["en-US"] = "sent",
["de-DE"] = "sendete" },
descriptions: new Dictionary {
["en-US"] = "Actor sent a message to a person/group",
["de-DE"] = "Akteur hat eine Nachricht zu einer Person/Gruppe gesendet" });
///
/// Actor started an activity
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/started
///
public readonly xAPI_Verb started = new xAPI_Verb(
context: "lms",
key: "started",
names: new Dictionary {
["en-US"] = "started",
["de-DE"] = "startete" },
descriptions: new Dictionary {
["en-US"] = "Actor started an activity",
["de-DE"] = "Akteur hat eine Aktivität gestartet" });
///
/// Actor stopped an activity/process
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/stopped
///
public readonly xAPI_Verb stopped = new xAPI_Verb(
context: "lms",
key: "stopped",
names: new Dictionary {
["en-US"] = "stopped",
["de-DE"] = "stoppte" },
descriptions: new Dictionary {
["en-US"] = "Actor stopped an activity/process",
["de-DE"] = "Akteur hat eine/n Aktivität/Prozess gestoppt" });
///
/// Actor submitted a quiz, assignment, ...
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/submitted
///
public readonly xAPI_Verb submitted = new xAPI_Verb(
context: "lms",
key: "submitted",
names: new Dictionary {
["en-US"] = "submitted",
["de-DE"] = "gab ab" },
descriptions: new Dictionary {
["en-US"] = "Actor submitted a quiz, assignment, ...",
["de-DE"] = "Akteur hat ein Quiz, eine Abgabe, ... abgegeben." });
///
/// Actor succeeded an activity
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/succeeded
///
public readonly xAPI_Verb succeeded = new xAPI_Verb(
context: "lms",
key: "succeeded",
names: new Dictionary {
["en-US"] = "succeeded",
["de-DE"] = "gelang" },
descriptions: new Dictionary {
["en-US"] = "Actor succeeded an activity",
["de-DE"] = "Akteur ist eine Aktivität gelungen" });
///
/// Actor triggered a process
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/triggered
///
public readonly xAPI_Verb triggered = new xAPI_Verb(
context: "lms",
key: "triggered",
names: new Dictionary {
["en-US"] = "triggered",
["de-DE"] = "löste aus" },
descriptions: new Dictionary {
["en-US"] = "Actor triggered a process",
["de-DE"] = "Akteur hat einen Prozess ausgelöst" });
///
/// Actor unapproved an object (in Moodle "learning plan")
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/unapproved
///
public readonly xAPI_Verb unapproved = new xAPI_Verb(
context: "lms",
key: "unapproved",
names: new Dictionary {
["en-US"] = "unapproved",
["de-DE"] = "genehmigte nicht" },
descriptions: new Dictionary {
["en-US"] = "Actor unapproved an object (in Moodle \"learning plan\")",
["de-DE"] = "Akteur hat ein Objekt (in Moodle \"learning plan\") nicht genehmigt" });
///
/// Actor unblocked a blocked person
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/unblocked
///
public readonly xAPI_Verb unblocked = new xAPI_Verb(
context: "lms",
key: "unblocked",
names: new Dictionary {
["en-US"] = "unblocked",
["de-DE"] = "entblockte" },
descriptions: new Dictionary {
["en-US"] = "Actor unblocked a blocked person",
["de-DE"] = "Akteur hat eine blockierte Person entblockt" });
///
/// Actor unlinked an object/person from an object
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/unlinked
///
public readonly xAPI_Verb unlinked = new xAPI_Verb(
context: "lms",
key: "unlinked",
names: new Dictionary {
["en-US"] = "unlinked",
["de-DE"] = "trennte" },
descriptions: new Dictionary {
["en-US"] = "Actor unlinked an object/person from an object",
["de-DE"] = "Akteur hat ein/e Objekt/Person von einem Objekt getrennt" });
///
/// Actor unlocked an object
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/unlocked
///
public readonly xAPI_Verb unlocked = new xAPI_Verb(
context: "lms",
key: "unlocked",
names: new Dictionary {
["en-US"] = "unlocked",
["de-DE"] = "gab frei" },
descriptions: new Dictionary {
["en-US"] = "Actor unlocked an object",
["de-DE"] = "Akteur hat ein Objekt freigegeben" });
///
/// Actor updated the content of an object
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/updated
///
public readonly xAPI_Verb updated = new xAPI_Verb(
context: "lms",
key: "updated",
names: new Dictionary {
["en-US"] = "updated",
["de-DE"] = "aktualisierte" },
descriptions: new Dictionary {
["en-US"] = "Actor updated the content of an object",
["de-DE"] = "Akteur aktualisierte den Inhalt eines Objekts." });
///
/// Actor removed the assignment of an object/task/activity to someone
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms/verbs/withdrew
///
public readonly xAPI_Verb withdrew = new xAPI_Verb(
context: "lms",
key: "withdrew",
names: new Dictionary {
["en-US"] = "withdrew",
["de-DE"] = "zog zurück" },
descriptions: new Dictionary {
["en-US"] = "Actor removed the assignment of an object/task/activity to someone",
["de-DE"] = "Akteur hat die Zuteilung eines/r Objektes/Aufgabe/Aktivität zurückgezogen" });
public xAPI_Verbs_Lms()
: base("lms") {
}
}
}