pichaya_om

LINE_VDO

Apr 19th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. สำหรับ init
  2. {{ CONTENT_TYPE.VIDEO }}
  3. {{ CONTENT_TYPE.EXAM }}
  4. {{ CONTENT_TYPE.TEST }}
  5. {{ course.id }}
  6. {{ course.slug }}
  7. {{ student.id }}
  8. {{ company }} //ถ้ามี object or None
  9. {{ ws_analytic_server }}
  10. --------------------------------------
  11.  
  12. ข้อมูลวิดีโอ
  13. is_youtube // boolean
  14. youtube_key // string
  15. video_path: 'aaaaa'
  16. video_chapter: 10
  17. video_id: 1
  18.  
  19.  
  20. -----------------------------------------
  21.  
  22. URL สำหรับส่ง ajax
  23. {% url 'course_api:chapter_progress'%}
Add Comment
Please, Sign In to add comment