This commit is contained in:
Peter Howell 2025-09-04 12:30:40 -07:00
parent e8b62a4075
commit fee99be4a1
1 changed files with 3 additions and 2 deletions

View File

@ -1254,7 +1254,8 @@ def enroll_gott_workshops():
#['2025-06-01 17:00:00', 'GOTT 1: Intro to Teaching Online', 23083], #['2025-06-01 17:00:00', 'GOTT 1: Intro to Teaching Online', 23083],
#['2025-06-01 17:00:00', 'GOTT 4: Assessments in Digital Learning', 21898], #['2025-06-01 17:00:00', 'GOTT 4: Assessments in Digital Learning', 21898],
['2025-08-11 13:00:00', 'GOTT 1: Introduction to Online Teaching with Canvas', 23232], #['2025-08-11 13:00:00', 'GOTT 1: Introduction to Online Teaching with Canvas', 23232],
['2025-09-01 17:00:00', r'GOTT 1: Intro to Online Teaching (Canvas, Accessibility and RSI) ', 23270],
] ]
#print(json.dumps(signups,indent=4)) #print(json.dumps(signups,indent=4))
#print(json.dumps(by_email,indent=4)) #print(json.dumps(by_email,indent=4))
@ -1902,7 +1903,7 @@ def create_sandboxes():
#(23083, ' Sandbox GOTT1 SU25'), #(23083, ' Sandbox GOTT1 SU25'),
#(23015, ' Sandbox GOTT2 SU25'), #(23015, ' Sandbox GOTT2 SU25'),
#(21898, ' Sandbox GOTT4 SU25'), #(21898, ' Sandbox GOTT4 SU25'),
(23232, ' Sandbox GOTT1 FA25'), (23270, ' Sandbox GOTT1 FA25SEPT'),
] ]
filepath = 'cache/sandbox_courses.pkl' filepath = 'cache/sandbox_courses.pkl'