Assignment Question
Assignment 1 Assignment: Designing a Framework for a targeted workshop for Graduate Students at UNBC
Assignment Instructions: Your task is to design a framework for a ten-minute mini workshop aimed at addressing a specific need of Graduate Students at UNBC.
Presentation Criteria: 1. Identification of the Graduate Student Need: Clearly state the specific need or problem of UNBC Graduate Students that your workshop is designed to address. Explain why this issue is significant and merits attention.
2. Rationale Behind Project Discuss your reasoning and approach for choosing this particular need or problem. Explain how this workshop fits into the broader context of graduate student life at UNBC.
3. Workshop Framework and Strategy: Outline the structure and content of your proposed workshop. Describe the key activities, discussions, or content areas that you would include. Discuss the methods or techniques you would use to engage graduate students effectively.
4. Learning Outcomes: Clearly define the intended learning outcomes for participants of the workshop. Explain what graduate students are expected to learn or achieve by the end of the workshop.
5. Conclusion and Justification: Summarize why your workshop would be beneficial and effective for UNBC graduate students. Reflect on how your workshop aligns with the goals and values of UNBC Access https://unbc.ca for more information
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 });