You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/guides/exercises/testsuites/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ To verify whether a submitted solution is correct, Dodona uses test suites.
9
9
This test suite contains a series of test cases that ensure you are reasonably certain whether a solution is correct or not.
10
10
11
11
In this guide, we briefly discuss the structure, followed by the various possibilities.
12
-
Here we use TESTed: the recommended way to create exercises for **Python**, **JavaScript**, **Java**, **Kotlin**, **C**, **C#**, **Haskell**, and **Bash**.
12
+
Here we use TESTed: the recommended way to create exercises for **Python**, **JavaScript**, **Typescript**, **Java**, **Kotlin**, **C**, **C#**, **C++**, **Haskell**, and **Bash**.
13
13
If you want to do something that TESTed cannot do or you want to use a different programming language, first look at the [overview of all judges](/en/references/judges).
14
14
15
15
This guide contains more advanced concepts.
@@ -325,6 +325,7 @@ In the following example, a function is called with the sum of two numbers as an
Copy file name to clipboardExpand all lines: en/guides/general/getting-started/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Welcome to the Dodona guides.
12
12
Dodona is an online exercise platform for learning to code.
13
13
It wants to teach students how to program in the most meaningful and effective way possible. Dodona acts as an online co-teacher, designed to give every student access to high-quality education.
14
14
The focus is on automatic corrections and giving meaningful feedback on the submitted solutions from students.
15
-
At the moment, Dodona supports more than 20 programming languages, including Python, JavaScript, Java, Kotlin, C#, bash, Prolog, Haskell, sql and R.
15
+
At the moment, Dodona supports more than 20 programming languages, including Python, JavaScript, Java, Kotlin, C#, C++, bash, Prolog, Haskell, sql and R.
16
16
17
17
Depending on your role, we have a specific guide for you:
Copy file name to clipboardExpand all lines: en/guides/students/getting-started/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ On this page, you will find all the information you need to get started with Dod
9
9
10
10
## What is Dodona?
11
11
12
-
Dodona is an online exercise platform for learning to code. The web application was developed at Ghent University to support practical sessions for large groups of students. Dodona focuses primarily on the automatic testing and feedback for submitted solutions to programming exercises. Currently, Dodona supports more than 20 programming languages, including Python, JavaScript, Java, Kotlin, C#, bash, Prolog, Haskell, sql and R.
12
+
Dodona is an online exercise platform for learning to code. The web application was developed at Ghent University to support practical sessions for large groups of students. Dodona focuses primarily on the automatic testing and feedback for submitted solutions to programming exercises. Currently, Dodona supports more than 20 programming languages, including Python, JavaScript, Java, Kotlin, C#, C++, bash, Prolog, Haskell, sql and R.
Copy file name to clipboardExpand all lines: nl/guides/exercises/testsuites/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Om te controleren of dat een ingediende oplossing juist is, gebruikt Dodona test
9
9
Dat testplan bevat een reeks testgevallen, die ervoor zorgen dat je redelijk zeker bent of een oplossing juist is of niet.
10
10
11
11
In deze handleiding bespreken we kort de structuur, gevolgd door de verschillende mogelijkheden.
12
-
Hier gebruiken we TESTed: de aanbevolen manier om oefeningen te maken voor **Python**, **JavaScript**, **Java**, **Kotlin**, **C**, **C#**, **Haskell** en **Bash**.
12
+
Hier gebruiken we TESTed: de aanbevolen manier om oefeningen te maken voor **Python**, **JavaScript**, **Java**, **Kotlin**, **C**, **C#**, **C++**, **Haskell** en **Bash**.
13
13
Moest je iets willen doen dat TESTed niet kan of je wilt een andere programmeertaal gebruiken, kijk dan eerst naar het [overzicht van alle judges](/nl/references/judges).
14
14
15
15
Deze handleiding bevat geavanceerdere concepten.
@@ -333,6 +333,7 @@ In onderstaande voorbeeld wordt een functie opgeroepen met als argument de som v
0 commit comments