You are to engage in original research in dance and present your findings in the written format. This essay will be based on the provided research research question.
How has the kapa haka served as the Maori peoples taonga, or cultural artifact, since it’s origination? (Provide a few specific examples of communities that practice this cultural artifact in your thesis statement. )
RESEARCH! This means reading books and articles that pertain to your question. This can also mean viewing video and listening to interviews that pertain to your question. The thesis statement is an original statement that you creat that answers the research question in some way, or guides your reader to understand what you are about to explain in detail in your paper. Here are some examples of strong and weak theses related to the above research question:
Strong:
After analyzing X dance, Y dance, and Z dance, I have noticed that women have a more powerful and dynamic role in courtship dances in the late 20th century than they did in the early 20th century.
Weak:
Courtship dances have changed a lot throughout the 20th century.
Writing Structure:
1. Introduction
2. Research question/Thesis
3. Explanation of findings
4. Re-evaluation/reflection of research question
5. Conclusion
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 });

