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](https://community.canvaslms.com/html/@74C1DE30E212695F6C1CCA368EEEC83E/badge_icons/Likes_1.png)
First Like Received
2024-01-05
![Instructure Community: 5 Year](https://community.canvaslms.com/html/@B9D273E913A1AEDAD513F2C55FACB1BF/badge_icons/Anniv_5.png)
Instructure Community: 5 Year
5 Years with Instructure Community
2024-01-03
![Instructure Community: 4 Year](https://community.canvaslms.com/html/@20AF81F5FC2F005BC25B8184C256D8F4/badge_icons/Anniv_4.png)
Instructure Community: 4 Year
4 Years with Instructure Community
2024-01-03
![Instructure Community: 3 Year](https://community.canvaslms.com/html/@2F8159B2CE2F129F10A7D1BDB076CE27/badge_icons/Anniv_3.png)
Instructure Community: 3 Year
3 Years with Instructure Community
2024-01-03