Hi Richard,
at the moment our students mainly program our Java exercises in Eclipse and add these files to "supporting-files-area":
QUESTION:
In Eclipse we use package-declarations like:
package uebungsblatt_1;
public class InvalidBirthdayException extends Exception {
String message;
public InvalidBirthdayException() {
super();
}
...
Here (https://coderunner.org.nz/mod/forum/search.php?id=1&search=java+packages ) I found:
{{ STUDENT_ANSWER|replace({'package': '// package'}) }}
This works fine with all code in the coderunner editor.
Is there any way to apply the above command to the supporting files ( "InvalidBirthdayException.java" in our case)? I know this is a heavy one. :-)
Best Regard from Coburg
Chris