Some cases:
- you started a bugfix out of develop, but it should be applied to a release branch
- you started on a branch and want to rebase it on some colleague's changes
| /* | |
| To extract Peer Review participation from Canvas | |
| 0. Navigate to an assignment's peer review page | |
| 1. Open up your favorite DevTools (in Chrome for example). | |
| 2. Copy and past the following code snippet into the DevTools console. | |
| 3. Right click on the object in the console and click "Store as a global variable" | |
| 4. The output will show the variable name given (for example "temp1"), type into the console: "copy(temp1)" and paste the output into your favourite editor. | |
| 5. You will have to format the output to match CSV format, but then you can paste it into Excel for furhter processing. | |