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
Currently, we use the testCase.testName, text and detailText properties of automatic feedbacks to show them on the correction sidebar. However, we do not have any logic for handling automatic feedback related to SCA or submission policy issues. Such feedbacks contain prefixes in their text field defined in Feedback.java:
We should check for these prefixes and handle them.
This is how the automatic feedbacks with test cases currently look:
Currently, we use the
testCase.testName
,text
anddetailText
properties of automatic feedbacks to show them on the correction sidebar. However, we do not have any logic for handling automatic feedback related to SCA or submission policy issues. Such feedbacks contain prefixes in theirtext
field defined in Feedback.java:We should check for these prefixes and handle them.
This is how the automatic feedbacks with test cases currently look:
This issue was reported by @Strohgelaender
The text was updated successfully, but these errors were encountered: