Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix essayautograde state verification with adjusted response text #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rajandangi
Copy link

This PR reslves the #81 , where the check_editorfield method was incorrectly verifying the final state of question as gaveup instead of gradedwrong. The solution involved changing the response text to 'lorem ipsum', ensuring the similarity is less than 10% to achieve the correct gradedwrong state.

Changes

  • Updated the response text in the check_editorfield method to 'lorem ipsum' to ensure the similarity percentage remains below the threshold, resulting in the correct state verification of gradedwrong.

Alternative Solutions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant