-
The user is now asked to put his secret Dodona Token in his config. Because of this the config cannot be put in a public repository without the key leaking.
An idea to fix this could be to e.g. promp…
-
Currently -M flag does not work.
If use any amount less than 100 of the flag report fails with error `Kgram hash not found`
Broken in commit 1db346e7ed7e286ae05ac28d5a9f352f42385633
-
We should create a Homepage. Important question is what we display on the homepage.
-
I would like my to students to program something like this, to demonstrate the 'decomposition' of functions.
```python
def harmonic_mean( a, b ):
value = round( 2 / ( 1 / a + 1 / b ), 2)
…
-
Is it possible to mark certain lines as a template such that sections of code are ignored? For example, if I have handed students some starter code to work with and asked them to modify small sections…
-
- https://dodona.be/en/courses/3360/series/36061/activities/1819227414/#
- Set system theme to dark mode. In Dodona switch to system mode. close page. open new page. switch to light mode in Dodona.…
-
For one of my courses, we only do manual evaluation of one exercise in a series. In the overview page of Dodona, this results in strange behavior:
![Screenshot 2024-03-29 at 11-55-55 Home](https:…
rien updated
7 months ago
-
This is more of a feature request and less of an issue. Let me preface it by saying dolos is really awesome. It is really difficult to find any open source plagiarism detection software, especially on…
-
I have added my token and do not get any visible errors
Yet when I try do run dodonasubmit I get the following errors
- Cannot execute request.
- Unauthorized request: make sure you have working to…
-
When making changes to the Python code in the sandbox, I nog longer see a way how the modified version of the code could be transfered to the code editor before submitting the solution to Dodona. The …