首页 > 其他分享 >Reflective Journal III

Reflective Journal III

时间:2024-05-19 14:52:55浏览次数:20  
标签:story my Journal some writing Reflective expressions still III

1)the process of making a digital story
First,I choose the story which I’m familiar with, including Disney Fairy Tales, some Aesop's Fables stories and other stories.Second,I search on the internet after I’ve chosen the story and see the original English text.Then I shifted the perspective to the first-person, putting myself in the shoes of one of the character.Finally,choose the proper words and expressions.And find some pictures and background music,then,record the voice.
2)what's your gains
First, I have gained some new vocabulary and expressions by encountering unfamiliar words and phrases and then looking them up for study. Additionally, I have improved my ability to connect paragraphs more smoothly compared to before. Furthermore, during this writing session, I have mastered the use of personal pronouns.
3)what's the challenge
In terms of advanced sentence structure, I still encounter difficulties in my writing. Additionally, I have issues with managing the length and scope of my articles.
The grammar and language use could be improved to enhance the clarity and impact of the narrative
4)how do you think of this DMC project
While I have made progress compared to before, there is still significant room for improvement. My writing and ability to organize materials remain areas of weakness that I need to strengthen.

标签:story,my,Journal,some,writing,Reflective,expressions,still,III
From: https://www.cnblogs.com/Q3334515401/p/18200329

相关文章

  • Reflective Journal III
    IchosethestorywhichIwasgoingtotellatfirst.ThenIidentifiedthepointofviewofthestory.Irewrotethestoryfromadifferentpointofview.Tobetterpresentthestory,IsearchedseveralpicturesfromtheInternet.Next,Iaddedthesubti......
  • Reflective Journal III
    ReflectiveJournalIIIIthoughtofthestory,called"AliceinWonderland,"thatI'mfamiliarwithwhencreatingmydigitalstory.Then,Iwatchedavideoaboutthisstory,whichwasbothappealingandinteresting.Inspiredbyit,Idecide......
  • 2_Reflective journal about digital story
    Reflectivejournalaboutdigitalstory1) the process of making a digital story First and foremost, I decide on the story I wish to present, and afterwards, I summarize it based on its original content. Secondly, I found a few......
  • Reflective Journal III
    1)Tomakeadigitalstory,youmustfirstwriteagoodscriptandstoryboard,sothatyouhaveaclearunderstandingandgraspofthedigitalstoryyouwanttotell.Posteriorly,IfoundanillustrationofthestoryfromtheInternetanduseditasaback......
  • Reflective Journal III
    ​Throughthisstudy,Ilearnedandmadeadigitalstory.First,chooseastory.Then,preparethenarrativescriptandrequiredpicturesorvideoclips.Afterarrangingallthepictures,adddubbing,subtitlesandbackgroundmusic.​Inmydigitalstory,I......
  • 抽象代数课程笔记 III —— 域论、伽罗瓦理论
    持续更新。\(\newcommand{\a}{\alpha}\newcommand{\b}{\beta}\newcommand{\D}{\Delta}\newcommand{\eps}{\varepsilon}\newcommand{\ph}{\varphi}\newcommand{\t}{\theta}\newcommand{\la}{\lambda}\newcommand{\si}{\sigma}\newcommand{\d}{......
  • 抽象代数课程笔记 III —— 域论、伽罗瓦理论
    持续更新。\(\newcommand{\a}{\alpha}\newcommand{\b}{\beta}\newcommand{\D}{\Delta}\newcommand{\eps}{\varepsilon}\newcommand{\ph}{\varphi}\newcommand{\t}{\theta}\newcommand{\la}{\lambda}\newcommand{\si}{\sigma}\newcommand{\d}{......
  • UcOs-III 源码阅读: os_time.c
    对实时时钟源文件os_time.c进行源码阅读与注释://功能:Tick级别延时、时间延时、恢复延时中的任务、获取/设置系统Tick值、实时时钟滴答函数//Tick级别延时API:OSTimeDly(ticks)//时间延时API:OSTimeDlyHMSM(p_hmsm)//恢复延时API:OSTimeDlyResume(task_id)//获取系统T......
  • UcOs-III 源码阅读: os_tmr.c
    对定时器源文件os_tmr.c进行源码阅读与注释://功能:创建、删除、启动、停止、删除、初始化模块、获取定时器剩余时间、获取定时器状态、//创建定时器API:OS_TmrCreate//删除定时器API:OS_TmrDel//启动定时器API:O......
  • 【DP】买卖股票的最佳时机III
    题源-之前都是数组存,然后转移状态,这次是直接四个变量,非常神奇-在该问题中,定义了五种状态,分别是:未进行过任何操作、只进行过一次买操作、进行了一次买操作和一次卖操作(完成了一笔交易)、在完成了一笔交易的前提下进行了第二次买操作以及完成了全部两笔交易。-然后,通过状态转移方......