Consistent languages

This commit is contained in:
Christoph Walther
2024-09-20 13:52:03 +02:00
parent e8abeb48e8
commit 359cdf7f1b
4 changed files with 63 additions and 64 deletions

View File

@ -37,6 +37,6 @@ cite:[serth_codeocean_2021]
=== EmpowrOrg Coppin ===
link:https://github.com/EmpowrOrg/Coppin[EmpowrOrg Coppin] ist ein Tool zur Erstellung und Bewertung von Aufgaben, das zusammen mit **Doctor** und **CodeEditorXblock** verwendet wird. Durch die Kombination dieser drei Werkzeuge kann jede Organisation, die Open Edx nutzt, Programmieraufgaben lehren und bewerten. Coppin ist in **Doctor** integriert, um die Bewertung von Aufgaben zu ermöglichen, und verwendet **CodeEditorXblock** als Code-Editor und -Ausführer.
link:https://github.com/EmpowrOrg/Coppin[EmpowrOrg Coppin] is an assignment creation and assessment tool used in conjunction with **Doctor** and **CodeEditorXblock**. By combining these three tools, any organization using Open Edx can teach and assess programming assignments. Coppin integrates with **Doctor** to enable assessment of assignments and uses **CodeEditorXblock** as a code editor and executor.
Python und Swiftcode, können local ausgeführt und getestet werden. Die Ergebnisse werden in der **Doctor**-Oberfläche angezeigt. Die Bewertung erfolgt durch die automatische Ausführung von Unit-Tests, die in den Aufgaben definiert sind.
Python and Swift code, can be executed and tested locally. The results are displayed in the **Doctor** interface. Evaluation is performed by automatically executing unit tests defined in the task