Extension#

An extension part acts as a placeholder for any interactive element added by an extension, or custom code in the question, which awards marks to the student.

To use an extension part, your code must implement the following methods: (links go to the relevant pages in the Numbas JavaScript API documentation)

If you can create a JME value representing the student’s answer to the part, you should also implement studentAnswerAsJME so that it can be used in adaptive marking by later parts.

See the GeoGebra extension for an example of how to use the extension part.