Rough word structure:
Introduction -1000, Literature review – 2500, methodology – 1500, findings – 1500, conclusion – 1000.
Notes:
Literature review, 5 main pieces of writing with other supporting ideas. Needs to be able to guide reader onto the methodology. Focus the literature review around the objectives.
Methodology, say what the literature review has established, consider ethical considerations, and state methods used to gather info, this will be questionnaires and interviews (made up).
Findings, questionnaires and interviews. Relate to lit review over answers, include table and/or graphs. What did the questionnaire find? What did the interview find?
Conclusion, go over focus, what was the major findings? What was a surprising finding? Recommendations
I have an ethics form which has some info which I will upload to support the writer in the next couple of days when completed and accepted by the uni.
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 });

