Browse Source

Enhanced Reviews doc.

pull/301/head
Marie Malarme 5 years ago committed by Clément
parent
commit
232a4ada50
  1. BIN
      docs/img/reviews/Screenshot 2019-10-17 at 02.38.37.png
  2. BIN
      docs/img/reviews/Screenshot 2019-10-17 at 02.43.31.png
  3. 24
      docs/reviews.md

BIN
docs/img/reviews/Screenshot 2019-10-17 at 02.38.37.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 639 KiB

BIN
docs/img/reviews/Screenshot 2019-10-17 at 02.43.31.png

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 643 KiB

24
docs/reviews.md

@ -2,16 +2,16 @@
## Context
Only bonus exercises can be reviewed, which are the last items of a quest.
Bonus exercises are available in quests 02 / 03 / 04 / 05 /07 / 08 / 09.
<img width="1073" alt="Screenshot 2019-10-17 at 02.38.37" src="img/reviews/Screenshot 2019-10-17 at 02.38.37.png">
Only unblocked bonus exercises can be reviewed, which are the last items of a quest.
Bonus exercises are available in quests 02 / 03 / 04 / 05 / 07 / 08 / 09.
<img width="1073" alt="Screenshot 2019-10-17 at 02.43.31" src="img/reviews/Screenshot 2019-10-17 at 02.43.31.png">
Making a review involves 2 students who are gonna review each other's exercise.
Each user has to :
- check the code of the other one on Github
- bet if it's gonna fail or succeed in the Review interface
- run his own exercise in the Review interface to give a result to compare with the bet, and state if it was right or wrong
- **check** the code of the other one on Github
- **bet** if it's gonna fail or succeed in the Review interface
- **run** his own exercise in the Review interface to give a result to compare with the bet, and state if it was right or wrong
## Usage
@ -30,7 +30,7 @@ Once you and the other student have confirmed the match, you can go and check th
When you've checked his code, those 4 steps will have to be completed to achieve the review :
- You have to bet if the exercise of the other student will fail or succeed after running the tester
- The other student has to do the same with your exercise and make his own bet, that you can see on the component `Review of your exercise`
- The other student has to do the same with your exercise and make his own bet, that you will see on the component `Review of your exercise`
<img width="1073" alt="Screenshot 2019-10-17 at 02.20.18" src="img/reviews/Screenshot 2019-10-17 at 02.20.18.png">
- Once the other student's bet is set, the tester button unblocks and you have to run it on your exercise to output the result determining if your exercise has failed or succeeded ; this result is compared to the other student's bet to determine if it was wrong or right
@ -42,7 +42,9 @@ In fact, a bet is succeeded if it's equal as the tester output :
You can have those 4 cases :
- You bet that the exercise will **fail**, the tester output states that the exercise has **failed** -> the bet is **succeeded**
- You bet that the exercise will **succeed**, the tester output states that the exercise has **succeeded** -> the bet is **succeeded**
- You bet that the exercise will **fail**, the tester output states that the exercise has **succeeded** -> the bet is **failed**
- You bet that the exercise will **succeed**, the tester output states that the exercise has **failed** -> the bet is **failed**
| bet | tester output | bet result |
| ------- | ------------- | ------------- |
| fail | failed | **succeeded** |
| fail | succeeded | **failed** |
| succeed | succeeded | **succeeded** |
| succeed | failed | **failed** |

Loading…
Cancel
Save