You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The creation page for new courses is limited to uploading an ".xlsx" file with a single sheet. The course items must be laid out in specific cells to upload correctly. To improve on this, looking for two things:
Fix the upload function to allow multiple courses to be uploaded at once.
Better error handling in case of a value missing in one of the requested cells.
Build other possible options for admins to be able to create new courses besides only ".xlsx" upload. (Possibly add ability to connect directly to a Google Sheet, etc.)
The text was updated successfully, but these errors were encountered:
Progress on this issue can be followed on feat/course-creation branch.
So far, I have improved the UI feedback once a course has been uploaded and ensured multiple courses can be uploaded at once as long as each course is in their own sheet within the .xslx file. The UI feedback will tell the admin which courses have been uploaded by their title.
The creation page for new courses is limited to uploading an ".xlsx" file with a single sheet. The course items must be laid out in specific cells to upload correctly. To improve on this, looking for two things:
The text was updated successfully, but these errors were encountered: