Restructure documentation - separate Inspect by hash

This commit is contained in:
2024-10-24 22:55:38 +01:00
parent 9ca32f1e48
commit 6a2144517b
6 changed files with 15 additions and 12 deletions

View File

@@ -26,4 +26,4 @@ With **Inspect by hash** you can inspect the submissions for identical files (by
- File names and paths listed in the generated CSV files have hyperlinks to the actual files for a quick inspection of the file contents (or running the files, if executable)
*Note:* Further analysis needs to be done manually by inspecting and filtering the generated output, depending on the submission and its files.
*Note:* Further analysis needs to be done manually by inspecting and filtering the generated output, depending on the submission and its files.

View File

@@ -0,0 +1,9 @@
# **Inspect by hash** :mag:
## **Requirements**
The ***inspect*** scripts require the `pandas` package - if it's not already installed, run:
```console
python -m pip install pandas
```

View File

@@ -1,13 +1,5 @@
# **Using Inspect by hash** :mag:
## **Requirements**
Before running the *inspect* scripts for the first time, you also need to install the *pandas* package:
```console
python -m pip install pandas
```
## **Inspect gradebook**
If you haven't already, extract the downloaded from *Blackboard* gradebook in a new directory inside *BB_gradebooks*