Students/Parents Teachers Librarians Shopping/Fundraising About Us
 

 
User's Guide
Back to FAQ INDEX

Welcome! Before accessing any of yourhomework.com's powerful tools, you must login to your Personal Page.

Here's how:

  • Go to the Teacher - Login page using the drop-down menus.

  • Login with the user ID and password you created during registration. Your user ID and password are case-sensitive, so use capital and lower case letters accordingly. If you forget your password, use the link below the Login button to have your password Emailed to the Email account entered at the time of registration.
    Your Personal Page provides secure access to the following features:

My Courses Printer friendly

Update Course Info
My Assignments
Enhancing your Assignments
Adding Links
Linking to Files
Images
Sound and Video

My Favorite Sites Printer friendly

Searching Homework Help
Adding a Favorite Site
Modifying and Removing Favorite Sites

My Site Builder Printer friendly

Using our pre-designed templates
Modifying your web page

My Files Printer friendly

Uploading files
Linking to files
Creating folders

My Email Printer friendly

Benefits for teachers
Benefits for schools or districts
Using Your Email Account

My Calendar Printer friendly

Searching the Event Calendar
Adding a Calendar Event

My User Info  Printer friendly

My Library Alert Printer friendly

About the Library Alert Service
Sending Library Alerts
Content of a Library Alert

My Chatrooms Printer friendly

My Chatroom Settings


My Courses
Printer friendly

Create new courses by:

  • Click on Add A New Course to create a course.
  • Enter new course information, including name, grade level, and general information.
  • Click on Update this course when you are done.

For existing courses, choose one of the following:

  • My Course Info to change the general course information
  • Delete This Course to remove the course and all assignments associated with it
  • My Assignments to add, modify, or delete any assignments for that course
  • View This Course As Student to view the course as a student or parent would through Students/Parents, View Homework

Update Course Info

You may edit any of the course information. The General Information section may contain HTML to insert bold, color, links, images, sound, or download files. See Adding Links for more information.

My Assignments

You may modify or delete any existing assignments by clicking on Modify or Delete after the corresponding assignment.

Click Add One Assignment or Add Multiple Assignments to input a new assignment. Add Multiple Assignments allows you to enter five assignments at once.

To add a new assignment:

  • Select the date assigned and the due date for this assignment
  • Enter as much homework information as you wish in the space provided.
  • Send a Library Alert: A check box is available if you want to send your local public library a copy of this assignment. Click My Libraries on your Personal Page to select specific libraries to receive your alerts.
  • Show this assignment: The SHOW THIS ASSIGNMENT box is always checked when you add an assignment. To hide an assignment, simply remove the check to hide if from student view. You can modify the assignment at any time to check the box and SHOW it to the students.
  • Click Update this assignment when you are done.

You may Copy + Paste text from your word-processor to save time, but format will not be retained.

There is no need to delete assignments since students can display either the 7 most recent assignments or all assignments.

Click Major Maintenance to perform year-end tasks or modify a batch of assignments. In Major Maintenance, you can:

  • Delete assignments within a date range
  • Delete all your assignments without removing the course
  • Roll forward the year on your assignments, and opt to HIDE them from view
  • Roll Back the year on your assignments and opt to HIDE them from view

To HIDE assignments from student view, leave the check OFF the Show Assignments box. Always refresh your browser after using Major Maintenance to view your assignments with the new changes.

Enhancing your Assignments

Assignments can contain bold text, color, italics, superscript, and more. If you are familiar with HTML tags you may use them to enhance the display format. Any HTML tags you type into your assignments will be applied for the students to see. There are many references for teachers who wish to learn HTML on the Internet. For example, add emphasis:

<B> This will print in bold text </B>. Use our HTML tag list to get started and experiment.

Adding Links

You can put web links into assignments for guided Internet activity! Your students will love it, and you can be very creative!

Insert the following HTML tag into your course information section or assignments to list a favorite link.

<a href="http://www.yourhomework.com"> yourhomework.com </a>

Simply change the yourhomework.com to whatever site you want.

The first part inside the tag is the actual web site address you are linking to:

"http://www.yourhomework.com"

The second yourhomework.com between the tags is what will appear on your course page for your students to click on. You can put whatever you want between the tags to click on, for example:

<a href="http://www.yourhomework.com"> Do YourHomework! </a>

When done, it looks and works like this: Do YourHomework!

Try it and experiment!

Linking to Files

It's very easy to put your important files on yourhomework.com for students and parents to view and print. Save time and empower parents! Stop reprinting lost worksheets and put the responsibility on the students for replacing lost papers!

There are two ways to link to files:

  • All of our web templates offer an automatic link to your uploaded files from the My Files link on your web page. Your students view or download your files at any time by simply visiting your web page. When you request a web page, we create a sub-folder called "public". All files you upload into the "public" folder are instantly accessible from your web page, no linking required! Or…

  • You can link to an uploaded file from an assignment, which is useful when the assignment requires access to a worksheet, quiz, or list you've created.

Before you begin:

Set up a web page and we create a personal folder for your account. If you see a My Site Builder button on your Personal Page, it's already done! If not, click Setup My Home Page to create your web page and personal folder.

Your personal folder and web page address is http://teachers.yourhomework.com/login, where login is your user ID (or the name you selected to replace your user ID). You will see your personal folder name and web page address in My Site Builder. We automatically create a sub-folder called "public" when you set up a web page. All files uploaded into the "public" folder are accessible through the "My Files" link on your template web page.

To link to your files from assignments or your course info section:
   Step 1: Upload the file to your public folder: Word documents, graphics, sound clips, video clips, etc. Help with Uploading Files is available.
  Step 2:

Link to your uploaded files from your assignments or course info section with the following link:

<a href="http://teachers.yourhomework.com/login/public/filename.doc"> filename </a>

Notes:

  • Remember to change "login" to your own login (or created web page name), and change "filename" to the name of the file. For example BookList.doc, Project.pdf, or map.gif …Include the file extension .doc, .jpg, etc.

  • *File names are CASE SENSITIVE, so use the correct capital and lower case letters in your link. For example:
    <a href="http://teachers.yourhomework.com/jane/Project.doc"> filename </a>

  • *If you wish to display your files in a NEW WINDOW, put the following into your tag:
    target="_blank" like this:
    <a href="http://teachers.yourhomework.com/login/public/filename " target="_blank"> filename </a>

Images

Use images files to illustrate a concept, enhance learning, and to awaken curiosity. Upload any image files to your folder on yourhomework.com. Click on My Files on your Personal Page to upload your image file.

TO DISPLAY AN IMAGE WITHIN AN ASSIGNMENT (or your course information section) put an image tag <img> into your assignment. It looks like this:

<img src=" http://teachers.yourhomework.com/login/filename">

where filename is the name of your image or sound file. Change login to your own login.

For example, If Laura uploads an image file called apollo7.jpg to her folder on yourhomework.com, teachers.yourhomework.com/laura, she can display it from an assignment, like this:

<img src="http://teachers.yourhomework.com/Laura/apollo7.jpg">

TO LINK TO THE IMAGE FOR VIEWING IN ANOTHER WINDOW see Linking to Files.

Sound and Video

Use sound and video files to enhance your assignments. Historical events, pronunciation, and music are just a few examples of how you can make assignments come alive!

Include sounds in your assignments by uploading the sound file (.wav, .mpg, etc) to your folder on yourhomework.com. Then create a link to that file from your assignment. Be creative!

 

My Favorite Sites
Printer friendly

Guide students on the Internet with a custom set of online resources that enhance your curriculum. Use My Favorite Sites to enter your favorite web sites that students can access from both your assignment pages and your template web page. Also, every site you add becomes a part of our Homework Help database of quality Internet sites recommended by our own registered teachers. Each site is categorized, described, rated, and recommended for suitable grade levels.

Searching Homework Help

To search the Homework Help database,

  • Click on Homework Help from the Student/Parent drop-down menu on any page within yourhomework.com.
  • Select a subject area, grade level, and/or enter a key word.
  • Select a sort option for your display preference.
  • Click on the name of the site to view it in a new browser window.

Adding a Favorite Site

Please enter only quality web sites that are suitable for your students. You can add to your Favorite Sites list by 1) selecting a site from our Homework Help database or 2) adding a new site that is not yet in the database. New sites you add will be included in the Homework Help database for all subject and grade level searches.

1. Adding a new Favorite Site

  • Click Add a new Favorite Site to add a web site that is not already in the Homework Help database. If you don't know if the site is in the database, it is OK to click this button. We'll let you know if it is, and you can select it for your own Favorite Sites list.
  • Give the site a subject, rating, grade levels, and enter the web site address. Include a brief description of the site as well.
  • You may include your email address so other teachers can contact you about how you use this site with your students.
  • Click Add this site, and you're done.

2. Search and add from our Homework Help database

  • Click Search and Add from our Homework Help so that you can view sites that teachers have already contributed as quality educational web sites.
  • Search for sites that correspond to your subject and grade level. Using keywords is optional, but can result in a more focused search.
  • Click the Add check-box for every site you want to add to your own Favorite Sites list for your students.
  • Click Add These at the bottom of the screen to add the sites to your list.

Modifying and Removing Favorite Sites

To modify a web site in your Favorite Sties list, clicking the corresponding Modify button.

To remove Favorite Sites from your list, select the desired sites and click Remove selected at the bottom of your list.

To report errors with any of your Favorite Sites, select them and click Report errors for selected sites. We will correct the link if the site still exists.

 

My Site Builder
Printer friendly
yourhomework.com gives every teacher an instant web page linking students and parents to all their online information! In My Site Builder, you can view your web page, upload files, and update the page with the templates provided. Select a new template anytime for a new look!

About our pre-designed templates

To use our web page templates, you must use a PC with Windows and Internet Explorer (version 5.5+). If you have a Mac, edit your web page from a Windows PC at home or school. The template feature is the ONLY area on yourhomework.com that requires IE 5.5+ to work properly. Students can view the web pages with any browser. Monitor resolution of 1024x768 is recommended.

The template web pages offer many advantages. You can edit your web page instantly without knowing anything about web pages! Also, change the look as often as you want by selecting a new template. But best of all, your page will link to your assignments, calendar events, favorite sites, uploaded files, other teachers posting assignments, and school web site!

Extra Features:
  * Share files (i.e. Word, PowerPoint) with your students:
When using a template, you'll see a sub-folder called "public" in your main folder. This is where you can upload any files that you wish to share publicly through your web site, under the "My Files" link. Use the File Manager to upload files to your "public" folder.
  * Customize with a photo:
Certain templates contain a default teacher photo at top right. To override this default photo, upload an image called myphoto.jpg (case sensitive) into your folder using My Files. It should go in your main folder, not in your public folder. It can be your photo or any .jpg you wish! Note: For best results, the size of myphoto.jpg should be width=106 height=149 pixels.
  * Displaying your email address:
In My User Info (on your Personal Page) select the preferred email address to display to students and parents on your web page. Anytime you change the preferred address, update your web site by selecting a template and saving it again. All your content is still stored, so you won't lose anything.
  * School web site link:
Our templates automatically create a link to your school web site, based on the information we have on file for your school. If your link is not appearing or is not working properly, please contact us and provide the school's correct web page address.

Modifying your web page

Your web page on yourhomework.com is an HTML file called index.html. You'll see this file in My Files in your main folder. The public can visit this page with any web browser. Don't delete this file! But if you do, you can always re-create it by selecting a template again. Read the About our pre-designed templates section above before you proceed.

There are three ways to modify your web page:

1) select one of our pre-designed templates (PC Windows and Internet Explorer version 5.5 or higher is required) and edit your content.

2) replace it with an index.html file created by another software; or

3) open the index.html in My Files and edit the HTML directly.

1. Selecting a pre-designed templates
Note: Performing the following steps will replace your current index.html. If you uploaded a custom web page and want to save it, rename your index.html file to index2.html so you can restore it later.
  Step 1: Click on any of the template icon images for a closer look. Once you are ready to select your favorite template, click on "Use This Template".
  Step 2: Add/modify your custom content with the simple editor. Start with basic text (i.e. "Welcome to my home page"). You can always add more text, links and images later. Help is available within the template builder for specific features.
  Step 3: Click the "Update My Site" button at the bottom when you are done. You'll see a message that your page is being saved.
  Step 4: Click on the "Exit" button to return to the My Site Builder main page.

You can't break anything, so just have fun and try different content and inserting images. You can always delete everything and start over again.

2. Uploading web pages created by your own software
  Step 1: Create your web page on your own computer with whatever software you choose. Call the main page index.html. There are many software programs that you can purchase specifically to design web pages (i.e. Dreamweaver) or your existing software (i.e. Word, PowerPoint) may already allow you to Save As an HTML web page file.
  Step 2: When you are done testing all your pages on your own computer, click on the My Files button on your My Site Builder page.
  Step 3: Use the "Upload a file" tool in the File Manger to browse and select your main HTML file (index.html) for your web page. If you did not name it index.html, rename it now in File Manager.
  Step 4: Click on Upload and your file will be copied to yourhomework.com.
  Step 5: Repeat the above step for uploading every other file (html or image) that your web page references. If your web site links to files in a sub-folder, create a new sub-folder and upload your other web site files there. For help uploading files, see FAQ for File Manager.

Tip: When you are done, make sure you refresh/reload your screen so that the browser picks up the new changes.

3. Edit the index.html directly
  Step 1: Click on My Files to open the File Manager.
  Step 2: Click on EDIT next to index.html to launch the file editor.
  Step 3: Make any desired changes to the file
  Step 4: Click Save Document at the bottom of the editor

 

My Files
Printer friendly

Teachers are given 5MB of free space to store files at yourhomework.com. Click on My Files in My Site Builder to access the File Manager. Files can be uploaded on yourhomework.com so that:

  • students can view, print and download worksheets, quizzes, projects…
  • web page files can be uploaded for public display
  • files such as presentations or Word documents can be uploaded so you can access them at home, school or on the road.

Your web page and personal folder at yourhomework.com is named teachers.yourhomework.com/login where login is your user ID (or the name you selected to replace your user ID). The name of your folder is displayed at the top of File Manager. You can view, edit, rename, and delete any of your files stored at yourhomework.com.

We automatically create a sub-folder called "public" in your main folder. When our web page template is utilized, all files uploaded into the "public" folder are accessible through the "My Files" link on your template web page.

Your main web page file is called index.html. When someone visits your site, this is the first page that will be displayed. Don't delete this file, but rather replace it if you upload a custom web page instead of using our templates.

Uploading files

In File Manager, click on the Browse button in the Upload a File function. You can then select a file from your personal computer, and rename it if you wish. Click Upload to upload the file, and you'll see it added to your list of files on yourhomework.com. Please include the file extension, for example quiz.doc.

Linking to files

After uploading a file, you can link to it from your course information section or an assignment. Or, use our web page templates to automatically link from your web page to all files in your "public" folder. Click HERE for details.

Creating sub-folders

Sub-folders allow you to keep your files sorted and organized. To create a sub-folder in your personal folder to store groups of files, go to the Make a New Folder function at the bottom of your File Manager. After naming your new folder, click the Make New Folder button. Your current open folder is always displayed at the top of your file manager. You can create an unlimited number of sub-folders.

 

My Email
Printer friendly

yourhomework.com email accounts are provided free to all registered teachers. The yourhomework.com email address will automatically appear on the assignment page for each course, as well as the teacher web page. Clicking on the email address will activate the user's local email program on their computer.

Teachers can select either their yourhomework.com email address, another email address, or NO email address to appear on assignment pages. This setting is found under My User Info on your Personal Page.

Benefits for teachers include:

  • Access your email from any Internet-connected computer at any time

  • Keep your other email accounts private from students

  • Assist your students on-line after school

  • Receive assignments from students electronically

  • Communicate with busy parents without leaving messages

Benefits for schools or districts include:

  • Eliminate the time and expense of managing teacher email accounts

  • Provide a consistent email address format for all teachers

  • Empower beginners to feel confident in using an email account

  • Increase teacher training time instead of managing email servers

Using Your Email Account

  • Login to yourhomework.com using your user id and password.

  • Your Personal Page contains a My Email button. Click on My Email to access your email account.

  • From the email page you will see buttons in the left margin to write a NEW message, view your Inbox, or select a folder containing archived messages. The main screen displays your email inbox, or the template to compose a new email.

  • To view the contents of an email, click on its sender or subject line. You can then reply, forward, or delete the message.

  • From the inbox view, you can use the check boxes to perform functions on several emails at a time.

  • Select Manage Folders to create, rename, or delete email folders.

  • Selecting a folder at left will display all messages within that folder.

  • Click Addresses to keep email addresses organized by groups

  • Help is available within the email pages.
     

My Calendar
Printer friendly

The Calendar is an organized list of events entered for either school or teacher. It is a convenient way to publish dates and details of course or school events. The public can search the calendar from the main Calendar page, and your students can see your calendar events directly from your course page.

Searching the Calendar

To Search the Calendar:

  • Enter the school name, city, or event type.
  • Click on Search
  • Use the check boxes to mark any events for which you would like to view details
  • Click on View Details to see more information on the marked events.

Adding a Calendar Event

As a registered teacher, please use your personal administration page to add a calendar event. This way your students can click on the Calendar link on your course page, and view your events directly.

  • Click on My Calendar on your Personal Administration Page
  • Select the Add New Event button to add a new event.
  • Modify or delete an event by clicking Modify or Delete next to the corresponding event.
     
My User Info
Printer friendly
Click My User Info on your Personal Page to update your account information. Here you can change your password, contact email address, teacher name, and more. We recommend you change your password as often as you feel necessary to ensure security for your account.

Special Features

Homework posting reminder frequency: Select number of days after last posted assignment to receive an email reminder. Posting new information consistently helps keep students and parents interested in your online content.

Email displayed to students: Select the email address that you want to display on your course for your students and parents. You may turn off email display if you like. If you have an existing web page using one of our templates, you.ll need to re-select the template to reflect the email address change.

 

My Library Alert
Printer friendly

About the Library Alert Service

yourhomework.com provides a vital communication link between teachers and librarians. Teachers select school and local libraries to be notified of research assignments from a list of participating libraries. When the teacher enters an assignment in yourhomework.com, a box can be marked to send a copy to the selected libraries. Library Alerts are delivered directly and instantly to the library's email account. There is no technical requirement for the library other than an email account. Librarians can prepare for the students by knowing about the topic, requirements and due date in advance. To learn more about this free service, visit our Librarians FAQ section.

Sending Library Alerts

Click My Library Alert on your Personal Page to select all the libraries that you want to receive copies of your research assignments. Once you have selected your libraries, they will remain on your Library Alert list until you remove them. Only assignments that you request to be sent as a Library Alert will be forwarded to these libraries.

1. Click Search New Libraries to select a school or library system near you.

2. Check the ADD box next to each library you want added to your Library Alert list. You may select as many as you wish. Click Add to My Libraries when you are done.

3. Search New Libraries whenever you want to add more libraries to your list.

4. To remove a library from your list, check the delete box next to the libraries you want to remove, then click the Delete My Libraries button.

When you enter an assignment, a check box is available if you want a copy of this assignment sent to you local public library to alert them of your research assignment. Once this assignment is marked for a Library Alert, librarians will receive another copy whenever you modify this assignment. You can uncheck the box for Library Alert if you don’t want another copy to be sent.

Content of a Library Alert

An exact copy of your marked assignment will be sent to the librarian’s email account, along with your name, the name of your school, your course, and yourhomework.com email address (if you have one). There is also a link to the online assignments for the course in case more information is desired. This information is valuable for librarians to better serve your students.

 

My Chatrooms
Printer friendly

Teachers can create chatrooms to host discussions, test reviews, writing practice, and other creative online lessons. Only students who subscribe to yourlocker can participate in chat, providing maximum chatroom security. There is a minimum of three students that must be present in the chatroom for chat to begin, and the teacher must also be present for Teacher Supervised chatrooms. Parents must also grant permission in their child’s Privileges settings for their child to chat online.

Participate as a teacher in any chat that you’ve created, or any any school or public chats available. There must be at least three students in the chatroom, and students cannot begin to chat in Teacher Supervised chat until you are in the chatroom. If at any time the teacher leaves or less than three students are present, the chatroom is closed.

Create Course Chatrooms:

You can establish one chatroom for each course you have. Only students who are enrolled in your course will be allowed to chat. These chatrooms are TEACHER SUPERVISED, meaning chat cannot begin until you are present in the chatroom. Click ADD next to the course name to add a chat for that course. Give it a name, then click ADD to create the chatroom. You can delete/create chatrooms at any time. You may click on the name of the chat to enter the chatroom.

Create a general chatroom:

You may create a chatroom for all of your students from any of your courses.

If you have multiple courses, all of your students from all of your courses can participate in this chatroom.

Set Individual Student Chat Access:

You can grant permission to chat either by marking individual students, or by clicking Allow chat for all students in this course. Students in this list are registered yourlocker users only, and must also be been given parental permission to chat. You can modify this list at any time.

Students/Parents | Teachers | Librarians | Resource Center | Homework Help | Calendar | Shopping/Fundraiser
FAQ | Contact us | About this site


© 2008 yourhomework LLC, Legal Notices.