Skip to content
Snippets Groups Projects
Commit 49c0d839 authored by Björn Fischer's avatar Björn Fischer :new_moon_with_face:
Browse files

XSD Migration

parent 8486a282
Branches
No related tags found
1 merge request!1XSD Migration
Showing with 59 additions and 45 deletions
<?xml version="1.0" encoding="utf-8"?>
<task id="0001SimpleFunctions" lang="haskell" attempts="5"> <task id="0001SimpleFunctions" lang="haskell" attempts="5">
<name>Beispiel in Haskell</name> <name>Beispiel in Haskell</name>
<evaluator>hs</evaluator> <evaluator>hs</evaluator>
<description></description> <description/>
<submissionModes default="TEXT"> <submissionModes default="TEXT">
<submissionMode name="TEXT"/> <submissionMode name="TEXT"/>
<submissionMode name="FILE"/> <submissionMode name="FILE"/>
...@@ -9,9 +10,9 @@ ...@@ -9,9 +10,9 @@
<files> <files>
<file public="true" type="template" path="Fac.hs"/> <file public="true" type="template" path="Fac.hs"/>
<file public="false" type="solution" path="Fac.hs"/> <file public="false" type="solution" path="Fac.hs"/>
<file public="true" type="test" path="MyTest.hs"></file> <file public="true" type="test" path="MyTest.hs"/>
<file public="true" type="test" path="TestsPublic.lhs"></file> <file public="true" type="test" path="TestsPublic.lhs"/>
<file public="true" type="test" path="TestsHidden.hs"></file> <file public="true" type="test" path="TestsHidden.hs"/>
<file public="false" type="test" path="MyTestApproval.hs"/> <file public="false" type="test" path="MyTestApproval.hs"/>
</files> </files>
</task> </task>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<task id="153Funktionen" lang="C" attempts="17"> <task id="153Funktionen" lang="C" attempts="17">
<name>Erste c-Funktionen</name> <name>Erste c-Funktionen</name>
<evaluator image="registry.gitlab.com/sveneric/subato/executor_c:8">c</evaluator> <evaluator>c</evaluator>
<description>Erste Funktionen in C</description> <description>Erste Funktionen in C</description>
<files> <files>
<file public="true" type="template" path="beispiele.c"/> <file public="true" type="template" path="beispiele.c"/>
<file public="false" type="solution" path="beispiele.c"/> <file public="false" type="solution" path="beispiele.c"/>
<file public="true" type="include" path="beispiele.h"></file> <file public="true" type="include" path="beispiele.h"/>
<file public="true" type="test" path="test.c"></file> <file public="true" type="test" path="test.c"/>
<file public="true" type="test" path="my_test_approval.c"></file> <file public="true" type="test" path="my_test_approval.c"/>
</files> </files>
</task> </task>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<task subatoId="212" id="212Date" lang="Kotlin" attempts="5"> <task subatoId="212" id="212Date" lang="Kotlin" attempts="5">
<name>Date</name> <name>Date</name>
<evaluator image="registry.gitlab.com/sveneric/subato/executor_kotlin:1">kotlin</evaluator> <evaluator>kotlin</evaluator>
<description>Eine Datumsklasse in Kotlin</description> <description>Eine Datumsklasse in Kotlin</description>
<files> <files>
<file public="true" type="template" path="name/panitz/kotlin/date/Date.kt"/> <file public="true" type="template" path="name/panitz/kotlin/date/Date.kt"/>
......
<?xml version="1.0" encoding="utf-8"?>
<task subatoId="213" id="213Funktionen" lang="Kotlin" attempts="5"> <task subatoId="213" id="213Funktionen" lang="Kotlin" attempts="5">
<name>List in Kotlin-Funktionen</name> <name>List in Kotlin-Funktionen</name>
<evaluator image="registry.gitlab.com/sveneric/subato/executor_kotlin:1">kotlin</evaluator> <evaluator>kotlin</evaluator>
<description>Einfach verkettete Listen</description> <description>Einfach verkettete Listen</description>
<files> <files>
<file public="true" type="template" path="name/panitz/util/List.kt"/> <file public="true" type="template" path="name/panitz/util/List.kt"/>
......
<?xml version="1.0" encoding="utf-8"?>
<task id="4725FakultCPP" lang="cpp" attempts="5"> <task id="4725FakultCPP" lang="cpp" attempts="5">
<name>C++ Fakultät</name> <name>C++ Fakultät</name>
<evaluator>cpp</evaluator> <evaluator>cpp</evaluator>
<description></description> <description/>
<submissionModes default="TEXT"> <submissionModes default="TEXT">
<submissionMode name="TEXT"/> <submissionMode name="TEXT"/>
<submissionMode name="FILE"/> <submissionMode name="FILE"/>
...@@ -9,8 +10,8 @@ ...@@ -9,8 +10,8 @@
<files> <files>
<file public="true" type="template" path="fac.cc"/> <file public="true" type="template" path="fac.cc"/>
<file public="false" type="solution" path="fac.cc"/> <file public="false" type="solution" path="fac.cc"/>
<file public="true" type="include" path="fac.h"></file> <file public="true" type="include" path="fac.h"/>
<file public="true" type="test" path="my_test.cc"></file> <file public="true" type="test" path="my_test.cc"/>
<file public="false" type="test" path="my_test_approval.cc"/> <file public="false" type="test" path="my_test_approval.cc"/>
</files> </files>
</task> </task>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<task subatoId="662" submissionMode="TEXT" id="662Records" lang="Java" attempts="10"> <task subatoId="662" submissionMode="TEXT" id="662Records" lang="Java" attempts="10">
<name>Java 15 Records</name> <name>Java 15 Records</name>
<evaluator image="registry.gitlab.com/sveneric/subato/executor_java15:1">java15</evaluator> <evaluator>java15</evaluator>
<description>Erste Experimente mit Java 15</description> <description>Erste Experimente mit Java 15</description>
<files> <files>
<file public="true" type="template" path="Pair.java"/> <file public="true" type="template" path="Pair.java"/>
......
<?xml version="1.0" encoding="utf-8"?>
<task subatoId="663" id="663Record" lang="Java" attempts="5"> <task subatoId="663" id="663Record" lang="Java" attempts="5">
<name>Ein Record für Date</name> <name>Ein Record für Date</name>
<evaluator image="registry.gitlab.com/sveneric/subato/executor_java15:1">java15</evaluator> <evaluator>java15</evaluator>
<description>Die Date Klasse aus dem ersten Semester jetzt als Record.</description> <description>Die Date Klasse aus dem ersten Semester jetzt als Record.</description>
<files> <files>
<file public="true" type="template" path="name/panitz/record/Date.java"/> <file public="true" type="template" path="name/panitz/record/Date.java"/>
......
<?xml version="1.0" encoding="utf-8"?>
<task subatoId="664" id="664BinTree" lang="scala" attempts="5"> <task subatoId="664" id="664BinTree" lang="scala" attempts="5">
<name>BinTree</name> <name>BinTree</name>
<evaluator>scala</evaluator> <evaluator>scala</evaluator>
......
<?xml version="1.0" encoding="utf-8"?>
<task subatoId="665" id="665Funktionen" lang="Python" attempts="5"> <task subatoId="665" id="665Funktionen" lang="Python" attempts="5">
<name>Python: Erste Funktionen</name> <name>Python: Erste Funktionen</name>
<evaluator image="registry.gitlab.com/sveneric/subato/executor_python:2">python</evaluator> <evaluator>python</evaluator>
<description>Fakultät und Quersumme in Python</description> <description>Fakultät und Quersumme in Python</description>
<files> <files>
<file public="true" type="template" path="quersumme.py"/> <file public="true" type="template" path="quersumme.py"/>
......
<?xml version="1.0" encoding="utf-8"?>
<task subatoId="667" id="667Baumstruktur" lang="Python" attempts="5"> <task subatoId="667" id="667Baumstruktur" lang="Python" attempts="5">
<name>Python: Eine Baumstruktur</name> <name>Python: Eine Baumstruktur</name>
<evaluator image="registry.gitlab.com/sveneric/subato/executor_python:2">python</evaluator> <evaluator>python</evaluator>
<description>Eine allgemeine Baumstruktur in Python</description> <description>Eine allgemeine Baumstruktur in Python</description>
<files> <files>
<file public="true" type="template" path="Baum.py"/> <file public="true" type="template" path="Baum.py"/>
......
<?xml version="1.0" encoding="utf-8"?>
<task subatoId="668" id="668Funktionen" lang="Go" attempts="5"> <task subatoId="668" id="668Funktionen" lang="Go" attempts="5">
<name>Go: Erste Funktionen</name> <name>Go: Erste Funktionen</name>
<evaluator image="registry.gitlab.com/sveneric/subato/executor_go:1">go</evaluator> <evaluator>go</evaluator>
<description>Fakultät und Quersumme in Go</description> <description>Fakultät und Quersumme in Go</description>
<files> <files>
<file public="true" type="template" path="first/first.go"/> <file public="true" type="template" path="first/first.go"/>
......
<?xml version="1.0" encoding="utf-8"?>
<task subatoId="669" id="669Interpreter" lang="Java" attempts="5"> <task subatoId="669" id="669Interpreter" lang="Java" attempts="5">
<name>Interpreter einer While-Sprache</name> <name>Interpreter einer While-Sprache</name>
<evaluator image="registry.gitlab.com/sveneric/subato/executor_java15:1">java15</evaluator> <evaluator>java15</evaluator>
<description>Ein kleiner Interpreter über Ausdrücke, die als Record-Objekte vorliegen</description> <description>Ein kleiner Interpreter über Ausdrücke, die als Record-Objekte vorliegen</description>
<files> <files>
<file public="true" type="template" path="name/panitz/Interpreter.java"/> <file public="true" type="template" path="name/panitz/Interpreter.java"/>
......
<?xml version="1.0" encoding="utf-8"?>
<task subatoId="671" id="671Javascript" lang="js" attempts="5"> <task subatoId="671" id="671Javascript" lang="js" attempts="5">
<name>Javascript: Erste Funktionen</name> <name>Javascript: Erste Funktionen</name>
<evaluator image="registry.gitlab.com/sveneric/subato/executor_js:2">js</evaluator> <evaluator>js</evaluator>
<description>Fakultät und Quersumme ... in Javascript</description> <description>Fakultät und Quersumme ... in Javascript</description>
<files> <files>
<file public="true" type="template" path="first.js"/> <file public="true" type="template" path="first.js"/>
......
<?xml version="1.0" encoding="utf-8"?>
<task subatoId="672" id="672Javascript" lang="js" attempts="5"> <task subatoId="672" id="672Javascript" lang="js" attempts="5">
<name>Javascript: Binärer Suchbaum</name> <name>Javascript: Binärer Suchbaum</name>
<evaluator image="registry.gitlab.com/sveneric/subato/executor_js:2">js</evaluator> <evaluator>js</evaluator>
<description>Ein Menge als binärer Suchbaum in Javascript</description> <description>Ein Menge als binärer Suchbaum in Javascript</description>
<files> <files>
<file public="true" type="template" path="binTree.js"/> <file public="true" type="template" path="binTree.js"/>
......
<?xml version="1.0" encoding="utf-8"?>
<task subatoId="844" id="844Fakult" lang="elm" attempts="5"> <task subatoId="844" id="844Fakult" lang="elm" attempts="5">
<name>Elm Fakultät</name> <name>Elm Fakultät</name>
<evaluator>elm</evaluator> <evaluator>elm</evaluator>
...@@ -9,6 +10,6 @@ ...@@ -9,6 +10,6 @@
<files> <files>
<file public="true" type="template" path="Fac.elm"/> <file public="true" type="template" path="Fac.elm"/>
<file public="false" type="solution" path="Fac.elm"/> <file public="false" type="solution" path="Fac.elm"/>
<file public="true" type="test" path="FacTest.elm"></file> <file public="true" type="test" path="FacTest.elm"/>
</files> </files>
</task> </task>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<task id="917Untersuchen" submissionMode="TEXT" attempts="1000"> <task id="917Untersuchen" submissionMode="TEXT" attempts="1000">
<name>Dinge untersuchen</name> <name>Dinge untersuchen</name>
<description>Untersuchen Sie zwei Dinge auf ihre Eigenschaften.</description> <description>Untersuchen Sie zwei Dinge auf ihre Eigenschaften.</description>
<files>
</files>
</task> </task>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<task id="918Untersuchen" submissionMode="TEXT" attempts="1000"> <task id="918Untersuchen" submissionMode="TEXT" attempts="1000">
<name>Mehr Dinge untersuchen</name> <name>Mehr Dinge untersuchen</name>
<description>Untersuchen Sie weitere Dinge auf ihre Eigenschaften.</description> <description>Untersuchen Sie weitere Dinge auf ihre Eigenschaften.</description>
<files>
</files>
</task> </task>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<task id="ReaktionsgleichungenAusgleichen" attempts="5000"> <task id="ReaktionsgleichungenAusgleichen" attempts="5000">
<name>Chemische Reaktionsgleichungen</name> <name>Chemische Reaktionsgleichungen</name>
<evaluator>reaktionsgleichungen</evaluator> <evaluator>reaktionsgleichungen</evaluator>
<description>Chemische Reaktionsgleichungen</description> <description>Chemische Reaktionsgleichungen</description>
<files> <files>
<file public="false" mimeType="text/plain" type="solution" path="solution.txt"/> <file public="false" type="solution" path="solution.txt"/>
<file public="true" mimeType="text/plain" type="template" path="solution.txt"/> <file public="true" type="template" path="solution.txt"/>
<file public="false" mimeType="text/plain" type="test" path="test.txt"/> <file public="false" type="test" path="test.txt"/>
</files> </files>
</task> </task>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment