This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
exercise.json 5.8 KiB
Newer Older
  "exercise": {
Daniel Rainer's avatar
Daniel Rainer committed
    "comingSoon": "coming soon",
    "details": {
      "details": "Details",
      "accuracy": "Search accuracy",
      "rating": "This metric shows how well the search term overlaps with the found resources!",
      "bookmark": "Bookmark",
      "withChildren": "with children",
      "hitDetails": "Show hit details",
      "allExercises": "Show all exercises for this course",
Michael Breu's avatar
Michael Breu committed
      "git": "Open in GitLab",
      "editOEResource": "Edit in OEResource",
      "views": "Number of views!",
      "downloads": "Number of downloads!",
      "watchlists": "Number of times this resource was saved in a watchlist!",
      "readmeNotFound": "# No README.md (or alternatives) found!",
      "toParent": "to parent object",
      "like": "If you like this exercise, you can click here!",
      "unlike": "If you don't like this exercise anymore, you can click here!",
      "likeLogin": "Log-in to be able to click this heart"
    },
    "metadata": {
      "metadata": "Meta data",
      "programmingLanguage": {
        "singular": "Programming Language",
        "plural": "Programming Languages"
      },
      "language": {
        "singular": "Language",
        "plural": "Languages",
        "mix": "Language(s)"
      },
      "creator": {
        "singular": "Creator",
        "plural": "Creators"
      },
      "contributor": {
        "singular": "Contributor",
        "plural": "Contributors"
      },
      "publisher": {
        "singular": "Publisher",
        "plural": "Publishers"
      },
      "lastUpdate": "Last update",
      "license": "License",
      "timeRequired": "Time required",
      "requires": {
        "singular": "Requirement",
        "plural": "Requirements"
      },
      "simple": "Simple",
      "medium": "Medium",
      "advanced": "Advanced",
      "none": "None",
      "educationalLevel": {
        "singular": "Educational Level",
        "plural": "Educational Level"
      },
      "keyword": {
        "singular": "Keyword",
        "plural": "Keywords"
      },
      "format": {
        "singular": "Format",
        "plural": "Formats"
      },
      "description": "Description",
      "title": "Title",
      "learningResourceType": "Learning Resource Type",
      "assesses": {
        "singular": "Assesses",
        "plural": "Assesses"
      },
      "audience": "Audience",
      "educationalAlignment": "Educational Alignment",
      "educationalFramework": "Educational Framework",
      "educationalUse": {
        "singular": "Educational Use",
        "plural": "Educational Use"
      },
      "identifier": "Identifier",
      "interactivityType": "Interactivity Type",
      "isBasedOn": {
        "singular": "Based on",
        "plural": "Based on"
      },
      "subject": {
        "singular": "Subject",
        "plural": "Subjects"
      },
      "teaches": {
        "singular": "Teaches",
        "plural": "Teaches"
      },
      "typicalAgeRange": "Typical Age Range",
      "collection": "Collection",
      "exercise": "Exercise",
      "programming exercise": "Programming Exercise",
      "COLLECTION": "Collection",
      "EXERCISE": "Exercise",
      "PROGRAMMING_EXERCISE": "Programming Exercise",
      "OTHER": "Other",
      "structure": "Structure",
      "atomic": "Atomic",
      "internalIdentifier": "internal Identifier",
      "source": "Source",
      "networked": "Networked",
      "hierarchical": "Hierarchical",
      "linear": "Linear",
      "final": "Final",
      "draft": "Draft",
      "revised": "Revised",
      "unavailable": "Unavailable",
      "GERMAN": "German",
      "person": {
        "name": "Name",
        "affiliation": "Affiliation",
        "email": "Email"
      }
    },
    "export": {
      "export": "Export",
      "artemis": "Artemis",
      "latex": "LaTeX",
      "download": "Download"
    "more": "More  ...",
    "close": "Close",
    "import": {
      "pageTitle": "Import Exercise",
      "form": {
        "optionalAttributes": "Optional Attributes",
        "creatorsPublishersSame": "Creators and publishers are the same",
        "submit": "Submit"
      },
      "error": {
        "creationFailed": "An error occurred while creating the new Gitlab Project. Please make sure to have sufficient permissions for the chosen group.",
        "checkoutFailed": "Unable to checkout the Git repository. Please make sure to have sufficient permissions for the chosen group.",
        "pushFailed": "An error occurred while committing and pushing the data to the new Git repository. Please make sure to have sufficient permissions for the chosen group."
      }
    },
    "validation": {
      "required": "This field is required",
      "minKeywords": "At least one keyword is required"
    },
    "help": {
      "type": "The type is used to classify data in a repository. Repositories containing only a single exercise should use programming exercise or, if the exercise is not a programming exercise, exercise. If the content is not an exercise the type other can be used. Collection is used for repositories which contain more than one exercise.",
      "structure": "Currently only the import of single exercises is supported.",
      "toParent": "This exercise is contained in a collection. Click here to see the collection item.",
Daniel Crazzolara's avatar
Daniel Crazzolara committed
      "learningResourceHelp": "The predominant learningResourceType or kind characterizing the learning resource. For example, 'presentation', 'handout'. (LRMI)",
      "identifierHelp": "An unambiguous reference to the resource, being a String or a link to a resource (Work in progress). (Dublin Core - CA specific) \n\n Example: \"at.ac.example.foo.bar\" or \"https://artemis.example.org/course/exercise/42\""