2500 words – the appendices do not count in this.
Introduction
Introduce your research question and aims and objectives
Discussion
Discuss why you are asking certain questions and groups of questions.
Link to the relevant theory areas from academic literature.
Include discussion of any changes or proposed changes.
Identify the type of survey – in depth interviews, focus groups, questionnaire to be sent out OR filled in in person.
Also include a brief discussion of how it will be analysed.
MAKE SURE TO INCLUDE CITATIONS AND A REFERENCE LIST- all citations should be in the reference list and all references should appear as citations!
Put the table and questionnaire in the Appendices as these do not count in the word count.
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 });

