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

Story: Confirm Overwrite #86

Open coreyrop opened 5 years ago

coreyrop commented 5 years ago

As a student, I want to have the option of overwriting a correct submission with an incorrect one so that if I make an error I can keep my correct version if I so desire.

coreyrop commented 5 years ago

Acceptance Test

  1. Launch SMIP
  2. Click 'Start'
  3. Submit a correct solution
    • can be confirmed by visual feedback
  4. Change code to be incorrect
  5. Submit code
  6. Confirm you are prompted with the option to overwrite the correct file
    • If you select no, then you can resubmit the same incorrect code and be prompted again
    • if you select yes, then you will not be re-prompted on saving an incorrect answer as the saved submission is now incorrect
coreyrop commented 5 years ago

Passed