added bibtex file for sources

This commit is contained in:
Christoph Walther
2024-08-25 15:45:26 +02:00
parent 81fdcd5713
commit 9c9d44ea43
5 changed files with 25 additions and 2 deletions

View File

@ -2,4 +2,6 @@
:imagesdir: ./media
:docdir: content
include::main.asciidoc[]
NOTE: To build this document you can use the following command: `asciidoctor -r asciidoctor-bibtex main.asciidoc`
include::main.asciidoc[]

View File

@ -0,0 +1,7 @@
@misc{noauthor_codegrade_nodate,
title = {The {CodeGrade} {Documentation}{CodeGrade} {QuietStorm}.1 documentation},
url = {https://docs.codegra.de/},
urldate = {2024-08-25},
file = {The CodeGrade Documentation — CodeGrade QuietStorm.1 documentation:/Users/chris/Zotero/storage/K79YSBN2/docs.codegra.de.html:text/html},
}

View File

@ -3,12 +3,19 @@ link:https://docs.codegra.de[CodeGra.de]
Commercial solution for grading code submissions in an external tool, integratable via the open LTI interface.
cite:[noauthor_codegrade_nodate]
==== Features ====
* Automatic grading through unit tests, I/O, error code, linter
* Inline comments like code review
* Plagiarism detection to check similarity between submissions
=== CS50 with Check50 ===
link:https://cs50.readthedocs.io/[CS50]
The Harvard MOOC which is build upon the edX platform doesn't use a built-in code grading system. Instead, there is a separate tooling called CS50 with multiple checking tools for i.e. linting (style50), plagiarism detection (compare50),
=== CodeOcean ===
link:https://codeocean.openhpi.de/[CodeOcean] ist eine webbasierte Plattform für praktische Programmierübungen, die hauptsächlich in MOOCs (Massive Open Online Courses) wie auf openHPI verwendet wird. Sie ermöglicht es Lernenden, Code direkt in ihrem Browser zu schreiben, auszuführen und zu testen, ohne eine Entwicklungsumgebung einrichten zu müssen. Zu den Funktionen gehören Syntax-Hervorhebung, serverseitige Code-Ausführung und automatisiertes Feedback durch Unit-Tests. Zusätzlich können Lernende kontextbezogene Fragen stellen, was eine kollaborative Lernumgebung fördert.

2
content/sources.asciidoc Normal file
View File

@ -0,0 +1,2 @@
bibliography::[]

View File

@ -3,6 +3,7 @@
:toc-title: Table of Contents
:sectnums:
:toclevels: 2
:bibtex-file: bibliography/CodeContender.bib
:data-uri:
ifndef::imagesdir[:imagesdir: media]
ifndef::includedir[:includedir: content]
@ -118,4 +119,8 @@ include::{includedir}/edX.asciidoc[]
=== edX Kubernetes Deployment ===
include::{includedir}/edX-k8s.asciidoc[]
include::{includedir}/edX-k8s.asciidoc[]
== Sources ==
include::{includedir}/sources.asciidoc[]