We have used two techniques for solving the complexity of question distribution and partial marking. Question distribution is made on the basis of three types of questions (Simple, Medium and Hard) according to randomness for first distribution of question. For this result same questions will not be set to the neighboring students. Hence, it is the evaluation of blended learning approach.
Question Distribution
Question Distribution (QD) = Id {Simple, Medium, Hard}…………………………… (1)
Simple_1 = length (simple question) % 2
Medium_1 = length (Medium question) % 3
Hard_1 = length (Hard question) % 4
QD1 = Id {Simple_1, Medium_1, Hard_1}……………………………………………. (2)
QD2 = Id {Simple_1 + 2, Medium_1 +3, Hard_1+4}………………………………..... (3)
QD2 = Id {Simple_2, Medium_2, Hard_2}
QD3 = Id {Simple_2 + 2, Medium_2 +3, Hard_2+4}………………………………… (4)
QD3 = Id {Simple_3, Medium_3, Hard_3}
This process will continue up to total provided questions.
[Note: If questions are large then the distribution percentage will increase]
Automated Marking System
Suppose a simple type of question of 20 marks.
If output is correct got 20 marks and If not correct then partial marking
Partial Marking (PM) = …………..…………… (5)
Actual result = count (No. of characters that matched with string of target output)
Target result = String length ()