fixed list indentation for docs

This commit is contained in:
2023-07-23 22:23:21 +01:00
parent d2d74754f4
commit b6c52ac26f
3 changed files with 20 additions and 20 deletions

View File

@@ -45,25 +45,25 @@ While running, the script displays on the terminal information and stats about t
## **Post-run**
- All submission files can be found - organised in directories per student number - in directory *BB_submissions*, under the sub-directory named after the gradebook name provided when running the script
All submission files can be found - organised in directories per student number - in directory *BB_submissions*, under the sub-directory named after the gradebook name provided when running the script.
- e.g. `organise_gradebook.py AssignmentX` creates the directory `AssignmentX` inside *BB_submissions*
- e.g. `organise_gradebook.py AssignmentX` creates the directory `AssignmentX` inside *BB_submissions*
- Each student directory contains:
Each student directory contains:
- the extracted files from the submitted `.zip`, `.rar`, `.7z`
- the extracted files from the submitted `.zip`, `.rar`, `.7z`
- the individually submitted files
- the individually submitted files
- the text file generated by Blackboard for the submission (which also contains any comments left by the student)
- the text file generated by Blackboard for the submission (which also contains any comments left by the student)
- All comments found in the gradebook are extracted in a text file in *BB_submissions*, with the gradebook name as prefix
All comments found in the gradebook are extracted in a text file in *BB_submissions*, with the gradebook name as prefix.
- e.g. `AssignmentX_comments.txt` will be created for gradebook `AssignmentX`
- e.g. `AssignmentX_comments.txt` will be created for gradebook `AssignmentX`
- Compressed files are deleted after successfully extracting and organising the contents
Compressed files are deleted after successfully extracting and organising the contents.
- Any invalid/corrupt compressed files are moved into folder `__BAD__` inside the gradebook directory
- Any invalid/corrupt compressed files are moved into folder `__BAD__` inside the gradebook directory
## **Inspect by hash** :mag: