-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser and tables in numbas #126
Comments
Worked fine when I compiled it. Maybe @anthonyyoud hadn't pulled in changes to both repos? |
Also see the gist file below - a question which includes a table git://gist.github.com/1722966.git Here the following error appears on all browsers - I cannot find an error Numbas Error: Not enough arguments for | | |
eg 'organisation' was parsed as '|| ganisation', where || is the logical OR operation. resolves the tangent in #126
That wasn't anything to do with the table - the JME parser was interpreting the 'or' at the beginning of 'organisation' as the logical OR operation! |
Blimey - that was obscure - I will have to learn to debug. Many thanks. |
I recompiled the CBA yesterday after the latest git commit (it wasn't a On 02/02/12 11:14, BillFoster wrote:
|
I have tested the exam at my end and it displays the table OK - perhaps a git pull is needed and a recompile? |
What state are we in now? There has been a fix for the current display of Q7 in MW's course but is there more work to be done? |
The problem yesterday was caused by some kind of peculiarity with the Python setup on the server. I'm trying to work out what it is now. You don't need to do anything different when writing .exam files. |
Sorted it - xml.etree.ElementTree has changed very subtly between Python 3.1 and 3.2. @anthonyyoud was still on 3.1. |
Is there still a problem with the display of tables using textile or just plain html? |
No. |
Running Q7 in MAS3214 on safari, FF or chrome and revealing the answer gives a table which has once again a lot of white space. But not in IE - looks good there! (for a change)
www.mas.ncl.ac.uk/numbas/MAS3214/CBA1
Is it because the questions have not been recompiled?
The text was updated successfully, but these errors were encountered: