Skip to content
Snippets Groups Projects
Commit 9082ce19 authored by rhenck's avatar rhenck
Browse files

Fix missing and wrong metadata in wrappers

parent 55b62d97
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,43 @@
<title>Verona Editor Aspect</title>
<meta name="application-name" content="iqb-editor-aspect"
data-version="0.0.2"
data-api-version="2.0.0"
data-repository-url="https://github.com/iqb-berlin/verona-modules-apect"
data-supported-unit-definition-types="iqb-aspect-module@0.0.1"/>
<script type="application/ld+json">
{
"@context": "https://w3id.org/iqb/verona-modules",
"@type": "editor",
"@id": "iqb-editor-aspect",
"name": {
"de": "IQB-Editor (Aspect)",
"en": "IQB editor (Aspect)"
},
"maintainer": {
"name": {
"de": "IQB - Institut zur Qualitätsentwicklung im Bildungswesen",
"en": "IQB - Institute for Educational Quality Improvement"
},
"url": "https://www.iqb.hu-berlin.de",
"email": "iqb-tbadev@hu-berlin.de"
},
"description": {
"de": "TODO",
"en": "TODO"
},
"version": "0.0.2",
"apiVersion": "2.0",
"repository": {
"type": "git",
"url": "https://github.com/iqb-berlin/verona-modules-apect"
},
"notSupportedFeatures": []
}
</script>
<link rel="stylesheet" href="editor.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<script type="text/javascript" src="editor.js"></script>
......
......@@ -5,7 +5,7 @@
<title>Verona Player Aspect</title>
<meta name="application-name" content="iqb-player-aspect"
data-version="3.0.0"
data-version="0.0.1"
data-repository-url="https://github.com/iqb-berlin/verona-modules-apect"
data-api-version="3.0.0"
data-not-supported-api-features=""
......@@ -17,10 +17,10 @@
{
"@context": "https://w3id.org/iqb/verona-modules",
"@type": "player",
"@id": "iqb-player-abi",
"@id": "iqb-player-aspect",
"name": {
"de": "IQB-Player für Skripte (Abi)",
"en": "IQB player for script language"
"de": "IQB-Player (Aspect)",
"en": "IQB player (Aspect)"
},
"maintainer": {
"name": {
......@@ -31,14 +31,14 @@
"email": "iqb-tbadev@hu-berlin.de"
},
"description": {
"de": "Dieser Player interpretiert eine Script-Sprache, die speziell für die effiziente Erstellung umfangreicher Befragungen entwickelt wurde. Über die gängigen Frageformate hinaus werden bedingte Formularblöcke, dynamische Wiederholungen von Blöcken und Likert-skalen unterstützt.",
"en": "You can use this Verona Player for surveys where you need a large number of questions. By interpreting it's own script language, the player just need one line per control definition. You can setup conditional blocks, repeating blocks or likert scale tables."
"de": "TODO",
"en": "TODO"
},
"version": "3.3.3",
"apiVersion": "2.1",
"version": "0.0.1",
"apiVersion": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/iqb-berlin/verona-player-abi"
"url": "https://github.com/iqb-berlin/verona-modules-apect"
},
"notSupportedFeatures": []
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment