You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Yes it's possible. We should probably change the commandline UI so that you can either provide a
-- rubric
or
-- unweighted
(or similar word)
flag to specify how points are assigned.
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.
The text was updated successfully, but these errors were encountered: