File:  [LON-CAPA] / loncom / misc / releaseslist.xml
Revision 1.1: download - view: text, annotated - select for diffs
Sat Jul 24 00:01:12 2010 UTC (13 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_0_RC1, HEAD
- Store LON-CAPA version required for a particular course in nohist_courseids.db
  (and also as internal.relaserequired in course's environment.db.
  - version required is stored in the form N.M (e.g., 2.10).
- Possible constraints currently defined in releaseslist.xml.
    - check if question type parameter has been set for any problem parts in the course:
      (anonymous survey, survey with credit etc.; practice problem.
    - check if course type is Community.
    - check if particuar response types are used (i.e., math or custom).

<course name="crstype" value="Community">2.9</course>
<parameter name="type" value="anonsurvey">2.10</parameter>
<parameter name="type" value="anonsurveycred">2.10</parameter>
<parameter name="type" value="surveycred">2.10</parameter>
<parameter name="type" value="practice">2.2</parameter>
<resourcetag name="responsetype" value="custom">2.1</resourcetag>
<resourcetag name="responsetype" value="math">2.2</resourcetag>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>