openedx/openedx-platform
View on GitHub[Test failure] <TC_AUTHOR_50>: <Reset option is not working properly for submit button in common problem components>
Open
#36,824 opened on May 23, 2024
bughelp wantedrelease testingsumac
Repository metrics
- Stars
- (8,150 stars)
- PR merge metrics
- (PR metrics pending)
Description
Release
RedWood
Expected behavior
The "Submit" button should be disabled after clicking reset option.
Actual behavior
After clicking the "Reset" button, questions are reset, but the "Submit" button stays active and clickable. If the user clicks the "Submit" button without selecting any option, it is marked incorrect.
https://github.com/openedx/edx-platform/assets/170630433/7f84c701-2a97-44e4-9486-2e32d13fa298
Steps to reproduce
- Navigate to a common problem type component (SCQ, MCQ ) in the course.
- Attempt a question and submit an incorrect answer.
- Click the "Reset" button to reset the question.
- Click the submit button without selecting any option.
- Observe the behavior.
Additional information
- This issue affects all common problem components.