KKU e-Learning
  • Service Course
    Search for Courses Course Request
  • e-Learning Support
    Contact Us Site and Privacy Policy
  • English ‎(en)‎
    Bahasa Indonesia ‎(id)‎ English ‎(en)‎ Español - Internacional ‎(es)‎ Français ‎(fr)‎ Thai ‎(th)‎ Vietnamese ‎(vi)‎ ລາວ ‎(lo)‎ ဗမာစာ ‎(my)‎ 한국어 ‎(ko)‎ 日本語 ‎(ja)‎ 简体中文 ‎(zh_cn)‎
      Close
      Toggle search input
    • KKU Login | Social Login
    Home
    KKU e-Learning
    Courses
    Calendar
    Skip to main content

    วิทยาลัยการปกครองท้องถิ่น

    1. Home
    2. Courses
    3. วิทยาลัยการปกครองท้องถิ่น
    • My Courses
    • Courses
    • Previous
    • 1
    • 2 (current)
    003333 :: การควบคุมและสอบบัญชีภายใน
    001001 :: ทดสอบเปิดวิชาออนไลน์ ความรู้สำหรับการทำคอร์สออนไลน์
    12345 :: สังคมศึกษา
    CL 302 502 การคลังสาธารณะ (Public Finance)
    010104 :: ภาษาอังกฤษสำหรับรัฐประศาสนศาสตร์
    002322 :: ระเบียบวิธีวิจัยทางรัฐประศาสนศาสตร์
    CL301201 :: ความรู้เบื้องต้นเกี่ยวกับกฎหมายและความเป็นพลเมือง
    001208 :: การอนุรักษ์พลังงานและพลังงานทางเลือก
    002321::STATISTICS FOR LOCAL ADMINSTRATOR
    ทดสอบการใช้งานไอแพดเบื้องต้น
    002262 การบริหารทรัพยากรมนุษย์
    318201 :: cell structure and function
    • Previous
    • 1
    • 2 (current)

    Follow Us

    • Service Course
      • Search for Courses
      • Course Request
    • e-Learning Support
      • Contact Us
      • Site and Privacy Policy
    • English ‎(en)‎
      • Bahasa Indonesia ‎(id)‎
      • English ‎(en)‎
      • Español - Internacional ‎(es)‎
      • Français ‎(fr)‎
      • Thai ‎(th)‎
      • Vietnamese ‎(vi)‎
      • ລາວ ‎(lo)‎
      • ဗမာစာ ‎(my)‎
      • 한국어 ‎(ko)‎
      • 日本語 ‎(ja)‎
      • 简体中文 ‎(zh_cn)‎
    You are currently using guest access (Log in)
    Data retention summary
    Get the mobile app
    Policies
    //////// AUTO VIDEO-TIME REDIRECT ///////////// let btnSwithRole = $('a[href*="switchrole.php"]').length; let matchURL = document.location.href.match(/course\/view.php/); if(btnSwithRole ==0 && matchURL){ let urlRedirect = null; for(let li of $('li.videotime')){ let url = $(li).find('a[href*="videotime"]').prop('href'); let success = $(li).find('div.automatic-completion-conditions span.alert-success').length; if(url && success==0){ urlRedirect = url; break; } } let noRedirect = sessionStorage.getItem('noRedirect'); if(urlRedirect && !noRedirect){ document.location.href=urlRedirect ; } sessionStorage.removeItem('noRedirect'); } matchURL = document.location.href.match(/videotime\/view.php/); if(matchURL){ let aClose = $('a[href*="course/view.php"]').eq(0); aClose.click(e=>{ sessionStorage.setItem('noRedirect','yes'); }); }