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

Running numbas in mas.ncl.ac.uk/numbas #159

Closed BillFoster closed 12 years ago

BillFoster commented 12 years ago

3214 CBA3

For some reason I am getting (see 3214 cba 3, press reveal) the following as an example where jme and latex do not seem to be working together!

vara varb simplifyc1a+c2b simplifyd1a+d2b vara varb−varfloor(b/a)timesvara simplifyc1a+c2b simplify[std,noleadingMinus]d1a+d2b−floor(b/a)∗(c1a+c2b) vara varb simplifyc1a+c2b simplifyd1a+d2b vara−varfloor(a/b)timesvarb varb simplify[std,noleadingMinus]c1a+c2b−floor(a/b)∗(d1a+d2b) simplifyd1a+d2b vara varb

Also Test 1 Q5 Error: JSXGraph: Can't create point with parent types 'number' and 'undefined'. Possible parent types: [x,y], [z,x,y], etc. It then hangs.

christianp commented 12 years ago

Oh, poo. This is because I made backslash an escape character in strings. That's a good idea, but it means all backslashes currently in JME strings need to be doubled. What do you want to happen?

christianp commented 12 years ago

And please make two issues if you have two errors.

BillFoster commented 12 years ago

I am attracted by having only \" and \' as escape characters. What future headache could that create?

BillFoster commented 12 years ago

Line spacing has disappeared from the Steps sections of 3214 cba 3 questions

christianp commented 12 years ago

Ahhh! I missed them out when de-textiling everything. How annoying. Will have to wait until tomorrow, because the script that did it is only on my uni PC.

christianp commented 12 years ago

Gaps are probably missing formatting, too.

BillFoster commented 12 years ago

Ideally done before 10.45 tomorrow if at all possible - just to give the workshop a thrill!

christianp commented 12 years ago

Or you can fix it yourself now if it's important.

christianp commented 12 years ago

I've fixed the steps and gaps in all the examples.

BillFoster commented 12 years ago

Many thanks