Loading static/js/exercises.mjs +6 −0 Original line number Diff line number Diff line /** Exercises that students must pass to pass the pool test **/ import { test } from "./exercises.api.mjs"; export const practice = test("Linux-Übungsmodus", function() { this.disableHandIn() // TODO Add practice exercises }) export const pooltest = test("Pooltest Sommersemester 2022", function () { this.exercise("Datei anlegen", async function () { this.describe(`Erstelle eine Datei mit dem Namen "botschaft" und dem Inhalt Loading Loading
static/js/exercises.mjs +6 −0 Original line number Diff line number Diff line /** Exercises that students must pass to pass the pool test **/ import { test } from "./exercises.api.mjs"; export const practice = test("Linux-Übungsmodus", function() { this.disableHandIn() // TODO Add practice exercises }) export const pooltest = test("Pooltest Sommersemester 2022", function () { this.exercise("Datei anlegen", async function () { this.describe(`Erstelle eine Datei mit dem Namen "botschaft" und dem Inhalt Loading