Assignment 2: Interest Inventory and Prewriting
This assignment has two parts. Part 1 consists of completing the Interest Inventory per the explanation and example shown in your textbook, The Curious Researcher.
Once you complete all sections of the Interest Inventory, begin working on Part 2, the prewriting portion of the assignment. Below are three different methods of generating ideas, or brainstorming. Click each method to download an example.
Listing: Creating columns of ideas or short phrases about a topic.
Freewriting: Compiling a series of complete or fragmentary sentences that provide a loosely organized narrative or collection of ideas pertaining to a single topic. At the top of a blank Microsoft Word document, write the topic you chose in Part 2 of the Interest Inventory. Take a moment to think, then simply begin writing down any ideas you have that pertain to the topic. Write until your ideas are exhausted.
Clustering: Creating a diagrammatic outline of thoughts in which a topic is identified and then legs (spidering) or branches are added around that identify the main and sub-points. If you are interested in clustering or spidering, then take a look at bubbl.us. This site provides tools for creating a unique brainstorming visual.
To generate your prewriting, choose one of the three methods described above. Try to generate as many original ideas about your topic as possible. To that end, try to complete one full (double-spaced) page in a Microsoft Word document.
Assignment 2 Grading Criteria
Maximum Points
Submitted the results of the Interest Inventory, including steps one through three.
40
Posted a prewriting assignment that uses one of the brainstorming/prewriting methods discussed in the assignment guidelines.
40
Employs correct spelling, grammar, and punctuation, and appropriate logic, voice, and formatting.
10
Participates actively in the discussion. Reviews and responds to questions and comments submitted by at least two others.
10
Total:
100
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 });

