Writing Assignment (10%)
The report submit due on May 5th.
Attend one classical music concert (must be CLASSICAL MUSIC) during this semester and
submit the concert report.
Concert Schedule links are at Announcements in Blackboard.
The concert report must be enclosed with PROGRAM.
The report must be Minimum 350 words, Maximum 850 words.
The report must be typed. (font size 12, double-spaced)
If you must quote, the source of the quotation must be clarified.
The report must contain at least 3 items from below (may require a research):
1. Any particular reason and opinion to choose the concert.
2. Any opinion of atmosphere or the place.
3. Any opinion on the music, composer(s), or performer(s).
4. Any opinion of performance at the concert.
5. Comparison between the music you have heard at the concert and your favorite type of
music.
Do not copy any detail informations from the program (life story of the composer, background
story of the music, etc.) unless it is the interesting point to you. I dont need an information. I
need your opinions!
Extra concert attendances and reports will be given extra credit. (2.5% each)
Any concert attendance is not an excuse for absence of any other classes.
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 });

