From 0b49923aa897cc1020b19ee2266e6904c3d9d640 Mon Sep 17 00:00:00 2001 From: vangef Date: Fri, 10 Mar 2023 17:40:37 +0000 Subject: [PATCH] updates in README-inspect --- README-inspect.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README-inspect.md b/README-inspect.md index 4367dea..c934ff1 100644 --- a/README-inspect.md +++ b/README-inspect.md @@ -36,9 +36,11 @@ python -m pip install pandas ### **Inspect gradebook** -To inspect a *gradeboook* run **`inspect_gradebook.py`** and provide the name of the gradebook directory as an argument. +If you haven't already, extract the downloaded from *Blackboard* gradebook in a new directory inside [*BB_gradebooks*](BB_gradebooks) -- e.g. for the gradebook `AssignmentX` (in [*BB_gradebooks*](BB_gradebooks)/`AssignmentX`) run: +- e.g. for `AssignmentX` extract the gradebook in [*BB_gradebooks*](BB_gradebooks)/`AssignmentX` + +To inspect a *gradeboook* run **`inspect_gradebook.py`** and provide the name of the gradebook directory as an argument, e.g. for the gradebook `AssignmentX` run: ```python python inspect_gradebook.py AssignmentX