numbas / Numbas

A completely browser-based e-assessment/e-learning system, with an emphasis on mathematics
http://www.numbas.org.uk
Apache License 2.0
200 stars 117 forks source link

Have a look at the exam results screen #207

Closed christianp closed 11 years ago

christianp commented 12 years ago

I'm fairly sure half the stuff there doesn't work any more.

BillFoster commented 12 years ago

Nothing running - see issue in editor - so cannot test this

christianp commented 12 years ago

Arg! Python3.1, which the servers are still running because of debian's glacial update schedule, doesn't have a method in the XML module which I started using to manipulate the SCORM manifest.

I've hacked a fix for now on tallaght and numbas.mas, but we really need to be running python 3.2 now.

anthonyyoud commented 12 years ago

Might have to try a backport of 3.2 for squeeze. If that doesn't work, then I'll just rebuild the servers as Ubuntu. Probably won't get around to looking at this today though.

On 09/08/12 10:10, Christian Perfect wrote:

Arg! Python3.1, which the servers are still running because of debian's glacial update schedule, doesn't have a method in the XML module which I started using to manipulate the SCORM manifest.

I've hacked a fix for now on tallaght and numbas.mas, but we really need to be running python 3.2 now.

— Reply to this email directly or view it on GitHub https://github.com/numbas/Numbas/issues/207#issuecomment-7609097.

BillFoster commented 12 years ago

Is this going to affect the mathcentre implementation

anthonyyoud commented 12 years ago

Don't think so. They should have an up to date version of Python 3.

christianp commented 12 years ago

I didn't notice that all this discussion was taking place in a completely unrelated issue. How annoying.