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 
Likes: 3
I was able to read the report CSVs without saving them to a file. Here's what I did:import csv
import io

import requests


# Assuming you already got the downl...
Likes: 3
To avoid completed courses from having content changed, I dissociate the completed courses from their blueprints using the API and Python.
Likes: 2
Here's a script I just wrote to publish all courses in a specific account. Hopefully someone will find this helpful.import requests


def chunks(source_list, chunk_size):
Likes: 2
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...
Likes: 1

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...
Jun 12, 2019 7:37:53 AM
To avoid completed courses from having content changed, I dissociate the completed courses from their blueprints using the API and Python.
Dec 3, 2018 6:16:53 AM
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 
Oct 22, 2018 6:23:58 AM
I was able to read the report CSVs without saving them to a file. Here's what I did:import csv
import io

import requests


# Assuming you already got the downl...
Oct 22, 2018 6:21:12 AM
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...
Aug 3, 2018 11:57:51 AM

Latest Badges

First Like Received

First Like Received

Earned: 2024-01-05

Instructure Community: 5 Year

Instructure Community: 5 Year

5 Years with Instructure Community

Earned: 2024-01-03

Instructure Community: 4 Year

Instructure Community: 4 Year

4 Years with Instructure Community

Earned: 2024-01-03

Instructure Community: 3 Year

Instructure Community: 3 Year

3 Years with Instructure Community

Earned: 2024-01-03