第一周跟着网课学习来,然后做作业的时候感觉确实是很多不会的。作业都不知道怎么做。身边也没有人会编程,只能自己谷歌。
原本coursera上面写的作业要用三小时,我差不多用了10小时。
我想吐槽的是。。第一周20-25个小作业,每个四五分,然后我做到了最后一题真的不会,目前作业拿了96分。
真的感觉这个作业和前面视频老师演示到仅仅有一小部分是相关的,其他基本完全不相关,严重超纲。。。。
是不是国外大学都是这样,强调学生自主学习,哪怕老师没讲过你也要会?
比如第一节课基本就是讲了如何定为图片的x,y坐标。就讲了这个。前面一点的作业还比较基础。。。
然后后面的作业就开始让我们做让图片位移起来,讲都没讲过,我只好自己谷歌。。。
我没在国外留学过(我在美国当老师)不知道是不是国外大学作业就是这么难。。。。。。。
感觉后面我估计会过不了。。。
下面是最后一题的作业。。。完全不会了。。。
只学过如何定位坐标轴,然后就开始布置这样的作业。。。
而且编程语言用的JavaScript,所以我对这个语言也是零基础。。。全靠蒙和搜。
Whilst the mouse is moving:
- Use the 'random' function to produce random values ranging from 2 to 9.
- Assign the output to ClassifiedBoxCombination0
Whilst the mouse is being dragged:
- Use the 'random' function to produce random values ranging from 1 to 8.
- Assign the output to ClassifiedBoxCombination1
When any key is pressed:
- Make ClassifiedBoxCombination2 equal to the value of 'key'
When the mouse button is pressed:
- Use the 'map' function to scale mouseX to values ranging from 17 to 69.
- Assign the output to ClassifiedBoxCombination3
Whilst the mouse is moving:
- Use the 'map' function to scale mouseY to values ranging from 17 to 77.
- Assign the output to ClassifiedBoxCombination4
Whilst the mouse is being dragged:
- Use the 'map' function to scale mouseX to values ranging from 20 to 70.
- Assign the output to ClassifiedBoxCombination5
===