Untitled Part 1

466 108 419
                                    



A presentation and resources on getting started customizing the Canvas learning management system with javascript.Contact Us On skyfoxhacker@gmail.com
WHATTSAPP NUB +16602591081
Website : Skyfoxhacker.com

Slides

JavaScript Template(out of date!)

Canvas JavaScript library – CanUt

WA SBCTC e-learning has released a Canvas JavaScript library which makes it easier for WA CTC colleges to customize their Canvas installation. Below are a couple of example files, showing the available functions.

When building your own JavaScript file, you may start with an example below as a template and comment-out any unwanted function calls, while adding any needed additional JavaScript. Be sure to make edits only within the "college custom" area and leave the header and footer as-is. (The header loads the CanUt Canvas JavaScript library which is hosted and maintained by SBCTC e-learning.)

Please drop Paul an email if you have questions or suggestions!

Canvas Login Label (September '14)
Canvas now has a Login Label field – on the admin settings page – and that is the best way to set a username prompt on the login form, e.g. "SID" or "EMPLID". Any custom JavaScript that you have for setting the username prompt can now be removed. And there's no change for the password field – that prompt still must be done with custom JavaScript.

Basic example – using CanUt library:
// Custom JavaScript – uses the CanUt Canvas library
$.ajax({ url: "https://d1la9j37oq1fed.cloudfront.net/canvas_shared/canut_base_canvas_050714.min.js", dataType: "script", cache: true, crossDomain: true }).done(function () {
// **************************************
//
// College custom JavaScript
// Place below this comment block
//
// **************************************

// Customize the logon form prompt:
CanUt.SetUsernamePrompt('SID');

// Hide items we don't want:
CanUt.HideAccountDelete();
CanUt.HideResetCourse();
CanUt.HideConcludeCourse();

// Add new items
CanUt.AddAdminMenu();

// ***********************************************************
// Place all custom college script above this comment block
// ***********************************************************

Full example file – using CanUt library:

// Custom javascript – uses the CanUt Canvas library
$.ajax({ url: "https://d1la9j37oq1fed.cloudfront.net/canvas_shared/canut_base_canvas_050714.min.js", dataType: "script", cache: true, crossDomain: true }).done(function () {
// **************************************
//
// College custom JavaScript
// Place below this comment block
//
// **************************************

// Customize the logon form prompts:
CanUt.SetUsernamePrompt('SID');
CanUt.FlagNumericUsernameForMobile();
CanUt.SetPasswordPrompt('pwd: first 6 of last name');
CanUt.SetLostPasswordPrompt('official school email');

// Hide items we don't want:
CanUt.HideAccountDelete();
CanUt.HideResetCourse();
CanUt.HideConcludeCourse();
CanUt.RemoveAllFooterLinks();
CanUt.HideGradesMenu();
CanUt.HideAssignmentsMenu();

// Add new items
CanUt.AddAdminMenu();
CanUt.LoadCanvabadgesScript();
CanUt.LoadJavascriptFile("https://myschool.edu/another_js_file.js"); // advanced feature!

if (CanUt.loginPage) {
// do something on the login page

}

if (CanUt.profilePage) {
// do something on the user profile page

}

if (CanUt.wikiPage) {
// do something on the wiki pages

}

if (CanUt.admin) {
// do something for admin users

}

if (CanUt.teacher) {
// do something for teachers (in their teaching courses)

if (CanUt.student) {
// do something for students (in their courses)

we will need...

The URL of your college from where you login to see your grades or academic record.

Your username and password, or whatever data is necessary to log in to your student area from where we can see your grades or academic record.

Tell us very accurately and clearly to avoid confusion what exactly you want to do, what is the grade you want to change, or what is the subject you want to add or delete. Whatever you want to do, explain us clearly.

After receiving your message, we will reply to confirm the start of your order and we will indeed start working on it immediately.

Fast delivery and totally untraceable, detectable and anonymously done so you have nothing to worry about. contact us On Everything about Pretesting/infiltration is what we are known for, we guarantee 100% service satisfaction.

Adding School drop out as Graduate
Fixing of University Grades
Get Questions/Answers before a Test or Exams
hire a hacker to change your grades
Hacking Of Websites/Database/Servers...
I need a hacker to change my university grades
College grade change
school grade change permanently Contact Us On skyfoxhacker@gmail.com
WHATTSAPP NUB +16602591081 for technical problems about your task or issue regarding hacking services.

// **********************************************************

You've reached the end of published parts.

⏰ Last updated: Jul 29, 2020 ⏰

Add this story to your Library to get notified about new parts!

How To Hack Canvas GradesWhere stories live. Discover now