diff options
-rwxr-xr-x | importGrades2gradebook.tcl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/importGrades2gradebook.tcl b/importGrades2gradebook.tcl index a4944d6..ff547e8 100755 --- a/importGrades2gradebook.tcl +++ b/importGrades2gradebook.tcl @@ -21,9 +21,14 @@ Usage: $argv0 \[options] gradebook.sqlitedb blackboard.sqlitedb Import a foreign DB to gradebook format. + Currently supports Gradescope and Blackboard imports. Expect both DB files to be sqlite tables. Imported DB should have a single table 'export_table' +Note: + By default, the database will not be modified. + Use '-w' option to enable modification. + Example: $argv0 2020_Fall_Phys251 blackboard.db |