Monday, June 19, 2017

The Hour Of Code



For the last week I have been working on a project called  in a webside very famed called . Although some of my friends have already used this page, but this week was the first time for me, and i can actually say that i enjoyed pretty much.




Khan Academy is a educational organization that provides free videos tutorials and interactive exercises. The mission of Khan Academy is changing the education for the better by providing a free world-class education to anyone anywhere.
The lessons were conceived primarily for distance learning but are also suitable for use in the classroom. The tutorials are informal in style and organized one concept or lesson at a time.
Also Khan Academy webside users can maintain records of their progress. Teachers can also monitor the progress of students who are using the site. In pilot experiments, schools are using a concept called "flipping the classroom", which involves students watching the Khan Academy lectures at home and the using classroom time for exercise and testing. In this model, the teacher´s role is changed from lecturer to tutor and progress monitor.


One of the projects was a self portrait. Here I leave my personal project:



background(157, 0, 255);

fill(238, 242, 24);
rect(96, 19, 210, 419, 89);  // hair

fill(242, 196,116);
rect(156, 304, 88, 84);  // neck

fill(238, 0, 255);
rect(40, 374, 312, 279);  // body

fill(242, 196, 116);
ellipse(201, 176, 197, 285);  // face

fill(242, 196, 116);
ellipse(201, 186, 25, 51);  // nose

fill(255, 0, 0);
ellipse (202, 247, 95, 20);  // mouth

fill(242, 230, 230);
ellipse(170, 135, 50, 33);  //eye
ellipse(230, 135, 50, 33);

fill(51, 163, 232);
ellipse(230, 137, 23, 28);  // iris
ellipse(171, 137, 23, 28);

fill(8, 8, 8);
ellipse(230, 137, 9, 8);  // pupil
ellipse(171, 137, 9, 8);


Here is the other project that I personally realised. This is a "wild animal":



background(0, 170, 255);

fill(57, 181, 29);
rect(-4, 328, 413, 79); //floor

fill(252, 192, 41);
rect(177, 279, 5, 59);  //legs
line(160, 357, 178, 338);
line(178, 360, 180, 338);
line(196, 357, 182, 338);
rect(228, 280, 5, 59);
line(217, 360, 230, 339);
line(235, 361, 231, 340);
line(250, 357, 233, 340);

fill(255, 255, 255);
ellipse(191, 201, 70, 26); // wing

fill(252, 252, 252);
ellipse(203, 242, 174, 95); // body

fill(255, 255, 255);
ellipse(255, 189, 72, 55); // face

ellipse(213, 241, 108, 48); // wing

fill(255, 81, 0);
triangle(279,203,318,193,280,183); //peak

fill(250, 247, 247);
ellipse(267, 180, 17, 10); // eye

fill(3, 3, 3);
ellipse (271, 180, 5, 5); //iris



Here I leave you a video of the basis data of The Hour Of Code:



María Alejandra Rodillo. 

No comments:

Post a Comment