首页 > 其他分享 >Reflective Journal II

Reflective Journal II

时间:2024-04-13 17:26:13浏览次数:18  
标签:semotic presentation Journal writing II video ppt Reflective my

1.the progress: First I chose a person who has a great impact on me. Next, I made a outline containing several main points i want to express. After that I began to reminisce what happened between us. Then i started to make my ppt and add some animation effects,photos as well as background music to embellish it. Finally, i began my video presentation. Eventually i made it.
2.In my ppt, i took advantage of some semotic choices including photos, animation effects and background music. It made my ppt more vivid,absorbed and unique. I transformed my photos into cartoon format in order to match my overall style. As to the background music, i chose Lucky Me, which echoed the theme of ppt. I felt lucky to meet my best friend. I added animations between slides, making slides smoother.
3.Challenges: As for me, the greatest difficulty of doing such a video presentation is its content. Maybe I lack the accumulation of vocabulary for narrative writing. For example, i don't exactly know how to describe a person's characteristics and how to narrate concrete details of an event.
4.Through preparation of this video presentation, i have learned how to apply those semotic choices to my writing, which played a significant role in my writing. Besides, i practiced my pronunciation when i recorded my video.
5.Compared with traditional writing, a video presentation is a modern teaching style. Personally speaking, i think traditional writing is just characters, which is humdrum and can't arouse others' interest. On the contrary, the video presentation is more vivid and absorbed with the help of visually and auditorily semotic choices, which can be widely accepted.
6.Undoubtedly, i enjoy this form of DMC writing and i will apply this writing style to my future writing continuously.

标签:semotic,presentation,Journal,writing,II,video,ppt,Reflective,my
From: https://www.cnblogs.com/mmq123456/p/18133087

相关文章

  • aspcore+jenkins+iis+window实现自动化部署
    一、准备工作1、Windowsserver2106操作系统2、Git 链接:https://pan.baidu.com/s/1s_3kKe5GWxJx1twggjk6Qg提取码:mayx3、IIS10确保已安装4、.netcoresdk6 https://download.visualstudio.microsoft.com/download/pr/9cac8293-8......
  • 高等代数(II)
    判别式引入对于一元二次方程\(ax^2+bx+c\)有判别式\(\Delta=b^2-4ac\)如果:\(\Delta=0\)有重根\(\Delta>0\)有两个不同实根\(\Delta<0\)有两个不同复根对于\(f(x)=a_nx^n+\dots+a_0\),不妨设\(a_n=1\),希望构造\(\Delta(a_n,\dots,a_0)\)满足:\(\Delta=0\Leftright......
  • CMC-IIS-WebService發布遇到的問題點
     启动网站调试提示HTTP错误403.14–ForbiddenWeb服务器被配置为不列出此目录的内容。解决方案第一种.在网站的配置文件里添加,第二種IIS設置(不使用)。<system.webServer><directoryBrowseenabled="true"/></system.webServer>  IIS中的一個異常:......
  • 北京大学2024春季高等数学A(II)试题及简评
    总的来说,难度适中,可能第一题会卡一下,是一个极坐标的反向换元,如果想不到硬做还是挺难的,非常遗憾,博主没有瞪眼法瞪出来,最后才想出来但是已经来不及了TAT。另外二、六题都是挖洞法,分别是Stokes和Green的挖洞法,只要细心发现被积函数和积分区域的奇点就可以。第三题的不能使用Gauss......
  • 算法训练营Day08-LeetCode344. 反转字符串 && 541. 反转字符串 II && 151. 反转字符串
    344.反转字符串题目链接:LeetCode344.反转字符串编写一个函数,其作用是将输入的字符串反转过来。输入字符串以字符数组s的形式给出。不要给另外的数组分配额外的空间,你必须原地修改输入数组、使用O(1)的额外空间解决这一问题思路:字符串首尾字符交换即可完成反转。定......
  • 利用IIS的反向代理模块,实现类似镜像站的效果
    ......
  • Redis支持事务 yii操作示例代码
    //首先确保已经配置了Yii的Redis组件//在配置文件中(例如:config/main.php)return[//...'components'=>['redis'=>['class'=>'yii\redis\Connection','hostname'=>&......
  • GD32F470II的UART+DMA方式的使用笔记
    GD32官方给的DEMO真的是屎一样的存在,仅展示最基本简单的应用案例,拿到实际工程中参考性非常低,也就基本的配置过程具有有限的参考性。在这种环境下,使用UART+DMA的方式完全是瞎用,感觉能用的函数都给用上。UART&DMA配置如下:1/*!2\briefconfigureUSARTDMA3......
  • IIS配置反向代理配置方法
    可绕弯实现:使vitepress自带的服务器和IIS共用一个端口。当然,这只是反向代理可实现的需求之一。前提......
  • Yii2 小部件使用(bootstrap5)
    Yii2小部件使用(bootstrap5)修改web.phpassetManager'components'=>['assetManager'=>['appendTimestamp'=>true,'class'=>'yii\web\AssetManager',......