Closed christianp closed 5 years ago
Hey, I would like to have a go at this one. I think I have a pretty good idea of what to do from your description. This will be my first time actually contributing to something open source, but seems like a cool project and good way to start being a regular contributor.
@KookyLukey thanks for offering! Submit a pull request as soon as you've got something.
Hi! I noticed this is still open. Is there any chance I can get to work on it?
@paplio thanks for offering! Have a look at our guidelines on contributing to Numbas and submit a pull request as soon as you've got something. Let me know if you have any trouble.
There's an option
showPrecisionHint
for when there's a precision restriction. It should also be possible to ask for the fraction input hint not to be displayed. Requested by Johan Maertens.To do this:
showFractionHint
inruntime/scripts/part/numberentry.js
, basically copying the code forshowPrecisionHint
.themes/default/files/scripts/parts/numberentry-display.js
themes/default/templates/xslt/parts/numberentry.xslt
.