Student Guide Text vs. Video Use this guide as you work through your lesson. The activity titles in this guide match the activity titles in the lesson. Let’s get started! Get Ready Lesson Introduction: Text vs. Video We know how Shirley Jackson built suspense in her story. How does that same anticipation and tension unfold in a short film? Find out as you compare and contrast the story to its video version! Student Goals Read the goals for this lesson. Analyze the differences and similarities between the text and film versions of “The Lottery.” Submit an assignment. Keywords Use the table to quiz yourself on the vocabulary before watching “The Lottery”: Film Adaptation. Study Tip: Cover one side of the screen (or paper if you choose to print this guide), and consider the answer on the other side of the table. When you are ready, uncover the other side to check your answers. It’s a great way to quiz yourself! Keyword Definition mood the emotions or feelings that are conveyed in a literary work Before You Read: “The Lottery”: Film Adaptation Complete the online activity to prepare yourself for reading. Read Read: “The Lottery”: Film Adaptation Take notes that will help you follow along as you watch “The Lottery”: Film Adaptation. After reading, think about what the author’s purpose in writing this piece was. Explain what you believe the author was trying to achieve by writing this piece. Notes: Identify at least two difficult words in the text. Use a reference, such as a dictionary, to find a definition and at least one synonym of each word. Notes: © 2020 K12 Inc. All rights reserved. Page 1 of 2Copying or distributing without K12’s written consent is prohibited. English | Student Guide | Text vs. Video Learn A Closer Look: Compare and Contrast Plot Complete the online activity to learn more about comparing and contrasting the plot. Practice Try It: Two Ways of Seeing Complete the online activity to check your understanding of two ways of seeing. Try It: Vocabulary Checkpoint Complete the online activity to check your understanding of the Vocabulary Checkpoint. Write Now: Reading vs. Watching Follow the online instructions to complete a short writing assignment. Assessment Graded Assignment: Reading vs. Watching Follow the instructions in the online activity to turn in your writing assignment. Review A Look Back: Text vs. Video Complete the online activity to review the lesson. Review: What Have You Learned? Look back in this guide at all the activities in this lesson to make sure you haven’t missed one. Reviewing this guide is a good way to study for quizzes and tests. Tips for Success Feeling overwhelmed and stressed before test day, or while trying to complete your lesson? Here is a tip to help you achieve a calm mind-set: Have a conversation with somebody that isn’t about your studies. Getting your mind on something else for just a little while can help to lower your levels of stress. Assignment Reading vs. Watching In a short essay of two to three well-developed paragraphs, compare and contrast reading the story with watching the video. First, explain how the video changed or remained faithful to the story and how this affected your understanding of the story and its theme. Use specific evidence from the text of the story, as well as the video, to support your ideas and observations. (Make sure you explain specifically what the theme of the story is, too!) Then, evaluate the choice of costumes, set, and actors in the film compared with the text version. Why did the director make the choices he did, and what effect did they have on the story, plot, theme, and/or viewing experience?
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });