About
akkaufmann
Alexander Kaufmann
Rank:
Community Contributor
Title:
Canvas Administrator
Joined:
Jan 29, 2016 2:00:19 PM
Posts:
19
Solutions:
3
Likes Received:
289
Bio:
An amazing Instructure Community member
Most Liked Posts
Hi tross and @kona ,Here is the PHP code:<?phprequire_once("fpdf181/fpdf.php");$pdf = new FPDF('L', 'in', 'Letter');$pdf->AddPage();$pdf->SetMargins...
Hi @jenny_hopf ,We too had a need to have a certificate for certain courses, so I created a simple LTI tool that dynamically creates a PDF certificate with the student name, course name and comp...
Hi @kevinw ,The course object can include the number of student enrollments in a course by adding the parameter include[]=total_students.The full endpoint would be something like this:GET /a...
Hi @dkpatton I did a quick test, and it seems that my theory was correct.Here is the script I used for testing:$.getJSON( "/api/v1/users/self/page_views", function( data ){ ...
Hi carmen.windsor,As @James mentioned, this is possible with JavaScript.Here is a quick snippet that will do the trick:$( '#assignments' ).prepend('<br /><p>These grade...
Most Recent Posts
Hi nmajethiya,The course values need to be within a course object, indicated in the API documentation with the course[ ] notation.So your JSON data should look something like this:{ "co...
Hi @kristin_bayless ,There are two areas of concern I would consider.The first is any potential intellectual property and copyright violations. If you are using content from a textbook or any ot...
It looks like there has been some progress on this idea.I found that there is now a "Late Policy" API endpoint: Late Policy - Canvas LMS REST API Documentation
Hi carmen.windsor,As @James mentioned, this is possible with JavaScript.Here is a quick snippet that will do the trick:$( '#assignments' ).prepend('<br /><p>These grade...
This is most likely the actual API call from your script be adding to the user's page view records.This will probably need a little more research, but I think a way to verify if the page view is a...
Latest Badges
Instructure Community: 8 Year
8 Years with Instructure Community
2024-04-03
10 Logins Completed
2024-01-25
5 Logins Completed
2024-01-25
First Login Completed
2024-01-25