A More Efficient Scenario

I have multiple courses that I want to search through on Canvas to retrieve various bits of data. However, I couldn’t figure out how to get one single module to search through all the courses at once, so I just split them up into however many courses I had.

I was wondering if there was a way to consolidate all those modules into one, since it seems like it’d be a headache to fix all of them individually if something were to go wrong.

Is there a search courses module that will retrieve a set of courses ? You can then iterate the resulting collection and apply your other modules to a course at a time. Look up the iterator module to help you.

2 Likes