Canvas Interactive Learning Mastery Gradebook
The Canvas Interactive Learning Mastery Extension adds a new Learning Mastery grade book to the Canvas Learning Management System.…
Canvas Interactive Learning Mastery Gradebook là gì?
Canvas Interactive Learning Mastery Gradebook là một tiện ích mở rộng Chrome được phát triển bởi Steven Carpenter, và tính năng chính của nó là "The Canvas Interactive Learning Mastery Extension adds a new Learning Mastery grade book to the Canvas Learning Management System.…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Canvas Interactive Learning Mastery Gradebook
Tải xuống các tệp mở rộng Canvas Interactive Learning Mastery Gradebook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The Canvas Interactive Learning Mastery Extension adds a new Learning Mastery grade book to the Canvas Learning Management System. With this extension you can: - quickly view all assessments for a student in any outcome - quickly and easily add outcome-based rubric assignments to individual students - easily edit outcome-based assessments without navigating to SpeedGrader All directly from your grade book! Once you install the extension, just navigate to your course's grade book and click on the "Interactive Learning Mastery" tab at the top of the page. To view a student's assessments in any outcome, click on the student's grade for that outcome in the grid. Once the sidebar is open, you can add a new assessment for that outcome**, edit the rubric score or comment for any assignment, or quickly navigate to the SpeedGrader for an assignment to view student work. BONUS PRINTABLE REPORTS Create printable filled-out versions of RUBRICS for any Canvas assignment. To print a set of student friendly rubrics, navigate to the assignment, then click the grey C icon at the top of your browser, then click "Print rubrics for the current assignment." Create learning mastery outcomes SUMMARY report. To print a set of summary report rubrics, navigate to the learning mastery grade book, then click the grey C icon at the top of your browser, then click "Print outcome-based report." Coming soon... - section averages for each outcome at the top of the grid - frequency view that summarizes the number of assessments for each outcome per student - recency view that summarizes the most recent assessment date for each outcome per student - edit the date for an assignment in the sidebar - view comment stream on an assignment, both teacher and student comments **Note: When you create a new assignment, it will be stored on the Assignments page for your course under a new assignment category called "Individual Assessments." To make these assignments easily identifiable on your Assignments page, a unique tag in the format " || Student Name | Outcome Name" is appended to the name of the assignment.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Canvas Interactive Learning Mastery Gradebook |
ID | dmgoglclmcacigfiaebgekmpokpfodnk |
URL Chính Thức | https://chromewebstore.google.com/detail/canvas-interactive-learni/dmgoglclmcacigfiaebgekmpokpfodnk |
Mô tả | The Canvas Interactive Learning Mastery Extension adds a new Learning Mastery grade book to the Canvas Learning Management System.… |
Kích Thước Tệp | 69.07 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.05 |
Cập Nhật Lần Cuối | 2018-03-07 |
Ngày Phát Hành | 2018-03-07 |
Nhà Phát Triển | Steven Carpenter |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Canvas Interactive Learning Mastery Gradebook", "version": "1.05", "manifest_version": 2, "browser_action": { "default_title": "Canvas Interactive Learning Mastery Gradebook", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "contentscript.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/*.instructure.com\/courses\/*\/gradebook" ] }, { "css": [ "speedgrader_image_resize.css" ], "matches": [ "https:\/\/instructure-uploads.s3.amazonaws.com\/*\/attachments\/*\/*" ], "all_frames": true } ], "web_accessible_resources": [ "script.js", "subscription.js", "style.css", "speedgrader_image_resize.css", "img\/*.png" ], "background": { "scripts": [ "jquery-3.2.1.min.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "identity", "identity.email", "https:\/\/www.googleapis.com\/" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoxYgJCpjTG\/vumKdia2+a2eiN7NAUEdH0UEFmwnpaf96llBJgcXYtcUlm7ObM10syddLjx+YPuZBfoyhTyjQqBY\/I14PlTTX2SqlT3ZMA\/WSACyFHLlze8fkUpe2Zj6G87b7cAI48pz2wNg6eu13PZnGUuSlx5e8NQ5AWW2n3stRUK97omSbwQAnPDGsbrkcZblqiaA014v4YKkt8WdxpObEG+oEKc6qrM+LpFiDiXIShEfOcf4LHBvKssK+x6TStqvEC5BgsBEScEJa+yt+Pf4MEKy8f2BCtyQ6jZrGagYV1W6YnoLWBY1EEz3gbJ67Kj3yKfueFxfG083hT\/WC1wIDAQAB", "oauth2": { "client_id": "606166747480-n0pagqlr6mlqte27ppgegqe3fpch4ila.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] } } |