MUSIC INDUSTRY PRESENTATION
Working format: Individual
Type: Case study
Moderation: Dual Assessment
Weighting: 25%
Learning Outcomes
K2, K3, S2
Overview
Students are required to discuss the working relationships between 3-4 music industry players,
highlighting the economic, legal and logistical dependencies.
Requirements
● All sources must be clearly cited and referenced;
● Identify key players in the music industry and illustrate its value chain;
● Illustrate systems for revenue collection and income flow, use graphics.
● Employ appropriate use of industry terminology;
Assessment Criteria
● Clear and concise introduction
Assessment Guidelines
● Insightful analysis/discussion of the topic
● Insightful and well-developed conclusion
● Effective and Appropriate use of quotes, referencing and bibliography;
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 });

