MathJax

30 August 2012

Monassis release 1.0.6

Version 1.0.6 of the intelligent practice service went live late yesterday! This release is mostly a collection of fixes.

The major fix is that ASCIIsvg images are now being converted to PNG images on the server side. Some browsers (notably IE and Chrome under Windows) do not support SVG images natively. Since most of our clients are Windows users, this was a bit of a problem. The cool thing is that images are still created using the ASCIIsvg format, making it possible to template and randomize them.

The ASCIIsvg to SVG code was created by Leen Remmelzwaal here at Siyavula and is available under the GPL here. The new code base has an improved version of the original Javascript library (cleaned up and with some additional functionality) for client-side conversion and a new Python library for server-side conversion.

A whole bunch of chapters have also been released in the mean time. We are very close to finishing up all of Grade 12 Mathematics and Physical Sciences and not too far off from finishing Grade 10 too.

26 June 2012

Monassis release 1.0.5

The next release (version 1.0.5) of the practice server went live today.

The most notable new features are

  • a "Try this question again" button, for when you got a question wrong, read the feedback in the worked solution and want to give it another try with a new random set of numbers.
  • 8 new chapters to practise including
    • Mathematics Grade 10, Finance and growth
    • Mathematics Grade 10, Trigonometry
    • Mathematics Grade 11, Hyperbolic functions and graphs
    • Physical Sciences Grade 10, Electric circuits
    • Physical Sciences Grade 10, Quantitative aspects of chemical change
    • Physical Sciences Grade 11, Quantitative aspects of chemical change
    • Physical Sciences Grade 12, The chemical industry
    • Physical Sciences Grade 12, Electromagnetic radiation
  • Corrections to existing templates, based on comments from our users. The "Report a problem" button is really working and we're able to iron out any remaining problems within 24 hours of a report. Whoever reported the problem gets a personal thank-you note and the other users never even know that there was a problem!
Thanks again to the team of technical content editors for pushing out templates at an alarming rate and welcome to Eric Gulbis who joined us on the 18th!

(P.S. For those who are paying attention: version 1.0.4 was a minor bug-fix release.)

12 June 2012

Monassis release 1.0.3

Another development cycle completed! New user-facing features:
  • A user feedback form for reporting problems with the service or any particular problem. The issues get logged in GitHub and our crack team of technical content editors process them.
  • A "How should I write this?" button that shows the user a short tutorial on the notation for different types of inputs. It is context sensitive, so if you are answering a chemistry problem, it will show you how to write chemical notation. Here's an example for fractions:
  • 12 new chapters available between the 6 books! There are now 438 templates in the database.
 New back-end features:
  • Implemented the <rawvalueof> tag, so that XML can be generated directly using Python.
  • Consolidated the type library and added the chemical equation and string set types.
  • Bugfixes: better scientific notation rendering, changed default numeric error function to relative (rather than absolute), interval parsing failed on + operator.
The next release will focus more on back-end development, although the following user-facing features are high on the list:
  • links from practice problems to the textbook, so that you can review content related to the problem before attempting it;
  • a "Try this question again" button if you want to repeat the same problem, but with a different set of random values.
As always, you can sign up for a free trial at everythingmaths.co.za or everythingscience.co.za.

28 May 2012

Monassis release 1.0.2

I'll be trying out a micro-release schedule over the next few weeks. The schedule consists of a 2-week cycle with feature development, testing and bug-fixing in-house after a feature freeze, and finally roll-out to the live site. The first cycle just completed!

This is the first non-bugfix release since v1.0 with the following new developments (roughly in order of importance):
  • lots of new chapters available (398 templates total)
  • more robust response type library
  • spectroscopic notation for electron configurations
  • chemical compound notation
  • arbitrary precision floating point numbers
  • better unicode support
  • display subject and grade on dashboard
  • file and email logging of server errors
  • rudimentary usage analytics
Many thanks to the Siyavula team of technical content editors for churning out templates at an alarming rate :) The practice service would be nothing without its exercises.

The next release will focus on new UI and active users should see a few cool new features on 11 June 2012!

16 April 2012

We're live!

Good news everyone! The Monassis practice service is now at version 1.0 and running as part of Siyavula's Everything Maths and Everything Science textbook sites. This actually happened 3 days ago, but I was too exhausted to even think about writing a post.

If you'd like to try out the software, you can register as a user on everythingmaths.co.za or everythingscience.co.za, which will get you a free 30-day trial subscription to the service. Note that this is currently a paid-for service that supplements Siyavula's free, CC BY textbooks, so if you want to use it for more than 30 days, you will have to sign up for a paid account.

What's under the hood?

Templated questions: Each question that you see is actually generated from a Python and XML-based template in a MVC framework. Numbers, names, variables and a little bit of problem structure are generated randomly each time that you reload a template. We currently have about 350 templates, which might not sound like a lot but each templates equates to a bunch of individual exercises.

Cool maths parser: Maths problems requiring symbolic responses -- like factorised or expanded polynomials, inequalities, intervals on the real line, proper fractions, sequences and sets -- are all parsed from a simple calculator-like notation; and compared to a model solution.

Instant feedback: This is a practice service, which means that you get a detailed solution to each exercise once you've submitted your response.

Dashboard: Simple feedback on your progress with different types of exercises. Exercises are organised by chapter in the Everything Maths and Science textbooks and users see a breakdown of their progress per chapter.

What's next?

Gathering data: You can't make an omelette without eggs and you can't do inference without data. Now that the service is live, we'll be encouraging people to sign up with the aim of getting as broad coverage as possible of school-age students in the country.

Diagnostics: We're already gathering usage data from the textbook websites, giving insight into how our books get used around the country. This will be extended to mining user data from the practice service for a couple of purposes:
  • helping individual users identify weaknesses and helping them find educational resources to remedy those weaknesses;
  • discovering correlations between exercises across grades and subjects, to better understand how students can learn difficult concepts;
  • reporting on the state of education in South Africa, to inform decision about educational programmes or interventions.
Scalability: We're aiming to get a lot of people to sign up and we'll need a bit more work on the hardware and software to handle the load.

More templates: Work continues to get good coverage of all the chapters in all our current and future books. Making templates takes time, effort, technical skill and good exercise design. Our crack team of technical content editors is on the job.

Mobile interface: Most of our target audience use mobile phones to access online content and the service will soon be re-styled to accommodate them.

28 November 2011

Funded

As you can see from the logo to the right, the Shuttleworth Foundation has very generously provided some funding towards the development of Monassis! The funding is part of their mini-grant programme.

This is great news for since I'll be able to spend more time on development and perhaps even a bit of money on hardware. Since I'm developing the platform for both browsers and fairly low-end mobile devices, it's important to be able to test on these.

Thanks SF and thanks Kathi for the nomination!

02 November 2011

Keen teachers create Monassis templates

I have to admit that I was skeptical when Mark suggested that we let teachers try their hand at creating templated questions for Monassis. To give you an idea: this requires writing at least a Python file (for the question logic) and a XML file (for the question layout and scripting the user responses and feedback). There is also the option of writing some ASCIIsvg to generate graphs client-side, at run time, based on the values generated in the Python script. Oh, and I nearly forgot, you have to write LaTeX to get the mathematics right.

All in all, no easy task.

But, a few hours later, all of them had successfully created their own templated questions. With graphs and everything!

Looks like I'm going to have to rethink my stance on distributed volunteer creation of templated questions.