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:<?php
require_once("fpdf181/fpdf.php");

$pdf = new FPDF('L', 'in', 'Letter');

$pdf->...
Likes: 12
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...
Likes: 9
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...
Likes: 9
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 ){
...
Likes: 9
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...
Likes: 5

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:{
Sep 27, 2019 10:41:44 AM
Hi  @kristin_bayless ,T‌here 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...
Jun 6, 2019 2:44:40 PM
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 
Oct 27, 2017 4:03:11 PM
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...
Oct 20, 2017 12:06:45 PM
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...
Oct 20, 2017 10:18:36 AM

Latest Badges

Instructure Community: 8 Year

Instructure Community: 8 Year

8 Years with Instructure Community

Earned: 2024-04-03

10 Logins Completed

10 Logins Completed

Earned: 2024-01-25

5 Logins Completed

5 Logins Completed

Earned: 2024-01-25

First Login Completed

First Login Completed

Earned: 2024-01-25