<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" xmlns:m="http://www.w3.org/1998/Math/MathML" id="new">
  <name>Revising Your Content in Connexions</name>
  <metadata>
  <md:version>1.3</md:version>
  <md:created>2005/10/04 15:12:14 GMT-5</md:created>
  <md:revised>2005/10/18 09:57:33.922 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="mhusband">
      <md:firstname>Mark</md:firstname>
      <md:othername>S.</md:othername>
      <md:surname>Husband</md:surname>
      <md:email>mhusband@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="mhusband">
      <md:firstname>Mark</md:firstname>
      <md:othername>S.</md:othername>
      <md:surname>Husband</md:surname>
      <md:email>mhusband@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>document</md:keyword>
    <md:keyword>edit</md:keyword>
    <md:keyword>Edit-In-Place</md:keyword>
    <md:keyword>revise</md:keyword>
    <md:keyword>revision</md:keyword>
  </md:keywordlist>

  <md:abstract>How to revise a Connexions document that was imported from a Microsoft Word document.</md:abstract>
</metadata>
  <content>
  
    <section id="mswordsect1">
      <name>Options for Revising Your Connexions Content</name>
        <para id="mswordpara1">
          After you have imported a Microsoft Word file into a Connexions
          module, you may discover that you need to revise the content. 
          You have the option to make the revisions in the original Word 
          document and then import it again into Connexions, or you can
          revise the content within Connexions using the Edit-In-Place 
          editor. This module explains how to revise your content using 
          the Edit-In-Place editor. 
        </para>
    </section>


    <section id="editinplacesec">
      <name>Revising with the Edit-In-Place Editor</name>
	<para id="eippara1">
	   The Edit-In-Place editor is the default editor on the "Edit" tab. 
	   You can insert new text and media objects into a module or modify 
	   the existing contents of a module with this editor. You do not 
	   have to be familiar with the CMXML tags to use Edit-In-Place. It 
           inserts the appropriate CNXML tags for you when you insert a new
           item in the file. In addition, it has a help text feature that 
           describes the CNXML tags for the items you insert or edit with it. 
       </para>
	 
       <section id="eipeditmodulesec">
         <name>Editing Imported Content with Edit-In-Place</name>
	   <para id="eipeditpara1">
	     To edit the content of a module that you imported from a Word
             document, use the following steps:
	     
	     <list id="eiplist2" type="enumerated">
	       <item>Log into Connexions.</item>
               <item>Display the Connexions workspace or workgroup in which                  
               your document resides.</item>
               <item>Display the module you want to edit with Edit-In-Place.
	       </item>
	       <item>Scroll down to display the gray text box that contains 
	       the item you want to edit.</item>
               <item>Click in the text box. The gray box is replaced by a 
	       <cnxn target="eipeditmodulefig">blue editing box</cnxn> that displays the text of the item.	       
	     <figure id="eipeditmodulefig">
	       <media type="image/png" src="EIPeditcontent.png"/>
	       <caption>The blue text box in the Edit-In-Place editor.</caption>
	     </figure>
               </item>
	       <item>Make the necessary changes to the item.</item>
	       <item>Click <code>Save</code> to save the entry or click 
	       <code>Cancel</code> to clear the entry in the blue editing 
	       box.</item>
               <item>Repeat steps 4 through 7 for any item you want to edit.
               </item>	       	  
	     </list>  	 
	     <note>In the gray text boxes mathematical equations are 
	     displayed as they appear in the module. In the blue editing box 
	     mathematical equations are displayed in the MathML markup language. 
	     Edit equations by making changes to the MathML.</note>
	   </para>  
       </section>
	       
	     
       <section id="eipadditemsec">
         <name>Adding New Content with Edit-In-Place</name>
	   <para id="eipadditempara1">
	     You can add new content items to a module with Edit-In-Place.
	     The types of items you can add are: paragraphs, enumerated lists,
	     bulleted lists, equations, exercises, figures, code blocks, notes,
	     and examples. Edit-In-Place places the opening and closing CNXML 
	     tags around the item and it generates a unique item ID for each 
	     item you add. To add new items, use the following steps:
	     
	     <list id="eipadditemlist" type="enumerated">
	       <item>Log into Connexions.</item>
               <item>Display the Connexions workspace or workgroup in which                  
               your document resides.</item>
	       <item>Display the module you want to edit with Edit-In-Place.
	       </item>
	       <item>Scroll down to display the location in the module in
	       which you want to insert the content item. You can insert 
	       the new item above or below and existing item by using the
	       <code>Add Here</code> button above or below the existing item
	       </item>
	       <item>Select the type of item you want to enter from the 
	       drop-down list next to the <code>Add Here</code> button. 
	       The default is "Paragraph". These items are described in the 
	       help text, which can be accessed by selecting "Other Elements" 
	       from the drop-down list.</item> 
	       <item>Click <code>Add Here</code>. An empty blue editing box 
               displays for the item you selected. You can display help text 
               for the item you selected by clicking <code>Help editing xxx</code> 
	       in the upper right corner of the blue box, where xxx is the
               CNXML tag for the item you selected.</item>
	       <item>Type the text that is appropriate for the type of item 
	       in the blue editing box.</item> 
	       <item>Click <code>Save</code> to save the entry or click 
	       <code>Cancel</code> to clear the entry in the blue editing box.</item>
	       <item>Repeat steps 4 through 8 for each new content item 
	       you want to add to the module.</item>
	     </list>
	   </para>
   </section>


     <section id="eipnewmodulesec">
       <name>Inserting Content in an Empty Module</name>
	 <para id="eippara2">
	   To insert text and media objects into a new module that contains
	   no content, use the following steps:
	   
	   <list id="eiplist1" type="enumerated">
	       <item>Log into Connexions.</item>
               <item>Display the Connexions workspace or workgroup in which                  
               your document resides.</item>
               <item>Display the module you want to edit with Edit-In-Place.
	       </item>
	     <item>Click in the <cnxn target="eipnewmodulefig">gray box</cnxn> that says "Click To Insert Text" 
	     in the Edit-In-Place editor. 
	  <figure id="eipnewmodulefig">
	    <media type="image/png" src="EIPnewmodule.png"/>
	    <caption>The "Click To Insert Text" text box in the 
	    Edit-In-Place editor.</caption>
	  </figure>
	      The gray box is replaced by a blue editing box.</item>
	     <item>Type the text you want to add in the <cnxn target="eipinsertmodulefig">blue editing box</cnxn> that 
	     says "Insert Module Text Here".	     
	  <figure id="eipinsertmodulefig">
	    <media type="image/png" src="EIPinsertmoduletext.png"/>
	    <caption>The "Insert Module Text Here" editing box in the 
	    Edit-In-Place editor.</caption>
	  </figure>
	     </item>
	     <item>Click <code>Save</code> to save the text you typed. 
	     The blue editing box is replaced by a gray box that displays 
	     your entry.</item>
	   </list>  
	 </para>
       </section>
</section>
       
  </content>
  
</document>
