Read Ch. 2 of our text (Creativity 101). Pick three important ideas in the chapter and write a short paper (about 500 words) explaining those three ideas in your own words
and explaining why those ideas seem important to you.
2. Watch this short (4-minute) video on Where Good Ideas Come From: http://www.youtube.com/watch?v=eNwMut3-z1Y&feature=related3. Watch the short (7-minute) video, Build a Tower, Build a Team: http://www.youtube.com/watch?v=H0_yKBitO8M .
———-
Added on 24.09.2016 15:05
This is the textbook for reading Ch.2
Instruction files
creativity_101_second_edition_-_james_c._kaufman_phd.pdf(1,88 MiB)
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 });

