Zip import fails when there is a system folder (__MACOSX) at root
Now that WebLab extracts hidden files on assignment import, it will also put system folders like __MACOSX at the root destination folder. At this moment, WebLab tries to find
Submitted by Elmer van Chastelet on 17 September 2026 at 11:33assignment-data.jsonin the root folder and tries to step into sub-folders as long as there is only one sub-folder. A system folder with hidden files breaks this search.
Fix: ignore__XXXfolders when searching for the firstassignment-data.json.
Log in to post comments