Variable numeric set

Question types ::: qtype_varnumericset
Maintained by TimTim Hunt, at the OU (Perry building)Mahmoud Kassaei
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:
797 sites
445 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.

Screenshots

Screenshot #0
Screenshot #1

Contributors

Tim
Tim Hunt (Lead maintainer)
at the OU (Perry building)
Mahmoud Kassaei: 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

Comments RSS

Тафсирҳо инъикос карда шаванд
  • Jong-Dae Park
    Дшб 16 Июн 2014, 17:07
    Hello,

    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
  • Tim
    Сшб 17 Июн 2014, 00:23
    The documenation is here: http://www.open.edu/openlearnworks/mod/oucontent/view.php?id=52747&section=2.1.2 The list of supported functions is given just after figure 2.9. There is no log10 function. Both log and ln are natural logarithm. You will have to use the equivalence

    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.
  • Charles Avg
    Чшб 23 Авг 2017, 21:38
    Hello!

    Is this plugin compatbile with moodle 3.3 ?

    Thanks,
    Kzou
  • Tim
    Чшб 23 Авг 2017, 21:39
    Almost certainly yes, although I have not tested it. If you have a test server, you could try it and let us know.
  • Charles Avg
    Сшб 17 Окт 2017, 22:32
    I tested the plugin on moodle 3.3 and it works.
  • Tim
    Сшб 17 Окт 2017, 22:55
    Thanks, Charles. Compatibility information updated.
  • Sebastian H.
    Дшб 23 Апр 2018, 20:03
    Will there be a 3.4 Version of this Plugin?

    Best regards
    Sebastian
  • You either love it or you hate it
    Чшб 25 Июл 2018, 20:23
    Me too on 3.4 as 3.3 version will not install
Please login to post comments