cloudcoderdotorg / CloudCoder

A web-based programming exercise system.
GNU Affero General Public License v3.0
71 stars 59 forks source link

Add support for multiple source files #78

Open begetipa opened 10 years ago

begetipa commented 10 years ago

Add functionality so that multiple source files can be used in exercises. Possibly using tabbed code windows.

daveho commented 9 years ago

Thinking about this a bit: right now, we implicitly have a single stream of edit events per student/problem. I wonder if this would be as simple as introducing a "file number" field in the Change class (which represents a single code edit.) Hmm...