riprogrammiamoci++; co-design, co-learning, coding

Post on 19-Jul-2015

240 Views

Category:

Education

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

RIPROGRAMMIAMOCI++;co-design, co-learning, coding

Come possono collaborare?

Prof. Filomena Cosimo Papà Eustachio

Abbiamo la soluzione!

WATCH / OSSERVA

DO / FAI

TEACH / INSEGNA

L'ARTEFATTO

/** the project in a nutshell **/

int numTopics = 5;

int numTasks = 5;

for(i = 0; i<numTopics; i++) {

for(j = 0; j<numTasks; j++) {

watch();

do();

learn();

}

}

top related