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

    Faculty of Economics

    1. Home
    2. Courses
    3. Humanities & Social Sciences
    4. Faculty of Economics
    • My Courses
    • Courses
    • 1 (current)
    • 2
    • Next
    EC111007 :: Mathematical Economics 1 Semester 2, 2022
    962102 :: Preliminary Macroeconomics Semester 2, 2022
    962101::Principles of Microeconomics_2022 - Semester 1
    962102 :: Preliminary Macroeconomiccs, 2021
    EC111007 :: Mathematical Economics 1, 2021
    962101 กลุ่ม 1 ภาคต้น ปีการศึกษา 2564
    EC111004 Semester 1 Academic Year 2021
    962102 Preliminary macroeconomics
    EC101007 คณิตเศรษฐศาสตร์ 1 - 2020
    962102 Preliminary macroeconomics - 2020
    962101 :: เศรษฐศาสตร์จุลภาคเบื้องต้น
    EC111004 :: MACROECONOMICS I: STRUCTURE OF ECONOMIC SYSTEM
    EC111004 :: MACROECONOMICS I: STRUCTURE OF ECONOMIC SYSTEM
    962206 :: การคลังสาธารณะ สำเนา 1
    EC 101005 :: เศรษฐศาสตร์มหภาค 2 : ความสัมพันธ์ของตัวแปร และผลกระทบของนโยบาย
    EC 111007 :: Mathematical Economics 1
    EC 101007 :: Mathematical Economics 1
    194311 :: Engineering Economy
    962421 :: Economics of public policy
    962412 :: Econometrics 2 2/2562
    • 1 (current)
    • 2
    • Next

    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'); }); }