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
The test_exercise function should provide accurate feedback on the differences between userhtml and solutionhtml, confirming correctness or pointing out discrepancies based on the test provided (Ex().check_body().has_equal_attr()).
Actual Behavior
Currently, the output from test_exercise does not accurately reflect the correctness of the HTML code when modifications are made to either userhtml or solutionhtml. Instead, it fails to detect changes or provides incorrect feedback.
Additional Information
htmlwhat is typically used in educational contexts to assess HTML assignments.
This issue affects the reliability and functionality of htmlwhat, which is crucial for providing accurate feedback on HTML correctness.
This issue impacts the reliability and functionality of the feedback mechanism crucial for assessing correctness in HTML submissions.
The text was updated successfully, but these errors were encountered:
Issue Description
The
htmlwhat
package, used for validating HTML code submissions, is not functioning correctly when I modify the HTML code being tested.Steps to Reproduce
Code Example:
Expected Behavior
The
test_exercise
function should provide accurate feedback on the differences betweenuserhtml
andsolutionhtml
, confirming correctness or pointing out discrepancies based on the test provided (Ex().check_body().has_equal_attr()
).Actual Behavior
Currently, the output from
test_exercise
does not accurately reflect the correctness of the HTML code when modifications are made to eitheruserhtml
orsolutionhtml
. Instead, it fails to detect changes or provides incorrect feedback.Additional Information
htmlwhat
is typically used in educational contexts to assess HTML assignments.htmlwhat
, which is crucial for providing accurate feedback on HTML correctness.This issue impacts the reliability and functionality of the feedback mechanism crucial for assessing correctness in HTML submissions.
The text was updated successfully, but these errors were encountered: