coreyrop / SMIP

We are working to create an educational program that will be used to help students learn how to program in MIPS code. We are using the pyspim code base to run spim through python.
1 stars 1 forks source link

Task: Check for Correct Submission #91

Closed coreyrop closed 5 years ago

coreyrop commented 5 years ago

After running the students' code and checking if the solution is correct or not. If the solution is not correct check if a correct submission file exists.

coreyrop commented 5 years ago

Task Test

  1. Submit correct solution for a lesson
  2. Modify the solution to be incorrect
  3. Click submit code
  4. ensure the pop-up appears.
  5. Select 'yes'
  6. Submit another incorrect solution
  7. confirm the pop-up does not appear.