Discussion – Research Proposal and Learning
Discussion for week 2
the book is Research Methods for social work eighth edition
Discuss what you learned during this phase of your research proposal in 300-450 words.
Address the following for this discussion:
What did you learn about developing a research question and conducting a literature review based on use of the library?
How did you organize yourself as you made preparations to begin this phase?
How much time was invested into your literature view?
Were there any specific databases that focused on your RQ?
Please provide at least one research “tip” that your colleagues may find useful.
To submit your original post, click Add new discussion topic.
Tip: Please remember to add a subject line to your post. Use descriptive subject lines for your posts; some find it easier to write the subject line after writing the post.
You are also required to respond (in 150-200 words) to at least two other students’ postings in order to advance discussion and meet the requirements established in the syllabus
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 });

