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
As a student, I should be able to solve problems in the assignments.
Success Scenario
Student navigates to the course page, clicks on an assignment which is not yet over due. He will be navigated to the assignment page where the list of problems inside this assignment will appear.
Student clicks on a particular problem.He will be navigated to the solve problem page.
Student can see problem description and will be able to solve the problem by writing code inside the editor.
Student can compile his solution.
Student can submit this particular problem by pressing on "Submit Solution" button.
Success message will appear "Solution of the problem have been submitted!" and the student will be redirected to the assignment page.
The label beside this particular problem will change to be "solved".
The student can submit the whole assignment by pressing on the "Submit Assignment" button.
Failure Scenario
The student did not write any solution and he pressed the "Submit Solution" button : The "Submit Solution" button will be always disabled and only enabled when the student write any solution in the code editor
The student navigated to a previously submitted problem inside a yet to be submitted assignment : The last submitted solution to the problem will appear in the code editor and upon submission a message "solution updated!" will appear.
The student clicks on the problem of a an assignment where the deadline has passed : The student will only be able to see only the problem title and description.
The text was updated successfully, but these errors were encountered:
As a student, I should be able to solve problems in the assignments.
Success Scenario
Failure Scenario
The text was updated successfully, but these errors were encountered: