%@ LANGUAGE="VBSCRIPT" %>
<%
Response.Buffer=true
topic = replace(Request("topic")," ","%20")%>
Writing Workshop
<% if topic = "Persuasive" then %>
<%
celebrate = "Great ways to publish and celebrate:- Using your persuasive writing as the base, create a 60 second video-taped commercial designed to convince others of your views.
- Actually mail your paper to the person or organization you're trying to persuade. Request a formal response to your letter.
- Use a multimedia software program to create an interactive version of your writing complete with graphics, photos, and recordings that assist in stating your argument.
- Host a debate on the issues. Ask fellow students to take the opposing viewpoints, research their side, and then host a debate.
- Ask for your persuasive writing to be published in the editorial section of your school or local newspaper.
"
%>
<% end if %>
<% if topic = "Iditarod" then %>
<%
celebrate = "Great ways to publish and celebrate:- Using your persuasive writing as the base, create a 60 second video-taped commercial designed to convince others of your views.
- Actually mail your paper to the person or organization you're trying to persuade. Request a formal response to your letter.
- Use a multimedia software program to create an interactive version of your writing complete with graphics, photos, and recordings that assist in stating your argument.
- Host a debate on the issues. Ask fellow students to take the opposing viewpoints, research their side, and then host a debate.
- Ask for your persuasive writing to be published in the editorial section of your school or local newspaper.
"
%>
<% end if %>
<% if topic = "Women" then %>
<%
celebrate = "Great ways to publish and celebrate:- Using your persuasive writing as the base, create a 60 second video-taped commercial designed to convince others of your views.
- Actually mail your paper to the person or organization you're trying to persuade. Request a formal response to your letter.
- Use a multimedia software program to create an interactive version of your writing complete with graphics, photos, and recordings that assist in stating your argument.
- Host a debate on the issues. Ask fellow students to take the opposing viewpoints, research their side, and then host a debate.
- Ask for your persuasive writing to be published in the editorial section of your school or local newspaper.
"
%>
<% end if %>
<% if topic = "" then %>
<%
celebrate = "Great ways to publish and celebrate: - Publish a class book containing each student's oral history project.
- Create a taped version of your report.
- Write a play based on the life of the person you interviewed and then act out your play.
- Read your report during a school parent night.
- Use a multimedia software program to create an interactive version of your report complete with photos and voice recordings of your subject.
- Host a young authors conference in your classroom.
"
%>
<% end if %>
<% if topic = "Immigration" then %>
<%
celebrate = "Great ways to publish and celebrate: - Publish a class book containing each student's oral history project.
- Create a taped version of your report.
- Write a play based on the life of the person you interviewed and then act out your play.
- Read your report during a school parent night.
- Use a multimedia software program to create an interactive version of your report complete with photos and voice recordings of your subject.
- Host a young authors conference in your classroom.
"
%>
<% end if %>
<% if topic = "My%20Family" then %>
<%
celebrate = " Great ways to publish and celebrate: - Publish a class book containing each student's oral history project.
- Create a taped version of your report.
- Write a play based on the life of the person you interviewed and then act out your play.
- Read your report during a school parent night.
- Use a multimedia software program to create an interactive version of your report complete with photos and voice recordings of your subject.
- Host a young authors conference in your classroom.
"
%>
<% end if %>
<% if topic = "WWII" then %>
<%
celebrate = "Great ways to publish and celebrate: - Publish a class book containing each student's oral history project.
- Create a taped version of your report.
- Write a play based on the life of the person you interviewed and then act out your play.
- Read your report during a school parent night.
- Use a multimedia software program to create an interactive version of your report complete with photos and voice recordings of your subject.
- Host a young authors conference in your classroom.
"
%>
<% end if %>
<% if topic = "Other" then %>
<%
celebrate = "Great ways to publish and celebrate: - Publish a class book containing each student's oral history project.
- Create a taped version of your report.
- Write a play based on the life of the person you interviewed and then act out your play.
- Read your report during a school parent night.
- Use a multimedia software program to create an interactive version of your report complete with photos and voice recordings of your subject.
- Host a young authors conference in your classroom.
"
%>
<% end if %>
<%
doMenu
%>
<%
doFooter
%>