Vi flyttar från butik till nätet - så funkar det framåt
Teaching Design | 0:e upplagan
- Danskt band, Engelska, 2017
- Författare: Meredith Davis
- Betyg:
262
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
An Expertly Written Guidebook to Teaching Design at All Levels
Teaching Design provides a practical foundation for teaching about and through design. The exploding interest in design and design thinking calls for qualified faculty members who are well prepared for a variety of institutional settings and content areas. While designers know their disciplines, they frequently lack experience in constructing responsive curricula and pedagogies for rapidly evolving professions. And while K-12 educators are trained for the classroom, their ability to transform teaching and learning through design is limited by a shortfall in professional literature.
Davis's extensive experience in education offers a detailed path for the development of curricula. The book addresses writing objectives and learning outcomes that succeed in the counting-and-measuring culture of institutions but also meet the demands of a twenty-first-century education. An inventory of pedagogical strategies suggests approaches to learning that serve both college professors and K-12 teachers who want to actively engage students in critical and creative thinking. Sections on assessment make the case for performance-based activities that provide credible evidence of student learning. Davis also discusses the nature of contemporary problems and teaching strategies that are well matched to growing complexity, rapid technological change, and increased demand for interdisciplinary engagement.
Examples in Teaching Design span the design disciplines and draw on Davis's experience in teaching seminars for college faculty, graduate courses for design students seeking academic careers, and workshops for K-12 teachers converting their classrooms into centers for innovation.
Teaching Design provides a practical foundation for teaching about and through design. The exploding interest in design and design thinking calls for qualified faculty members who are well prepared for a variety of institutional settings and content areas. While designers know their disciplines, they frequently lack experience in constructing responsive curricula and pedagogies for rapidly evolving professions. And while K-12 educators are trained for the classroom, their ability to transform teaching and learning through design is limited by a shortfall in professional literature.
Davis's extensive experience in education offers a detailed path for the development of curricula. The book addresses writing objectives and learning outcomes that succeed in the counting-and-measuring culture of institutions but also meet the demands of a twenty-first-century education. An inventory of pedagogical strategies suggests approaches to learning that serve both college professors and K-12 teachers who want to actively engage students in critical and creative thinking. Sections on assessment make the case for performance-based activities that provide credible evidence of student learning. Davis also discusses the nature of contemporary problems and teaching strategies that are well matched to growing complexity, rapid technological change, and increased demand for interdisciplinary engagement.
Examples in Teaching Design span the design disciplines and draw on Davis's experience in teaching seminars for college faculty, graduate courses for design students seeking academic careers, and workshops for K-12 teachers converting their classrooms into centers for innovation.
Om denna bok
Teaching Design av Meredith Davis är en Danskt band bok med 216 sidor på Engelska. Den utgavs 2017 av Skyhorse Publishing.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Teaching Design 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:
9781621535300
Upplaga:
0
Utgiven:
2017-07-27
Förlag:
Skyhorse Publishing
Sidantal:
216
$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"
>