Question types: Formulas question type
qtype_formulas
Maintained by
Dominique Bauer
This is a question type plugin for Moodle with random values and multiple answer fields.
1119 sites
510 downloads
49 fans
Current versions available: 2
This is a question type plugin for Moodle with random values and multiple answer fields.
The answer fields can be placed anywhere in the question so that we can create questions involving various answer structures such as coordinate, polynomial and matrix.
Other features such as unit checking and multiple subquestions are also available.
These functionalities can simplify the creation of questions in many fields related to mathematics, numbers and units, such as physics and engineering.
Contributors
Dominique Bauer (Lead maintainer)
Jean-Michel Védrine: Former maintainer
hon wai lau: Original creator
Please login to view contributors details and/or to contact them
I just applied to be the next maintainer of the plugin and I could soon submit the upgrade for Moodle 3.7 and 3.8. Obviously, the agreement of Moodle.org is required. I will keep you posted.
Yes, it is possible to use a student's answer to a previous question part as a variable in another question part, by defining Grading variables and a grading criterion. You will find a first example at https://moodleformulas.org/course/view.php?id=22§ion=22#tdm_20200320_2358_1. Unfortunately, I have not yet figured out how to account for units.
Many thanks to Dominique Bauer for the offer to adopt this plugin - https://moodle.org/mod/forum/discuss.php?d=404092
Thank you for trusting me and entrusting me with the maintenance of the Formulas plugin.
Jean-Michel has done remarkable work for many years as the maintainer not only of the Formulas plugin but also of many others. I and many other moodlers owe him a lot. Now that he's taken a well-deserved retreat, I wish him health, happiness and good times in his beautiful rooftop terrace in Montpellier, in the south of France.
The maintenance of this wonderful plugin, brilliantly written ten years ago by Hon Wai Lau, is truly an honor for me, and a task that I will strive to carry out as best as possible.
It takes years of my work to finish the core part of the plugin, and many more years of work from Jean-Michel to port and maintain it in the new version of Moodle. Let me take this time to thank him for his great work again.
I requested the installtion of stack plugin previously , but turns out It isn't supported on Windows .
The random variables we used were:
firstthing={16,24,28,32,48,56,64};
secondthing={8,10,20,40}
The global variables we used were:
answer=(4*firstthing)/secondthing*7
1) It would be great to have a function to return the number of significant figures of a number.
2) To me, it would be helpful to fix an absolute number of points to be deducted in case of wrong units instead of a relative amount.
Thanks for considering..!