Activity Feed
- Posted Canvas Studio Screen Record on Studio Discussion. 02-17-2021 01:08 PM
- Posted Re: Canvas Deploy Notes (2021-01-20) on Canvas Releases. 01-22-2021 11:13 AM
- Posted Re: Duplicate Course Enrollments with Python on Canvas Developers Group. 09-24-2020 03:05 PM
- Liked Duplicate Course Enrollments with Python for bbennett2. 09-24-2020 03:04 PM
- Posted Re: SmartMusic: Sync grades and assignments in SmartMusic on Idea Conversations. 09-12-2020 02:09 PM
My Posts
Post Details | Date Published | Views | Likes |
---|---|---|---|
There seems to be a bug in the Screen Recorder program. If you have a computer say with TWO of the exact same webcams, say a Logitech c270, the screen recording program only sees one of them. ... |
02-17-2021 |
373 |
0 |
02-17-2021
01:08 PM
There seems to be a bug in the Screen Recorder program. If you have a computer say with TWO of the exact same webcams, say a Logitech c270, the screen recording program only sees one of them.
Is there a way to fix this?
... View more
- Tags:
- bug
- studio video
Labels
- Labels:
-
Canvas
01-22-2021
11:13 AM
I dunno, I created a little Python program using the API to rename all the courses from the previous term and add a "Fall 2020 - " before the name........
... View more
09-24-2020
03:05 PM
Do you perhaps have a non-mangled version of this? I'm currently writing an enrollment program and this would be good to look at. Thanks!
... View more
09-12-2020
02:09 PM
It's pretty easy to write a program to take the csv files from Smartmusic and use the API or the Python CanvasAPI library to put these in Canvas. The issue I have is that Smartmusic keeps adding columns in the csv for each new assignment, which is fine but........can we not find a better way? First 5 lines of the csv are just general class information (column names, due date for each column, total points for each column, class average for each column, class average-label which I have no idea what that is for) and then 6th line you start getting students. So, that's all good, but for Canvas, you'd have to link to an external tool URL. Ok, fine. But then they do the assignment.....but you'd still have to export the csv's out and run something to get them into Canvas. (here python is your friend) Ideally, if SmartMusic had an API for this, it would be easier. You could just have a program run every couple of hours and grab stuff. Of course SmartMusic doesn't have an API that I know of, and they STILL won't let you make assignments that have real audio accompaniments (like if you did something with generated Band in a Box backgrounds.....can't do those. Has to be all Midi).....so.........
... View more