5cad017a83
1) filter multiple attempts and keep only latest 2) new way to get any submission comment - compatible with BB ultra
vangef2025-02-21 17:49:03 +00:00
5a2d03db7d
skip "empty" (based on MIN FILE SIZE) files from inspection
vangef2025-02-21 17:47:55 +00:00
5f91e08b00
added dir name to move multiple submissions / attempt (except for the latest). and minimum size for files to inspect (and skip empty files)
vangef2025-02-21 17:47:07 +00:00
f25688dc9f
use relative path (instead of full path) for csv HYPERLINKs - allows moving/sharing generated files w/ submission files
vangef2024-11-05 23:20:19 +00:00
beefb025d6
tracked file extensions moved to settings.py + encoding added when reading comments
vangef2024-11-05 23:13:13 +00:00
b7f9db0efc
try/except when splitting the BB generated filename
vangef2024-10-24 22:58:33 +01:00
3d86409f75
fix encoding error when assignment name has an emoji (or unicode, in general)
vangef2024-10-24 22:57:20 +01:00
6a2144517b
Restructure documentation - separate Inspect by hash
vangef2024-10-24 22:55:38 +01:00
9ca32f1e48
added maxsplit limit = 1 when splitting the submitted files (fix for breaking when the student's file name inlcuded 'attempt')
vangef2024-10-04 15:03:44 +01:00
0385e13da7
IGNORE_DIRS (as in previous commit) + get student name as well when extracting comment + terminal output increase spacing for [Info]
vangef2024-03-01 15:47:33 +00:00
7577148f83
added IGNORE_DIRS in settings.py and allow for multiple dir names to be ignored from extracting
vangef2024-03-01 15:45:34 +00:00
8a4dee8e73
rephrasing msg to be more precise / clear
vangef2024-02-26 21:09:01 +00:00
08ffefa798
add/remove blank lines for PEP + add BB_GRADEBOOKS_DIR, BB_SUBMISSIONS_DIR in settings.py to allow easy changing of dir names
vangef2024-02-26 20:48:45 +00:00
2381b26cca
re-format terminal output information
vangef2024-02-23 18:44:11 +00:00
2217988f96
(again) fix OSError: [WinError 6] The handle is invalid' - add try/except in rar file extractall() - possible issue with rar5 files
vangef2024-02-23 18:06:04 +00:00
0841a1a478
fix OSError: [WinError 6] The handle is invalid' - add try/except in rar file extractall() - possible issue with rar5 files
vangef2024-02-23 18:03:13 +00:00
196e215133
extra check for comment existence
vangef2023-12-08 14:02:44 +00:00