Newer
Older
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Verona Editor Aspect</title>
<meta name="application-name" content="iqb-editor-aspect"
data-repository-url="https://github.com/iqb-berlin/verona-modules-apect"
data-supported-unit-definition-types="iqb-aspect-module@0.1.0"/>
<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"
},
"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="editor/assets/roboto.css" rel="stylesheet">
<link href="editor/assets/material-icons.css" rel="stylesheet">
</head>
<body>
<script type="text/javascript" src="editor.js"></script>
<editor-aspect></editor-aspect>
</body>