I am creating wireframes/prototypes for a workload allocation application at an educational institution. The area I am having problems with is for creating/editing modules. The user will need to
- Add individual modules
- Add multiple modules
- Delete individual modules
- Delete multiple modules
At the moment I thought about putting an accordion type menu and details of each module within that. I have put checkboxes against module title ( so users can delete multiple modules) but i'm not sure this is 1. even possible or 2 the right thing to do as most of that area is used to initiate the accordion.
I wanted the user to be able to delete multiple modules from this screen but i may have to create another screen.
Any thoughts/ideas on how to take this further

