Skip to main content
New Release

Save up to 40% on all Data Science courses this week.

Learn managment system - Elevate Your Future
  • Home
  • Courses
  • Plans
  • Accreditation
  • Cert Verification
  • Contact
  • More
Log in
Login Sign Up
Learn managment system - Elevate Your Future
Home Courses Plans Accreditation Cert Verification Contact
  1. Courses
  2. Innovation

Innovation

You are not logged in. (Log in)
Data retention summary
Get the mobile app
const moodleURL = M.cfg.wwwroot; const token = "638b0f544088314f2eb0a82603ca9071"; async function loadCategories(){ const response = await fetch( moodleURL + "/webservice/rest/server.php?wstoken=" + token + "&wsfunction=core_course_get_categories&moodlewsrestformat=json" ); const categories = await response.json(); const tabs = document.getElementById("lj-tabs"); categories.slice(0,5).forEach((cat,i)=>{ const tab = document.createElement("button"); tab.className="lj-tab"; tab.innerText=cat.name; if(i===0) tab.classList.add("active"); tab.onclick=()=>loadCourses(cat.id,tab); tabs.appendChild(tab); if(i===0) loadCourses(cat.id); }); } async function loadCourses(categoryId,tab){ document.querySelectorAll(".lj-tab").forEach(t=>t.classList.remove("active")); if(tab) tab.classList.add("active"); const response = await fetch( moodleURL + "/webservice/rest/server.php?wstoken=" + token + "&wsfunction=core_course_get_courses_by_field&field=category&value=" + categoryId + "&moodlewsrestformat=json" ); const data = await response.json(); const courses = data.courses; const container = document.getElementById("lj-courses"); container.innerHTML=""; courses.forEach(course=>{ const image = course.overviewfiles?.length ? course.overviewfiles[0].fileurl + "&token=" + token : "https://via.placeholder.com/400x200"; const card = document.createElement("div"); card.className="lj-card"; card.innerHTML = `
${course.fullname}
${course.summary ? course.summary.substring(0,80) : ""}
Lessons Duration
$10 Enroll Now
`; container.appendChild(card); }); } document.addEventListener("DOMContentLoaded", loadCategories);
Powered by Moodle
Learn managment system - Elevate Your Future

Empowering global leaders through transformative education, strategic insight, and advanced learning technologies

Newsletter

Get the latest news and updates from our website.

Popular goals
  • Courses
  • About Us
  • Pricing
  • Contact

Company name

  • Courses
  • About Us
  • Pricing
  • Contact
Study material
  • Courses
  • About Us
  • Pricing
  • Contact
  • Benefits for Businesses

  • Courses
  • About Us
  • Pricing
  • Contact
Help & support
  • Courses
  • About Us
  • Pricing
  • Contact
  • Reach out to us

    • Mail: supportlms@gmail.com
    • Phone: +91 1234567890
© 2026 Learn Management System. All rights reserved.