Problem file imports
Bug #492425 reported by
Nick Chadwick
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
IVLE |
Triaged
|
Medium
|
Unassigned |
Bug Description
Each problem file can specify some included Python code. However, it is
necessary to share subject-specific code across multiple problems, and
simply import it into all problems using 'import subject_xyz.py'. This
code is authored by content developers, but needs to end up in a location
that can be imported by IVLE.
Date: 2008-02-29
Matt says:
'Need to make the exercises directory on sys.path when an exercise is
loaded.'