diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-05-13 11:05:17 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-05-13 11:05:17 -0400 |
commit | 0e87b824f5eea8fb4b95e97ae3daaae7acc1fa6b (patch) | |
tree | 5d18412fa44eebda4dba44d6a05695e7751524f9 /importGrades2gradebook.tcl | |
parent | 1b8ad754201d4df3940c096b9f422e1ac3ae384a (diff) | |
download | GradeBook-0e87b824f5eea8fb4b95e97ae3daaae7acc1fa6b.tar.gz GradeBook-0e87b824f5eea8fb4b95e97ae3daaae7acc1fa6b.zip |
updated help
Diffstat (limited to 'importGrades2gradebook.tcl')
-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 |