total_items: INTEGER
Total number of items in the current query.
num_correct
num_answered
database functions
Database
script grade_test is if num_correct > 10 then -- passing grade else if num_answered < (total_items / 2) then -- answered less than half end end end