Thursday, December 9, 2010

Storytelling


If you tell a story, it is necessary to use your imagination and be creative, depending of the story, to capture the attention. You have to be clear so that the people understand the way that you want them to get the idea be transferred. For example, if you are going to tell a scary story, you have to do some sounds and change your voice all the time, so that the listener will be afraid and sometimes to talk faster and others slowly.

Another example is the stories of adventure; in my opinion, this stories are the best, I like these because you can imagine everything they talk, and you may feel different emotions. So definitely tell a story is an art and people who do this, always cause an effects in the other who are listening and achieving to create great ideas and a more developed mind, this is the reason why the stories are good for the children but also there is not doubt that we like too.

1 comment:

  1. Guillermo Umana Orozco
    Guillermo Umaña Orozco
    struct database {
    int id_number;
    int age;
    float salary;
    };
    Guillermo Umana Orozco
    Guillermo Umaña Orozco

    int main()
    {
    database employee; //There is now an employee variable that has modifiable
    // variables inside it.
    employee.age = 22;
    employee.id_number = 1;
    employee.salary = 12000.21;
    Guillermo Umana Orozco
    Guillermo Umaña Orozco

    ReplyDelete