[LON-CAPA-cvs] cvs: loncom /html/adm/helper course.initialization.helper

bowersj2 lon-capa-cvs@mail.lon-capa.org
Thu, 08 May 2003 19:53:11 -0000


bowersj2		Thu May  8 15:53:11 2003 EDT

  Added files:                 
    /loncom/html/adm/helper	course.initialization.helper 
  Log:
  Beginnings of a course initialization helper.
  
  

Index: loncom/html/adm/helper/course.initialization.helper
+++ loncom/html/adm/helper/course.initialization.helper
<helper title="Course Initialization Helper">

  <state name="START" title="Welcome to Your New LON-CAPA Course">
    <message nextstate="FORBID_DISCUSSION">
      <p>This helper will help you set up your new LON-CAPA course and choose
         which LON-CAPA features will be active in your course. You can 
         re-visit it later to change settings in your course.</p>

      <p><b>FIXME:</b> Figure out some way to detect whether this has been
         run, and change that paragraph appropriatly.</p>

      <p>If you have previous experience with coordinating LON-CAPA courses and
         prefer to use the in-course interface to change these settings, 
         <a href="/adm/navmaps">click here</a> to leave this helper.</p>

      <p>All settings you can change with this helper can also be changed while the
         course is running by going to the PARM screen and clicking on the &quot;Set
         course environment&quot; button.</p>

      <p>If you do not have experience coordinating LON-CAPA courses, or if you
         prefer the helper interface, please click <b>Next -&gt;</b>.</p>
      </message>
    </state>

  <state name="FORBID_DISCUSSION" title="Discussion Participation">
    <message nextstate="DISCUSSION_HTML">
      <p>LON-CAPA hosts discussions on all resources in a course. By default,
         all users are allowed to participate in these discussions.</p>

      <p>For more information about discussion and the abilities available
         to you as a course coordinator, such as banning abusive users or
         hiding discussion postings, please see <b>link</b>.</p>

      <p>If you do not wish certain classes of users to be able to use the 
         discussion features, select those classes below.</p>

      <p><b>Question: Does inability to use discussion mean they simply can't
            post, or that they can't see the discussion at all?</b></p>
      </message>
    <choices variable="BANNED_DISCUSSION_ROLES" multichoice="1">
      <choice computer="st"><b>Students</b> - students will not be able to participate in discussions</choice>
      <choice computer="ta"><b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions</choice>
      <choice computer="in"><b>Instructor</b> - instructors will not be able to participate in discussions</choice>
      </choices>
    </state>

  <state name="DISCUSSION_HTML" title="HTML in Discussions">
    <message nextstate="FEEDBACK_ADDRESSES">
      <p>If you like, limited HTML can be allowed in the course discussions.</p>
      </message>
    <choices variable="HTML_ALLOWED">
      <choice computer=""><b>HTML banned</b>: HTML will not be allowed in discussion postings.</choice>
      <choice computer="yes"><b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.</choice>
      </choices>
    </state>
  </helper>