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
203 stars 118 forks source link

Implies operator not properly documented #501

Closed JoshuaCapel closed 6 years ago

JoshuaCapel commented 7 years ago

The builtin logical operator 'implies' contains the documentation for 'xor' instead of 'implies'.

https://github.com/numbas/Numbas/blob/94186edaa06cfc80ee7513f3673f2cc29a52331f/runtime/scripts/jme-builtins.js#L441

This is also not properly documented on the Numbas read-the-docs page. I will try to raise the issue there too.

christianp commented 6 years ago

Whoops! Thanks for pointing this out.