Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Allow multiple source code files per submission #94

Open
moschlar opened this issue Nov 22, 2012 · 6 comments
Open

Allow multiple source code files per submission #94

moschlar opened this issue Nov 22, 2012 · 6 comments

Comments

@moschlar
Copy link
Owner

Don't know why this hasn't existed as an issue...
Clearly the biggest issue at the moment!

@moschlar
Copy link
Owner Author

May also include the ability to keep track of the changes made in a submission just like a VCS.

@moschlar moschlar removed this from the 2.0 milestone Apr 10, 2014
@moschlar
Copy link
Owner Author

@Ayutac
Copy link

Ayutac commented Jan 12, 2015

I agree, important issue, especially when different classes for an exercise are submitted.

@moschlar
Copy link
Owner Author

Dear people, please learn about the languages you are teaching.

Even with Java, you can easily have more than one class definition in one java file. The restriction is that only one of those classes may be public. So if you just define all other classes without the public keyword, it works. It just works.

PoC:

https://sauce.zdv.uni-mainz.de/events/eip-ws14/sheets/8/assignments/802/similarity/diff/13598/14281
screenshot from 2015-01-13 11 06 12
screenshot from 2015-01-13 11 06 56

@Ayutac
Copy link

Ayutac commented Jan 13, 2015

Okay, now that's something they could have teached my in university.

@moschlar
Copy link
Owner Author

I told Kai that, too, when he asked what he could do about multiple classes - dunno why he didn't "implement" it ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants