KKU e-Learning
  • 416231 พัฒนาการวรรณกรรมไทย
    0%
  • Previous
  • Course data
    General
    Announcements
    ความรุู้
    ข้อสอบ
    คำถาม
    คำถาม
    สอบถามความคิดเห็น
    1. ความรู้เบื้องต้นเกี่ยวกับวรรณกรรม
    ใบงานที่ 1 เรื่องความหมายของวรรณกรรม
    วัตถุประสงค์
    บทที่ 1
    บทเรียนที่ 1
    2. พัฒนาการวรรณกรรมร้อยแก้ว
    อภิปราย พูดคุย สนทนา เสวนา
    แบบทดสอบบทที่ 2 เรื่อง
    คำถาม
    แบบทดสอบที่ 3
  • Next
  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
    Course Sections
    Course Specific Links
    Universal Links
    416231 Develop
    Home
    Calendar
    Skip to main content

    Course info

    1. Home
    2. Courses
    3. วิชาจำลองเพื่อการทดสอบเรียนรู้การใช้งานระบบ
    4. 416231 Develop
    5. Summary

    416231 พัฒนาการวรรณกรรมไทย

    • Teacher: ผู้ช่วยศาสตราจารย์มารศรี สอทิพย์
    Skill Level: Beginner

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