Moodle Plugins directory: Variable numeric set | Moodle.org
Variable numeric set
Question types ::: qtype_varnumericset
Maintained by
Tim Hunt,
Mahmoud Kassaei,
Anupama Sarjoshi
Part of set Open University.
A calculated numeric question type with variable and expression
evaluation. All values are precalculated although a question can have several
variants with different variable values for each variant.
Latest release:
775 sites
226 downloads
17 fans
Current versions available: 8
There are working examples in eAssessment with Moodle on our OpenLearn site.
The documentation is in How to create questions in Moodle on that site.
Contributors
Tim Hunt (Lead maintainer)
Mahmoud Kassaei: Developer
Anupama Sarjoshi: Developer
Jamie Pratt: Developer
Phil Butcher: Question type designer
Colin Chambers: Developer
Chris Nelson: Product owner
Please login to view contributors details and/or to contact them
I want to make a question with answer 20*log10(a) where a is a variable.
I cannot save the question with that answer but I can save the equation with answer 20*log(a). The validator for the answer field seems not to recognize log10 function.
Thanks.
JD Park
log10(x) = log(x)/log(10)
varnumeric uses the same calculator library as the gradebook. In principle it might be possible to add a log10 function, or just a log(x, base) function of two arguemnts, but this would be a core change so you would need to open a feature request at https://tracker.moodle.org/ if there is not on there already.
Is this plugin compatbile with moodle 3.3 ?
Thanks,
Kzou
Best regards
Sebastian