Javascript Judge in Dodona -> internal error #3917
-
Hi all, When using Dodona to build a set of exercises on Javascript, I can' seem to get the judge to respond correctly. I have tried adding a reference to an testsuite.json as described in the TESTed documentation, but that seems to trigger the same internal error. The internal error in question:
Suggestion on what I appear to be doing incorrectly? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I think there is some confusion about the TESTed judge vs. the JavaScript judge. The JavaScript judge is a judge created for just JavaScript, and expects a |
Beta Was this translation helpful? Give feedback.
I think there is some confusion about the TESTed judge vs. the JavaScript judge. The JavaScript judge is a judge created for just JavaScript, and expects a
tests.js
file in theevaluation
directory. The TESTed judge is a new judge supporting multiple programming languages. This is the one expecting thetestsuite.json
file in theevaluation
directory.