About
mnahmias
Mike Nahmias
Rank:
Community Novice
Title:
Joined:
May 29, 2018 6:15:14 AM
Posts:
7
Solutions:
0
Likes Received:
17
Bio:
An amazing Instructure Community member
Most Liked Posts
If you're using Python I would suggest using the wrapper UCF created whenever you can:GitHub - ucfopen/canvasapi: Python API wrapper for Instructure's Canvas LMS
I was able to read the report CSVs without saving them to a file. Here's what I did:import csvimport ioimport requests# Assuming you already got the download link from somewhere elsedownload_link ...
To avoid completed courses from having content changed, I dissociate the completed courses from their blueprints using the API and Python.
Here's a script I just wrote to publish all courses in a specific account. Hopefully someone will find this helpful.import requestsdef chunks(source_list, chunk_size): """ Method...
Right now I am doing something pretty similar to what Niko described. Once my CSV import completes, I pull a list of all active courses and then pull the content migration list for each course. If the...
Most Recent Posts
Sorry to hear you'll be using CampusNexus. I am stuck with it at my school and haven't been impressed. I may be able to help you out. I wrote our school's integration between CampusNexus S...
To avoid completed courses from having content changed, I dissociate the completed courses from their blueprints using the API and Python.
If you're using Python I would suggest using the wrapper UCF created whenever you can:GitHub - ucfopen/canvasapi: Python API wrapper for Instructure's Canvas LMS
I was able to read the report CSVs without saving them to a file. Here's what I did:import csvimport ioimport requests# Assuming you already got the download link from somewhere elsedownload_link ...
Right now I am doing something pretty similar to what Niko described. Once my CSV import completes, I pull a list of all active courses and then pull the content migration list for each course. If the...
Latest Badges
First Like Received
2024-01-05
Instructure Community: 5 Year
5 Years with Instructure Community
2024-01-03
Instructure Community: 4 Year
4 Years with Instructure Community
2024-01-03
Instructure Community: 3 Year
3 Years with Instructure Community
2024-01-03