[LON-CAPA-admin] set end date for course coordinator

Guy Albertelli II guy at albertelli.com
Fri Oct 20 12:58:55 EDT 2006


Hi Guy,

> How do I set a role end date for a course coordinator:
> 1. In the batch xml course create file?

with an <end>

Example:

  <user>
    <username>itds0001</username>
    <domain>northwood5</domain>
    <email>itds0001 at msu.edu</email>
    <authtype>int</authtype>
    <autharg></autharg>
    <firstname>Info</firstname>
    <generation></generation>
    <lastname>Techc</lastname>x
    <middlename></middlename>
    <studentID></studentID>
    <roles>
      <role id='cc'>
        <start>2005:01:01:12:10</start>
        <end>2005:12:01:12:10</end>
      </role>
    </roles>
  </user>

-- 
guy at albertelli.com   0-7-1-6-27,137



More information about the LON-CAPA-admin mailing list