Using FORMULA-type questions in Moodle
Importance: This feature helps the faculty by reducing the evaluation time and inspires students to learn the concept thoroughly. The faculty can use Moodle to evaluate every step of the student's solution. The students come to know exactly at what step they went wrong, that too, instantly. They can be given multiple attempts to encourage them to rectify their mistakes. This inspires real learning. For example, see the evaluation results of a single student below
How it works? The software gives the same question but with different input values (random numbers) for each student. So, each student has to solve a different problem. The random numbers can be selected to be within the range set by the examiner (faculty). The answer entered by each student will be auto-evaluated by comparing it with the program-generated solution. The figures below show the view of two different students
After using the login button in the top right corner, you can login to the Moodle LMS. If your Moodle coordinator has created courses in which you are enrolled as a Teacher, you can start setting the FORMULA-type question.
Then you need to create the variables that need to change from student to student. These variables and their name & range are to be defined under variables as shown below. Note that, the range of variable P is from 100 to 200 at an interval of 10. Similarly, the range of variable w varies from 10 to 30 at an interval of 5.
After calculating the correct answers for various stages of the solution, we need to describe the question to the students as shown below. Note that we should enclose the variables in curly braces {}, so that the software replaces that field with random values from that variable range
The intermediate parts of the answer can be described in CLEAR manner along with units and sign (+ or -) as shown below. A tabular format is not always needed. Note that the positions where the solution is to be entered is written as {#1}, {#2}, and so on. At these locations, text box(es) will be displayed for the students to enter their answers.
In similar manner, other parts of the solution are described. You will have to use 'Blanks for 2 more parts' button at the bottom to add more parts to the solution.
In the above example, the correct answer is dV and the student response is _0. (Note that the student response is always denoted by _0). The relative error is abs(dV - _0)/abs(dV). If the relative error is less than 0.05, then the student should get full ONE mark. If the relative error between the correct answer (dV) and the negative of student response (-_0) is less than 0.05, then the student's answer is correct within the limit, but the sign is wrong. Such student should get ,say, 80% of the marks. So, the grading criteria is written as max(myerr1, 0.8*,myerr2)