Hi @all,
im searching for the opportunity, to give partial points for partial korrekt test-cases in SQL-Statements. The Info-box in moodle says, that you can use templates for partial-markings.
Has anyone solved cases with partial-points in SQL-Statements before?
F.e.:
SELECT name
FROM workers
where name = "Miller"
Order by name desc.
The student forgets the Order by statement. So I want to give him partial points.
Thanks in advance for your help with the template.
Philipp