-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (27 loc) · 1.14 KB
/
index.html
File metadata and controls
32 lines (27 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ProFormA-Editor</title>
</head>
<h2>ProFormA-Editor</h2>
<p>
Editor zum Erstellen von ProFormA-Programmieraufgaben
</p>
Das Aufgabenformat hat sich im Laufe der Zeit geändert. Format 2.0 ist <b>nicht</b> kompatibel mit 1.0.1. Neue Aufgaben sollten nur noch im Format 2.0 erstellt werden, da das alte Format von neuen Tools vermutlich nicht mehr unterstützt wird.
<p>
Der Editor läuft nicht in jedem Browser. Erfolgreich getestet sind Chrome und Firefox (ab 3.0.0 vermutlich auch Edge).
</p>
<h3>Format 2.0 (proforma.xsd)</h3>
<p>
Für Aufgaben, die in LON-CAPA laufen sollen, bitte dieses Format nicht nutzen!<b> Die Aufgaben laufen nicht in LON-CAPA.</b>
</p>
<p>
Der Editor liest neben Format 2.0 auch noch das Format 1.0.1, schreibt aber immer Format 2.0. Er kann somit auch zum Konvertieren alter Aufgaben genutzt werden.
</p>
<ul>
<a href="proformaEditor.html">neuste Version</a>
<a href="release_notes.txt">Release Notes</a>
</ul>
Die Software wird im <a href="https://github.com/ProFormA/formatEditor">ProFormA-FormatEditor-Repository</a>
auf Github verwaltet.