Present on a composer and work (The Creation by Franz Joseph Haydn)
Write a short biography of the composer.(Write in paragraph form. The answer needs to be one paragraph.)
Write a description of the work.(Write in bullet form with at least 5 bullets.)
Explain where this work fits into the history of music.(Write in bullet form with at least 5 bullets.)
Provide a list of at least 3 quality sources from which you got your information (Do not settle for the first thing that pops up in a Google search.)
1. What is the title and name of the composer of example 1.
2. What is the title and name of the composer of example 2.
3. What is the title and name of the composer of example 3.
4. What is the title and name of the composer of example 4.
5. What is the title and name of the composer of example 5.
6. What is the title and name of the composer of example 6.
7. In which musical time period was example 7 written? Explain your answer using musical terminology.
8. In which musical time period was example 8 written? Explain your answer using musical terminology.
9. In which musical time period was example 9 written? Explain your answer using musical terminology.
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 });