Ask for Help!
ASK FOR HELP! Click this link to post a WordPress question and get a quick answer. You can also look at some of the previous questions and answers as well. Need step-by-step instructions? Peruse the list below.
Earth and Sun Quiz
Now that you have watched the Khan Academy Scale of Earth and Sun video, you’re ready to take the quiz to see how close you were paying attention. Although Khan Academy provides some practice activities, having the quiz and video on you WordPress site keeps your audience focused right here. This quiz is a Google Docs form. So you will see the results in a Google Spreadsheet.
Khan Academy: Scale of Earth and Sun
Here’s an example of how you can embed a Khan Academy video into your WordPress site:
1. Find the video on the Khan Academy site and right click on it and select “copy embed html”.
2. Create a new WordPress post and paste the copied embed code into the post with the HTML tab selected.
3. Adjust the height and width of the video by changing those values in the html code.
Khan Academy: A Valuable Resource for the Classroom
Khan Academy is an online math, science and humanities resource available free to anyone. The Web site includes hundreds of videos on topics from Adding Whole Numbers to Probability, Big Bang Introduction to Introduction to Gravity, Monet’s Water Lilies to Rembrandt’s Self-Portrait, and the Vietnam War to the Electoral College.
Although you can have a self-contained learning experience on the Khan Academy’s Web site, the Bethel School District sees the Khan Academy not as a substitute for classroom teaching and learning, but as a valuable additional resource for both teachers and students. Teachers might use a video in place of a chapter in the text book or a lecture. Students can use Khan Academy to review materials they don’t quite understand or learn a skill or concept that was taught while they were absent or not paying attention.
It is important to match the videos with your students’ skills/knowledge and to the curriculum you are delivering. Check the videos for both accuracy and student engagement before making them available.
The workshop on February 15, 2012 (room still available) will focus on these topics:
1. How to navigate the site and find resources.
2. Evaluate the quality and accuracy of the content of Khan Academy.
3. Share how these resources can be used at your grade level and with your curriculum.
4. Demonstrate how videos can be embedded into your WordPress site.
As you think of more ideas for using Khan Academy in your classroom, leave a comment. Or if you just have an opinion or question, let us hear from you.
Addendum: Here’s a rather pointed critique of Khan Academy that gives a different perspective.
Make 2012 the Year of WordPress
Welcome back to school! The Chinese New Year is January 23 and 2012 is the Year of the Dragon. Let’s make our 2012 the Year of WordPress and make updating your WordPress site your new year’s resolution. The timing couldn’t be better. WordPress 3.3, the newest version, is now installed on your site. Check out all the new features. And we now have over 30 themes for teachers to choose from including these new ones:
Paradise
Ink Spots
Pink Chalk
Astronomy
Blue Header
Learning Tree
Mustang
Technology
Look for these two WordPress workshops when you receive this month’s Bethel Training Opportunities email:
WordPress Dr0p-In: Stop by to get your questions answered or learn a new WordPress skill. Stay for 10 minutes or the whole 90 minutes.
WordPress Next Steps: Get step-by-step instructions on how to add some great WordPress features to your site including videos, picture galleries, widgets and plugins, embedded Google Docs, posts sent to your email list and much more.
Use the search box at the top left on this page to find other posts that give you step-by-step instructions for a variety of WordPress skills.
Questions? Comments? Ask or share by clicking on the “Leave Comment” link at the bottom of this post.
WordPress 3.3 Brings New Functionality
WordPress 3.3 is here and all Bethel WordPress sites have been upgraded to the new version. Here is a quick overview of changes that you’ll want to look for:
File Type Detection
We’ve streamlined things! Instead of needing to click on a specific upload icon based on your file type, now there’s just one. Once your file is uploaded, the appropriate fields will be displayed for entering information based on the file type.
Drag-and-Drop Media Uploader
Adding photos or other files to posts and pages just got easier. Drag files from your desktop and drop them into the uploader. Add one file at a time, or many at once.
Flyout Menus
Speed up navigating the dashboard and reduce repetitive clicking with our new flyout submenus. As you hover over each main menu item in your dashboard navigation, the submenus will magically appear, providing single-click access to any dashboard screen.
Header + Admin Bar = Toolbar
To save space and increase efficiency, we’ve combined the admin bar and the old Dashboard header into one persistent toolbar. Hovering over the toolbar items will reveal submenus when available for quick access.
Adding an Insert More Tag
If your post is rather long and would require the reader to scroll to continue reading, you might consider adding an “Insert More” tag to jump to the full story. Here’s how:
1. Compose your post then find the point where you’d like the jump to occur. Place the cursor there. If you have a picture or graphic with your post, put the “Insert More” tag at least below the picture so it stays on the front page.
2. Move to the edit window menu bar and click on the “Insert More” button.
You’ll see the line appear where the cursor is blinking.
3. Publish or Update your post and then view the post to see how it looks. Not where you want the “Insert More” tag?
WordPress Next Steps
WORKSHOP AGENDA
1. What are widgets and plugins?
2. Akismet Spam Blocker
3. Post Notification
4. Managing Comments
5. Uploading PDFs to WordPress
Helpful How-Tos
1. How do I add a single image to a post?
2. H0w do I add a video to a post?
3. H0w do I add a Google Document?
4. How do I add a Google form (survey or test) to a post?
Tip of the Week: Adding a Table
Sometimes one column just isn’t enough. You might have a list of 20 things to add to your post like some links you want students to use for a project. Putting them in one long column isn’t a very good use of space. You can add a table to a post in several ways:
1. By far the easiest way is to simply cut and paste these 9 lines of HTML code into you post with the HTML tab active. Then switch back to the Visual tab and you’ll see that your table is ready for entry:
<table style=”text-align: left; width: 590px; height: 32px;”
border=”0″ cellpadding=”2″ cellspacing=”2″>
<tbody>
<tr>
<td align=”left” valign=”top”></td>
<td align=”left” valign=”top”></td>
</tr>
</tbody>
</table>
Your table should look like this:
| MS NBC News ABC News LA Times The Nation New York Times |
News Hour Extra Front Pages from Around the World |
You can adjust the width of the table by clicking on the HTML tab and changing the width to a smaller or larger number depending on the size of the center column of your site.
2. A second way to create a table in a WordPress post is to use the plugin WP Table Reloaded. Although this plugin takes a bit more effort than using the HTML code, it also provides a few more bells and whistles. You can see an example of the WP Table Reloaded plug in at List of Bethel Bloggers. WP Table Reload is a plugin ready for you to activate in all Bethel Blogs.
