[LON-CAPA-cvs] cvs: modules /gerd/gcistuff londocs.pm

www www@source.lon-capa.org
Wed, 15 Jul 2009 06:24:37 -0000


www		Wed Jul 15 06:24:37 2009 EDT

  Modified files:              
    /modules/gerd/gcistuff	londocs.pm 
  Log:
  Categories and prerequisites
  
  
Index: modules/gerd/gcistuff/londocs.pm
diff -u modules/gerd/gcistuff/londocs.pm:1.1 modules/gerd/gcistuff/londocs.pm:1.2
--- modules/gerd/gcistuff/londocs.pm:1.1	Tue Jul 14 06:16:53 2009
+++ modules/gerd/gcistuff/londocs.pm	Wed Jul 15 06:24:37 2009
@@ -2,7 +2,7 @@
 # Documents
 # Modified for GCI Concept Inventory Assemby
 #
-# $Id: londocs.pm,v 1.1 2009/07/14 06:16:53 www Exp $
+# $Id: londocs.pm,v 1.2 2009/07/15 06:24:37 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -33,18 +33,23 @@
 
 use strict;
 
+my $path='/res/gci/gci';
 my $version='GCIv2-1-1';
-my @problems=('01','02','03','04','05','06','07','08','09','10',
-              '11','12','13','14','15','16','17','18','19','20',
-              '21','22','23','24','25','26','27','28','29','30',
-              '31','32','33','34','35','36','37','38',
-              '39A','39B',
-              '40',
-              '41','42','43','44','45','46','47','48','49','50',
-              '51','52','53','54','55','56','57','58',
-              '60',
-              '61','62','63','64','65','66','67','68','69','70',
-              '71');
+my @categories=('M1','M2','M3','M4',
+                'A','B','C','D','E','F','G','H','I','J','K');
+my %problems=('01' => 'M1','02' => 'M2','03' => 'A' ,'04' => 'A' ,'05' => ''  ,'06' => 'A' ,'07' => 'B' ,'08' => 'B' ,'09' => 'B' ,'10' => 'C' ,
+              '11' => ''  ,'12' => 'C' ,'13' => 'C' ,'14' => 'C' ,'15' => 'C' ,'16' => 'C' ,'17' => 'C' ,'18' => 'D' ,'19' => 'D' ,'20' => 'D' ,
+              '21' => 'D' ,'22' => 'D' ,'23' => 'D' ,'24' => 'D' ,'25' => 'D' ,'26' => 'E' ,'27' => 'E' ,'28' => 'E' ,'29' => ''  ,'30' => 'E' ,
+              '31' => ''  ,'32' => 'F' ,'33' => 'F' ,'34' => 'F' ,'35' => 'F' ,'36' => 'F' ,'37' => 'M3','38' => 'G' ,
+              '39A'=> 'G' ,'39B'=> 'G' ,
+              '40' => 'G' ,
+              '41' => 'G' ,'42' => 'G' ,'43' => 'G' ,'44' => 'G' ,'45' => 'G' ,'46' => 'G' ,'47' => 'H' ,'48' => 'H' ,'49' => 'H' ,'50' => 'H' ,
+              '51' => 'H' ,'52' => 'H' ,'53' => 'H' ,'54' => 'I' ,'55' => 'I' ,'56' => 'I' ,'57' => 'I' ,'58' => 'I' ,
+              '60' => 'I' ,
+              '61' => 'I' ,'62' => 'I' ,'63' => 'J' ,'64' => 'J' ,'65' => 'J' ,'66' => 'K' ,'67' => 'K' ,'68' => 'K' ,'69' => 'K' ,'70' => 'K' ,
+              '71' => 'K' ,
+              '2004_73' => 'M4');
+my %prereqs=('10' => '08', '57' => '52', '69' => '18');