@@ -446,7 +446,6 @@ $courseDirs{mailmerge} = "$courseDirs{DATA}/mailmerge";
446446# course links that are regulated by webwork2
447447$courseLinks {Library } = [ $problemLibrary {root }, " $courseDirs {templates}/Library" ];
448448$courseLinks {Contrib } = [ $contribLibrary {root }, " $courseDirs {templates}/Contrib" ];
449- $courseLinks {capaLibrary } = [ " $contribLibrary {root}/CAPA" , " $courseDirs {templates}/capaLibrary" ];
450449$courseLinks {Student_Orientation } = [ " $webworkDirs {assets}/pg/Student_Orientation" , " $courseDirs {templates}/Student_Orientation" ];
451450
452451# ###############################################################################
@@ -562,12 +561,10 @@ $uneditableCourseFiles = [
562561# activated below gives access to all the directories in the National
563562# Problem Library.
564563#
565- $courseFiles {problibs } = {
566- Library => " OPL Directory" ,
567- Contrib => " Contrib" , # remember to create link from Contrib to Contrib
568- # library directory
569- capaLibrary => " CAPA" , # remember to create link from capaLibrary to CAPA
570- # in contrib
564+ $courseFiles {problibs } = {
565+ Library => " OPL Directory" ,
566+ Contrib => " Contrib" , # remember to create link from Contrib to Contrib
567+ # library directory
571568};
572569
573570# ###############################################################################
@@ -1149,7 +1146,6 @@ $pg{directories}{macrosPath} = [
11491146 $courseDirs {macros },
11501147 $pg {directories }{macros },
11511148 " $pg {directories}{macros}/answers" ,
1152- " $pg {directories}{macros}/capa" ,
11531149 " $pg {directories}{macros}/contexts" ,
11541150 " $pg {directories}{macros}/core" ,
11551151 " $pg {directories}{macros}/graph" ,
@@ -1199,25 +1195,6 @@ $pg{specialPGEnvironmentVars}{latexImageSVGMethod} = "dvisvgm";
11991195# convert <input options> file.ext1 <output options> file.ext2
12001196$pg {specialPGEnvironmentVars }{latexImageConvertOptions } = {input => {density => 300}, output => {quality => 100}};
12011197
1202- # set the flags immediately above in the $pg{options} section above -- not here.
1203-
1204- # Locations of CAPA resources. (Only necessary if you need to use converted CAPA
1205- # problems.)
1206- # ###############################################################################
1207- # "Special" PG environment variables. (Stuff that doesn't fit in anywhere else.)
1208- # ###############################################################################
1209-
1210- $pg {specialPGEnvironmentVars }{CAPA_Tools } = " $courseDirs {templates}/Contrib/CAPA/macros/CAPA_Tools/" ,
1211- $pg {specialPGEnvironmentVars }{CAPA_MCTools } = " $courseDirs {templates}/Contrib/CAPA/macros/CAPA_MCTools/" ,
1212- $pg {specialPGEnvironmentVars }{CAPA_GraphicsDirectory } = " $courseDirs {templates}/Contrib/CAPA/CAPA_Graphics/" ,
1213- $pg {specialPGEnvironmentVars }{CAPA_Graphics_URL } = " $webworkURLs {htdocs}/CAPA_Graphics/" ,
1214-
1215- push @{$pg {directories }{macrosPath }},
1216- " $courseDirs {templates}/Contrib/CAPA/macros/CAPA_Tools" ,
1217- " $courseDirs {templates}/Contrib/CAPA/macros/CAPA_MCTools" ;
1218-
1219- # The link Contrib in the course templates directory should point to ../webwork-open-problem-library/Contrib
1220- # The link webwork2/htdocs/CAPA_Graphics should point to ../webwork-open-problem-library/Contrib/CAPA/macros/CAPA_graphics
12211198# Size in pixels of dynamically-generated images, i.e. graphs.
12221199$pg {specialPGEnvironmentVars }{onTheFlyImageSize } = 400,
12231200
0 commit comments