Assignment Question
Criteria: 2-3 pages, separate into paragraphs, use complete sentences, essay format typed, double space, 12pt font upload in PDF format
You are the dance critic watching this dance.
Imagine that you were hired by the LA or New York Times to see this piece live for the first time. Describe the following, as if you writing an article in the newspaper, reviewing the dance. Include the following: Title: The Green Table Choreographer: Kurt Jooss Composer: Fritz Cohen Describe costumes Describe lighting What does the dance tell you, is there a story that you see.
Do not google information on the dance. I want your opinion.
Remember you are the dance critic; do try to NOT watch the dance twice, as you would only see it once LIVE.
Choose TWO of the sections/scenes from below to write about, verses writing on the ENTIRE dance: Sections broken down: the first and last section of the Gentlemen in Black (they are to resemble the world leaders during the war) surrounding the table the section of all the females dancing (in earth/warm tones), then the solo Dancer with the RED scarf the character of Death (looks like a Greek soldier) throughout the entire dance the Profiteer (looks like a mime character) throughout the entire dance
Criteria: This is the video you need to watch in order to complete this assignment: https://www.youtube.com/watch?v=QxJsITxObU4
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 });

