Top Girls (York Notes Advanced) English Literature Study Guide - for 2025, 2026 exams | 0:e upplagan
- Pocket, Engelska, 2008
- Författare: Caryl Churchill
- Betyg:
127
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
Packed full of analysis and interpretation, historical background, discussions and commentaries, York Notes will help you get right to the heart of the text you’re studying, whether it’s poetry, a play or a novel.
You’ll learn all about the historical context of the piece; find detailed discussions of key passages and characters; learn interesting facts about the text; and discover structures, patterns and themes that you may never have known existed. In the Advanced Notes, specific sections on critical thinking, and advice on how to read critically yourself, enable you to engage with the text in new and different ways.
Full glossaries, self-test questions and suggested reading lists will help you fully prepare for your exam, while internet links and references to film, TV, theatre and the arts combine to fully immerse you in your chosen text.
York Notes offer an exciting and accessible key to your text, enabling you to develop your ideas and transform your studies!
You’ll learn all about the historical context of the piece; find detailed discussions of key passages and characters; learn interesting facts about the text; and discover structures, patterns and themes that you may never have known existed. In the Advanced Notes, specific sections on critical thinking, and advice on how to read critically yourself, enable you to engage with the text in new and different ways.
Full glossaries, self-test questions and suggested reading lists will help you fully prepare for your exam, while internet links and references to film, TV, theatre and the arts combine to fully immerse you in your chosen text.
York Notes offer an exciting and accessible key to your text, enabling you to develop your ideas and transform your studies!
Produktinformation
Kategori:
Okänd
Bandtyp:
Pocket
Språk:
Engelska
ISBN:
9781405896238
Upplaga:
0
Utgiven:
2008-08-28
Förlag:
Pearson Education
Sidantal:
120
Hur man citerar Top Girls (York Notes Advanced) English Literature Study Guide - for 2025, 2026 exams
Klicka på -knappen för att kopiera citatet till urklipp. Kom ihåg att alltid dubbelkolla dina referenser.
Harvard
Caryl Churchill (2008) Top Girls (York Notes Advanced) English Literature Study Guide - for 2025, 2026 exams. Pearson Education
Caryl Churchill (2008) Top Girls (York Notes Advanced) English Literature Study Guide - for 2025, 2026 exams. Pearson Education
APA (7:e upplagan)
Caryl Churchill (2008). Top Girls (York Notes Advanced) English Literature Study Guide - for 2025, 2026 exams. Pearson Education
Caryl Churchill (2008). Top Girls (York Notes Advanced) English Literature Study Guide - for 2025, 2026 exams. Pearson Education
MLA
Caryl Churchill. Top Girls (York Notes Advanced) English Literature Study Guide - for 2025, 2026 exams. Pearson Education, 2008.
Caryl Churchill. Top Girls (York Notes Advanced) English Literature Study Guide - for 2025, 2026 exams. Pearson Education, 2008.
Vancouver
Caryl Churchill. Top Girls (York Notes Advanced) English Literature Study Guide - for 2025, 2026 exams. Pearson Education; 2008.
Caryl Churchill. Top Girls (York Notes Advanced) English Literature Study Guide - for 2025, 2026 exams. Pearson Education; 2008.
IEEE
Caryl Churchill, Top Girls (York Notes Advanced) English Literature Study Guide - for 2025, 2026 exams. Pearson Education, 2008.
Caryl Churchill, Top Girls (York Notes Advanced) English Literature Study Guide - for 2025, 2026 exams. Pearson Education, 2008.
Behöver du hjälp med referenser?
Dessa citat genereras automatiskt från bokens metadata. Kontrollera alltid att informationen är korrekt innan du använder den i ditt arbete.
$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"
>