- Last 7 days
-
www.facultyfocus.com www.facultyfocus.com
-
Not only is it kind to do so, but it creates a mini-relationship with people who will be key to our success.
Online analog could be getting to know the help desk/tech support/instructional designers prior to the course launching. Or, at least familiarizing yourself with what to do when those issues pop up!
-
-
observablehq.com observablehq.com
-
Shows the effect of the number of samples used. Also, you can see svg vs canvas performance
-
- Jan 2021
-
community.canvaslms.com community.canvaslms.com
-
Submit Assignment
Add comments to Canvas Studio submission.
-
- Dec 2020
-
etopics.missouri.edu etopics.missouri.edu
-
Importing/Copying grading schemes from one course to another
Importing/Copying grading schemes from one course to another
-
-
community.canvaslms.com community.canvaslms.com
-
How do I view rubric results for my assignment?
How do I view rubric results for my assignment?
-
-
community.canvaslms.com community.canvaslms.com
-
Create Extra Credit using Weighted Assignment Groups
-
- Nov 2020
-
geoexamples.com geoexamples.com
-
SVG has the advantage that integrates very well with Svelte, since it’s an XML and the nodes can be managed as if they were HTML. On the other hand, Canvas is more efficient, but it has to be generated entirely with JavaScript.
-
- Jan 2020
-
eliterate.us eliterate.us
-
The current map of LMS US market share
-
- May 2019
-
canvas.instructure.com canvas.instructure.com
-
Course redesign with OER
-
- Mar 2019
-
web.hypothes.is web.hypothes.is
-
Using the Hypothesis LMS App with Assignments in Canvas
Using Hypothesis with Canvas LMS
-
- Nov 2018
-
www.getapp.com www.getapp.com
-
Broad comparison of features between the top two LMS (Canvas and Blackboard) and Slack (4/5)
-
-
www.html5canvastutorials.com www.html5canvastutorials.com
-
- Oct 2018
-
arteveldehogeschool.instructure.com arteveldehogeschool.instructure.com
-
ietips
Does this work?
Public annotation of a Canvas LMS page
-
-
www.oreilly.com www.oreilly.com
-
weblogs.asp.net weblogs.asp.net
-
Tags
Annotators
URL
-
-
developer.mozilla.org developer.mozilla.org
-
slicker.me slicker.me
-
<html> <body style='background-color:black'> <canvas id="myCanvas" width="800" height="340"></canvas> <script> let canvas = document.getElementById('myCanvas'); let context = canvas.getContext('2d'); context.lineWidth = 5; context.strokeStyle = 'gray' context.beginPath(); for(let x=0;x<28;x++){ context.moveTo(x*40-304,0); context.lineTo(x*40+20,340); context.moveTo(x*40,0); context.lineTo(x*40-324,340); } context.stroke(); context.fillStyle = 'white'; for(let x=0;x<20;x++) for(let y=0;y<9;y++){ context.beginPath(); context.arc(8+x*40, y*42-9, 3, 0, 2 * Math.PI); context.arc(28+x*40, y*42-29, 3, 0, 2 * Math.PI); context.fill(); } </script> </body> </html>
-
- Sep 2018
-
threadz.ewu.edu threadz.ewu.eduThreadz1
-
Screencast of Threadz
Tags
Annotators
URL
-
-
source.wustl.edu source.wustl.edu
-
Bb to Canvas
-
-
-
the market continues to be a two-horse race recently with Canvas by Instructure and Brightspace by D2L as the only two solutions with material gains in market share.
So Blackboard is not growing. Only Canvas and D2L are and the former more substantially.
-
-
globenewswire.com globenewswire.com
- May 2018
-
learn.canvas.net learn.canvas.net
-
Implementing UDL on Canvas
Tags
Annotators
URL
-
- Apr 2018
-
lms-evaluation.wustl.edu lms-evaluation.wustl.edu
-
LMS migration
-
- Mar 2018
-
mfeldstein.com mfeldstein.com
-
University of Wisconsin System to Migrate From D2L Brightspace to Canvas LMS
-
- Jan 2018
-
ci-uhoh.com ci-uhoh.com
-
Big Data, Little Ethics
Tags
Annotators
URL
-
-
canvas.instructure.com canvas.instructure.com
-
Content Item
-
-
canvas.instructure.com canvas.instructure.com
-
NOTE for LTI providers: Since developer keys are scoped to the institution they are issued from, tool providers that serve multiple institutions should store and look up the correct developer key based on the launch parameters (eg. custom_canvas_api_domain) sent during the LTI launch. For open source Canvas users, you can generate a client ID and secret in the Site Admin account of your Canvas install.
So this replaces the dev key creation process?
Tags
Annotators
URL
-
- Dec 2017
-
doc-0g-c0-docs.googleusercontent.com doc-0g-c0-docs.googleusercontent.com
-
We examine the link between network neutrality (NN) and content innovation on the Internet by comparing theimpact of NN and packet discrimination (PD) regimes on content innovation.
Testing an assignment in Canvas.
-
- Nov 2017
-
www.insidehighered.com www.insidehighered.com
-
two quarters of pilot courses on Instructure’s Canvas platform
-
-
mfeldstein.com mfeldstein.com
-
Do you know what the feature set was that had faculty from Albany to Anaheim falling to their knees, tears of joy streaming down their faces, and proclaiming with cracking, emotion-laden voices, "Finally, an LMS company that understands me!"?
While this whole bit is over-the-top, à la @mfeldstein67, must admit that my initial reaction was close to that. For a very similar reason. Still haven’t had an opportunity to use Canvas with learners, but the overall workflow for this type of feature really does make a big difference. The openness aspect is very close to gravy. After all, there are ways to do a lot of work in the open without relying on any LMS. But the LMS does make a huge difference in terms of such features as quickly grading learners’ work.
-
Canvas was a runaway hit from the start, but not because of its openness.
-
-
www.lynn.edu www.lynn.edu
-
Enhanced learning experience Graduate students now receive upgraded iPads, and all students access course materials with Canvas, a new learning management software. The School of Aeronautics is now the College of Aeronautics; and the College of Business and Management is hosting a business symposium Nov. 15.
This from a university which had dropped Blackboard for iTunes U.
-
- Sep 2017
-
mfeldstein.com mfeldstein.com
-
Globally, Instructure’s market share is much smaller as shown in our recent analysis
LMS market share
-
- Aug 2017
-
community.canvaslms.com community.canvaslms.com
-
The URL that was given to you by Canvas should have had a verifier parameter on it. If so, do not include your Authorization header like you do with all the other API calls that you make.
So this means that the
verifier
parameter replaces theAuthorization
header?
Tags
Annotators
URL
-
-
mfeldstein.com mfeldstein.com
-
InstructureCon 2017: Culture as a competitive weapon
-
-
-
How do I manage profile pictures for users in an account?Links to an external site.
Remove
-
How do I manually add a new user to an account?Links to an external site. How do I merge users in an account?Links to an external site. How do I delete a user from an account?Links to an external site. How do I edit a user's name, time zone, or email in an account?Links to an external site. How do I manage a user's login information in an account?Links to an external site.
Remove
-
-
canvas.wisc.edu canvas.wisc.edu
-
What is LTI?
Add back in
-
-
canvas.wisc.edu canvas.wisc.edu
-
What is API?
Add back
-
-
canvas.wisc.edu canvas.wisc.edu
-
API
Add Links to Live API PResentation https://www.youtube.com/watch?v=Og1EjNaQtgw
https://community.canvaslms.com/servlet/JiveServlet/download/1556-1-95408/LindyFoster.pdf
-
How do I install PowerShell 3.0 on a Windows machine?Links to an external site.
Remove
-
How do I manage developer keys for an account?Links to an external site. How do I add a developer key for an account?Links to an external site.
Remove sub admins can't add developer keys
-
Learning Tools Interoperability (LTI) Learning Tools Interoperability (LTI) is the process by which external content and resources are linked to Canvas. The tools that are currently available for UW-Madison Canvas users can be found the Canvas - Enabled Application Configurations KB document. UW-Madison employs a process by which individuals can request that additional external tools be vetted and integrated with Canvas. That form can be found this form (Links to an external site.)Links to an external site. and the entire review and integration process is generally expected to take 3-4 months. This KB document outlines further details related to external integrations and LTI.
This needs to be broken out
-
-
canvas.wisc.edu canvas.wisc.edu
-
ument, Canvas - UW-Madison Canvas Organizational Roles (UW-Madison),
Should this be a required reading. Just nested in text now
-
[EMBED GOOGLE SHEET, Need access from Dale: https://docs.google.com/spreadsheets/d/1-H4-frCxWtuMp99rxZaGeAeVD34bwVxazc8fjm_bZ1Y/edit#gid=0] - Changes made with consultation from ITG
Remove
-
UW-Madison Canvas Administrator.
Change to Learn@UW
-
-
canvas.wisc.edu canvas.wisc.edu
-
nvas, transition f
the transition
-
s, a
Remove comma
-
-
canvas.wisc.edu canvas.wisc.edu
-
Adhere to UW-Madison guidelines and avoid non-permitted practices in order to retain sub-account admin access
Have an awareness of Canvas Admin Wiki and be able to find guidelines, updates, and admin practices.
Tags
Annotators
URL
-
- May 2017
-
community.canvaslms.com community.canvaslms.com
-
Canvas can consume SAML 2.0 identity assertions. Canvas does not support the full Shibboleth protocol specifications, but can consume SAML 2.0 assertions originating from an appropriately configured Shibboleth (the product) identity provider.
-
- Apr 2017
-
community.canvaslms.com community.canvaslms.com
-
Canvas admins can enable these features by contacting their Canvas Customer Success Manager.
Even for the Beta environment?
-
- Feb 2017
-
blog.jonudell.net blog.jonudell.net
-
That entanglement makes it harder to provide tools that support the tasks individually. If you can annotate segments of interest, though, you can disentangle the tasks, tool them separately, build the book more efficiently, and ensure others can more cleanly repurpose your work.
The vision here seems more of a set of tools that can be integrated into various platforms rather than a single platform with a set of features. In this way, it's very similar to the idea behind EDUCAUSE's NGDLE initiative--or even Canvas's LTI-based app store.
-
- Oct 2016
-
content.cultureandempire.com content.cultureandempire.com
-
changes scare many people, whereas in fact they contain the potential to free us,
And now many of the changes bore us! Alien intelligence (AI) now is the banner of the day, the big vastness of machines atop their big data troves, programming themselves passing scripts to make it by.
And in character, I find many of the old changes far more interesting and alluring, particularly when I consider & reflect on their freeing potentials. A usable world wide web, one where all pages and all things are part of a greater personal canvas that I play upon, is one that frees people, a literally heirarching of people above the software.
-
- Jul 2016
-
canvas.instructure.com canvas.instructure.com
-
An extension to standard LTI, external tools can be configured to appear when a student is submitting content for an assignment. When a tool is configured, users will see an additional tab during assignment submission for assignments that accept online submissions. If a user selects a homework submission tool, a popup will appear where the external tool will be loaded. The tool should direct users to select or build some piece of content, then submit that content to the tool. The tool will then redirect the user to the LTI success URL with some additional parameters. Canvas will take this information and submit it for the current user as their submission to this assignment.
I would really like to see an end-to-end example of this!
-
-
web.hypothes.is web.hypothes.is
-
An LTI app that wraps annotation around Canvas files
Jon:
Please keep me posted on this one. Thank you!
Tags
Annotators
URL
-
- Jun 2016
- Apr 2016
-
-
while e-mail dissolves barriers to the exchange of data, we need another solvent to dissolve the barriers to collaborative use of that data. Applied in the right ways, that solvent creates what I like to call the “universal canvas” – an environment in which data and applications flow freely on the Web.
Highlight of original quote: https://hypothes.is/a/iKeap_T6TauWGfyf19VW_Q
-
- Nov 2015
-
www.itap.purdue.edu www.itap.purdue.edu
-
OFFICE OF INSTITUTIONAL ASSESSMENTPurdue University
Canvas vs. Bb
-
- Aug 2015
-
canvas.beta.instructure.com canvas.beta.instructure.com
-
An external tool can ask for an xAPI callback URL, and then POST back an interaction activity to Canvas. This will update the activity time for the user in Canvas, and add a page view for that tool. Page views will show up in the course analytics section as activity.
Tags
Annotators
URL
-
- Feb 2015
-
www.infoworld.com www.infoworld.com
-
while e-mail dissolves barriers to the exchange of data, we need another solvent to dissolve the barriers to collaborative use of that data. Applied in the right ways, that solvent creates what I like to call the “universal canvas” -- an environment in which data and applications flow freely on the Web.
-