Vi flyttar från butik till nätet - så funkar det framåt
Toward a Theory of Instruction | 0:e upplagan
- Danskt band, Engelska, 1974
- Författare: Jerome Bruner
- Betyg:
327
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
This country’s most challenging writer on education presents here a distillation, for the general reader, of half a decade’s research and reflection. His theme is dual: how children learn, and how they can best be helped to learn—how they can be brought to the fullest realization of their capacities.
Jerome Bruner, Harper’s reports, has “stirred up more excitement than any educator since John Dewey.” His explorations into the nature of intellectual growth and its relation to theories of learning and methods of teaching have had a catalytic effect upon educational theory. In this new volume the subjects dealt with in The Process of Education are pursued further, probed more deeply, given concrete illustration and a broader context.
“One is struck by the absence of a theory of instruction as a guide to pedagogy,” Mr. Bruner observes; “in its place there is principally a body of maxims.” The eight essays in this volume, as varied in topic as they are unified in theme, are contributions toward the construction of such a theory. What is needed in that enterprise is, inter alia, “the daring and freshness of hypotheses that do not take for granted as true what has merely become habitual,” and these are amply evidenced here.
At the conceptual core of the book is an illuminating examination of how mental growth proceeds, and of the ways in which teaching can profitably adapt itself to that progression and can also help it along. Closely related to this is Mr. Bruner’s “evolutionary instrumentalism,” his conception of instruction as the means of transmitting the tools and skills of a culture, the acquired characteristics that express and amplify man’s powers—especially the crucial symbolic tools of language, number, and logic. Revealing insights are given into the manner in which language functions as an instrument of thought.
The theories presented are anchored in practice, in the empirical research from which they derive and in the practical applications to which they can be put. The latter are exemplified incidentally throughout and extensively in detailed descriptions of two courses Mr. Bruner has helped to construct and to teach—an experimental mathematics course and a multifaceted course in social studies. In both, the students’ encounters with the material to be mastered are structured and sequenced in such a way as to work with, and to reinforce, the developmental process.
Written with all the style and élan that readers have come to expect of Mr. Bruner, Toward a Theory of Instruction is charged with the provocative suggestions and inquiries of one of the great innovators in the field of education.
Jerome Bruner, Harper’s reports, has “stirred up more excitement than any educator since John Dewey.” His explorations into the nature of intellectual growth and its relation to theories of learning and methods of teaching have had a catalytic effect upon educational theory. In this new volume the subjects dealt with in The Process of Education are pursued further, probed more deeply, given concrete illustration and a broader context.
“One is struck by the absence of a theory of instruction as a guide to pedagogy,” Mr. Bruner observes; “in its place there is principally a body of maxims.” The eight essays in this volume, as varied in topic as they are unified in theme, are contributions toward the construction of such a theory. What is needed in that enterprise is, inter alia, “the daring and freshness of hypotheses that do not take for granted as true what has merely become habitual,” and these are amply evidenced here.
At the conceptual core of the book is an illuminating examination of how mental growth proceeds, and of the ways in which teaching can profitably adapt itself to that progression and can also help it along. Closely related to this is Mr. Bruner’s “evolutionary instrumentalism,” his conception of instruction as the means of transmitting the tools and skills of a culture, the acquired characteristics that express and amplify man’s powers—especially the crucial symbolic tools of language, number, and logic. Revealing insights are given into the manner in which language functions as an instrument of thought.
The theories presented are anchored in practice, in the empirical research from which they derive and in the practical applications to which they can be put. The latter are exemplified incidentally throughout and extensively in detailed descriptions of two courses Mr. Bruner has helped to construct and to teach—an experimental mathematics course and a multifaceted course in social studies. In both, the students’ encounters with the material to be mastered are structured and sequenced in such a way as to work with, and to reinforce, the developmental process.
Written with all the style and élan that readers have come to expect of Mr. Bruner, Toward a Theory of Instruction is charged with the provocative suggestions and inquiries of one of the great innovators in the field of education.
Om denna bok
Toward a Theory of Instruction av Jerome Bruner är en Danskt band bok med 192 sidor på Engelska. Den utgavs 1974 av Harvard University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Toward a Theory of Instruction begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780674897014
Upplaga:
0
Utgiven:
1974-01-01
Förlag:
Harvard University Press
Sidantal:
192
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>