CIS-SoftwareDesign-S21 / pro-04-study-resources

A collection of exercises for practicing what is taught in Genki: An Integrated Course in Elementary Japanese.
https://cis-softwaredesign-s21.github.io/pro-04-study-resources/
MIT License
1 stars 1 forks source link

Video Clips #3

Open BlakePatterson opened 3 years ago

BlakePatterson commented 3 years ago

Create a reusable JS function that can be used to put a YouTube video on the page.

Here is an idea on how to do it:

If this works out, maybe we can write another function to build an exercise off of this:

Another thing to note is that there are audio clips meant to be used with the Genki textbook, official and unofficial on YouTube. Here is a link to some I found with minimal research. We should really be careful about what resources we use here and that we are not breaking any copyright rules or other legal things.

BlakePatterson commented 3 years ago

Here is the original proposal:

Learning a new language can be hard specially for people who are starting from scratch. Practicing and doing as much exercises/quizzes is a great way to start off, but not the best one. My idea is to include various video clips for people to watch so they can learn through hearing it. These videos will be based on the lessons/category that learners are on. I'm pretty sure there are many videos on Youtube (or else where), but sometimes people don't know where to start off. So, having videos for people to watch is another step of learning Japanese and it is easier for them to watch rather than searching for videos that may result in watching a bad ones (aka clickbait). Also, if looking up on YouTube, it can be a distraction due to recommended videos next to it. Putting a video on the webpage is pretty straightforward by using <video> or <iframe>. I would also like to include questions for people to answers after watching the videos to see how much they get out of by hearing Japanese.