Writing a Small-scale Research Report
You must write a report of 300 – 350 words describing the student experience of the
internationalization of higher education. You started preparing for the report in your GL5
class in Weeks 21.
The Report must include:
1. A title – you choose an appropriate title for your report
2. The following sections:
Introduction: Background to internationalization of higher education and the
specific issues to be investigated
Paragraphs briefly describing the survey methodology and main results
Conclusion which summarizes and comments on the main findings.
3. One reference– either a direct quotation or paraphrase of previous published
discussion of this topic.
4. A bibliography listing at least one reference at the end of the report.
5. A copy of your questionnaire (as started in Week 21) for information only. This does
not count as part of the 300 – 350 words.
The full portfolio includes a copy of your Film Review, which has been marked and is already
on Moodle. You need to make a file of your contributions to the Moodle Forum and upload
this, together with your Research Report to the assessment area for your GL5 group by 12
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 });

