Previous Chapter: Creating & Editing Content
Next Chapter: Content Properties

Entering Content

Content can be created in either 'plain text' or 'HTML' mode. Plain text mode is useful for quickly writing up text content. HTML mode allows for extra features like text formatting and layout, but is a little more complex to use.

Title

The main heading that will appear at the top of the page when viewed.

Customized Head

HTML that normally appears in the head area of a Web page can be entered here. This can include things like links to stylesheets, or the actual stylesheet markup, or you may insert links to scripts, or the scripts themselves. Additional metadata can also be entered here. HTML content created in an external editor will have its head information displayed here when Pasting from a file (see below) after which you can upload the additional files like stylesheets or scripts, and adjust the links to point to the files in the course File Manager. Note that when importing eXe content, the stylesheet supplied with its content is replaced to avoid conflicts between eXe styles and ATutor styles.

Formatting: Plain Text

If using plain text mode, just type the content in the Body window. Note that any extra spaces between characters will be removed (i.e. two or more spaces), but any blank lines will be saved with the text.

Formatting: HTML

If using HTML mode, you can type HTML tags in the Body window along with your text. If you are unfamiliar with HTML, you can use the visual editor by clicking the Switch to visual editor button.

File Manager

The File Manager is a tool that allows you to upload files from your local system to be used in your course. The popup File Manager can be open alongside the Content Editor by selecting Open File Manager.

See the File Manager section for details.

Terms

In either plain text or HTML formatting mode, you can insert terms to tell the ATutor system which words you wish to mark as glossary terms.

Using the Add Term link will add [?][/?] into your content, and any text you put after [?] and before [/?] will specify the term you want to define. Alternatively, you can manually type [?][/?] into your text without having to use the Add Term link.

Once you have specified the terms you would like to define, you can go to the Glossary Terms tab to write the definitions. Once this is done, the terms and their definitions will appear in the glossary and in the content.

Code

In either plain text or HTML formatting mode, you can insert code which is useful for differentiating blocks of text (like math equations, program code, or quotations) from the rest of the text content.

Using the Add Code link will add [code][/code] into your content, and any text you put after [code] and before [/code] will specify the text you want to differentiate. Alternatively, you can manually type [code][/code] into your text without having to use the Add Code link.

Previous/Next

Links can be generated by inserting the [pid] and the [nid] codes in your ATutor content. When the page is displayed these codes get converted to the URL/Link for the previous or next pages in the sequence of content pages. For example

<a href="[pid]">previous</a> <a href="[nid]">Next</a>

Or, pasted the [pid] and [nid] tags into the Link URL field in the visual editor.

Colours

Like code and terms, colour may be added to text content in the same way. Use the appropriate colour icon to insert colour tags into the content. Valid colour options are blue, red, green, orange, purple, and gray. Also, colour codes can be typed in manually by using the following tags: [blue][/blue], [red][/red], [green][/green], [orange][/orange], [purple][/purple], and [gray][/gray].

LaTeX

Use [tex][/tex] to embed LaTeX equations into your content.

Multimedia

Use [media][/media] to embed multimedia into your content. Supported formats currently include: mpeg, mov, wmv, swf, mp3, wav, ogg, mid, and YouTube hosted videos. The media tag can take two parameters to define the width and height of the play when it displays [media|640|480]http://www.youtube.com/watch?v=bxcZ-dFffHA[/media]. If the parameters are not defined, the player size will default to 425x350

Paste from File

Rather than typing out content, it can be uploaded from a text or HTML file on your local file system. Once uploaded, the content of that file will be displayed in the Body window. Keep in mind that uploading in this manner will replace any existing content in the Body window.

Save and Close

While editing or creating content, it is wise to frequently Save your content. When you are finished, use Close to close the content editor. Note that this does not save your content first so any unsaved content will be lost.

Previous Chapter: Creating & Editing Content
Next Chapter: Content Properties
$LastChangedDate: 2008-05-01 09:05:15 -0400 (Thu, 01 May 2008) $
All text is available under the terms of the GNU Free Documentation License.