Questions tagged [canvas-lms]

Canvas LMS (Learning Management System) is an educational tool that connects student with teachers. Tools include assignment/grading dashboards, multi-media instructional recorders, notifications, and more.

Canvas is an open LMS (Learning Management System) created by Instructure that allows for the management of users and roles (faculty, students, etc), courses and sections, course content, assignments, and grades in a standardised format set by IMS Global.

Extending Canvas

While the current offering includes many features, the open framework allows heavy customisation in a safe way.

  1. The Canvas API allows you to access, update or delete a wide variety of content and settings. The format mainly complies with LTI 1.X specifications at present.
  2. Developing LTI Tools (External Apps) allows you to augment the standard offering and expand on available features. You can also release you're enhancements through many online forums including the EduAppCenter. IMS Global has provided some example code found here to jump start your project.
126 questions
0
votes
0 answers

httpclient https post method

I want to Create a USER in Canvas LMS using their REST API. The certificate / ssl config / cacerts are all at right locations. I am able to POST a http post request to the url using CURL it works fine. I created a simple java class using httpclient…
Knight
  • 43
  • 9
0
votes
0 answers

Debugging ActiveRecord Migrations based on delayed_job

I have been trying to run a migration based on the following database.yml database.yml: development: adapter: postgresql encoding: utf8 database: test_development timeout: 5000 queue: adapter: postgresql encoding: utf8 …
0
votes
1 answer

Need Canvas courses user-info course-info

I'm new with Canvas lms and just wondering if anyone know how to get the user info and course id. need some examples Below is the link I found, but still can't figure out how to use this in my php to grab the user info.…
fguru
  • 71
  • 2
  • 9
0
votes
1 answer

How can I check for cheating in assignments given by Learning management system

I am using SP based learning management system where I ask students to submit assignments via LMS. However I suspect that many people copy and submit almost identical answers. How can check if they copied?
DhruvJoshi
  • 17,041
  • 6
  • 41
  • 60
0
votes
0 answers

canvas lms : can't modify frozen Array

RuntimeError in UsersController#user_dashboard can't modify frozen Array RAILS_ROOT: /home/pavan/projects/schoolify_options/canvas-lms Application Trace | Framework Trace | Full…
-2
votes
1 answer

Alternation group without repetitions using a single regex in a Canvas Quiz

I work with Canvas in a middle school and am constructing quizzes which contain a question type called "fill-in-the-blank". A grading option for this type of question is to compare what the student typed in to a regex. The Quiz settings only allow…
Nyssa73
  • 13
  • 2
1 2 3
8
9