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
scts['has_equal_name'] =partial(has_equal_part, 'name', msg='Make sure to use the correct {name}, was expecting {sol_part[name]}, instead got {stu_part[name]}.')
41
+
scts['is_default'] =partial(has_equal_part, 'is_default', msg="__JINJA__:Make sure it {{ 'has' if sol_part.is_default else 'does not have'}} a default argument.")
MSG_NOT_CALLED="The system wants to check the {ordinal} {typestr} you defined but hasn't found it."
8
-
MSG_PREPEND="Check your code in the {child[part]} of the {ordinal} {typestr}. "
7
+
MSG_NOT_CALLED="FMT:The system wants to check the {ordinal} {typestr} you defined but hasn't found it."
8
+
MSG_PREPEND="FMT:Check your code in the {child[part]} of the {ordinal} {typestr}. "
9
9
10
-
MSG_INCORRECT_ITER_VARS="Have you used the correct iterator variables in the {parent[ordinal]} {parent[typestr]}? Make sure you use the correct names!"
11
-
MSG_INCORRECT_NUM_ITER_VARS="Have you used {num_vars} iterator variables in the {parent[ordinal]} {parent[typestr]}?"
12
-
MSG_INSUFFICIENT_IFS="Have you used {sol_len} ifs inside the {parent[ordinal]} {parent[typestr]}?"
10
+
MSG_INCORRECT_ITER_VARS="FMT:Have you used the correct iterator variables in the {parent[ordinal]} {parent[typestr]}? Make sure you use the correct names!"
11
+
MSG_INCORRECT_NUM_ITER_VARS="FMT:Have you used {num_vars} iterator variables in the {parent[ordinal]} {parent[typestr]}?"
12
+
MSG_INSUFFICIENT_IFS="FMT:Have you used {sol_len} ifs inside the {parent[ordinal]} {parent[typestr]}?"
0 commit comments