I was fortunate to be involved with the 2021 Winter Writer's Fest in Ravenna, Oh. This year it was virtual, but we had a good time being remote.

In the class I taught, I worked with kids to help spark their imaginations and help them make creative stories. We didn't have much time, but we did write a short cooperative story. Each person supplied one line to the story. I think the kids were coming up with a better story than the adults.

Here are a couple clips from the class:

challenging the class to color but think outside the lines
Where do you get ideas?

I hope to return to this fest and work with kids more on story creation.

Get Resources for Parents and Teachers

I create material with each story that teachers and homeschool parents can use with their kids. I also have tutorial videos that cover a variety of topics. Of course, I'll also let you know when my newest stories come out and make sure you get my offered discounts.

You have Successfully Subscribed!

add_filter( 'get_the_archive_title', 'custom_clean_archive_title' ); function custom_clean_archive_title( $title ) { if ( is_category() ) { return single_cat_title( '', false ); } elseif ( is_tag() ) { return single_tag_title( '', false ); } elseif ( is_author() ) { return get_the_author(); } elseif ( is_post_type_archive() ) { return post_type_archive_title( '', false ); } elseif ( is_tax() ) { return single_term_title( '', false ); } return $title; }