For the ILXL repo, most problems only have unit tests and it's hard to manually create rubric.json files for each one (there are about 170 problems right now).
Is it possible for us to provide a default grade for all unit tests if a rubric.json file is not present? For example, by default each test found in the .xml file gets 1 point. The total is just the sum of all the points.
For the ILXL repo, most problems only have unit tests and it's hard to manually create rubric.json files for each one (there are about 170 problems right now).
Is it possible for us to provide a default grade for all unit tests if a rubric.json file is not present? For example, by default each test found in the .xml file gets 1 point. The total is just the sum of all the points.