@@ -451,7 +451,6 @@ $courseDirs{mailmerge} = "$courseDirs{DATA}/mailmerge";
451451# course links that are regulated by webwork2
452452$courseLinks {Library } = [ $problemLibrary {root }, " $courseDirs {templates}/Library" ];
453453$courseLinks {Contrib } = [ $contribLibrary {root }, " $courseDirs {templates}/Contrib" ];
454- $courseLinks {capaLibrary } = [ " $contribLibrary {root}/CAPA" , " $courseDirs {templates}/capaLibrary" ];
455454$courseLinks {Student_Orientation } = [ " $webworkDirs {assets}/pg/Student_Orientation" , " $courseDirs {templates}/Student_Orientation" ];
456455
457456# ###############################################################################
@@ -567,12 +566,10 @@ $uneditableCourseFiles = [
567566# activated below gives access to all the directories in the National
568567# Problem Library.
569568#
570- $courseFiles {problibs } = {
571- Library => " OPL Directory" ,
572- Contrib => " Contrib" , # remember to create link from Contrib to Contrib
573- # library directory
574- capaLibrary => " CAPA" , # remember to create link from capaLibrary to CAPA
575- # in contrib
569+ $courseFiles {problibs } = {
570+ Library => " OPL Directory" ,
571+ Contrib => " Contrib" , # remember to create link from Contrib to Contrib
572+ # library directory
576573};
577574
578575# ###############################################################################
@@ -1154,7 +1151,6 @@ $pg{directories}{macrosPath} = [
11541151 $courseDirs {macros },
11551152 $pg {directories }{macros },
11561153 " $pg {directories}{macros}/answers" ,
1157- " $pg {directories}{macros}/capa" ,
11581154 " $pg {directories}{macros}/contexts" ,
11591155 " $pg {directories}{macros}/core" ,
11601156 " $pg {directories}{macros}/graph" ,
@@ -1204,25 +1200,6 @@ $pg{specialPGEnvironmentVars}{latexImageSVGMethod} = "dvisvgm";
12041200# convert <input options> file.ext1 <output options> file.ext2
12051201$pg {specialPGEnvironmentVars }{latexImageConvertOptions } = {input => {density => 300}, output => {quality => 100}};
12061202
1207- # set the flags immediately above in the $pg{options} section above -- not here.
1208-
1209- # Locations of CAPA resources. (Only necessary if you need to use converted CAPA
1210- # problems.)
1211- # ###############################################################################
1212- # "Special" PG environment variables. (Stuff that doesn't fit in anywhere else.)
1213- # ###############################################################################
1214-
1215- $pg {specialPGEnvironmentVars }{CAPA_Tools } = " $courseDirs {templates}/Contrib/CAPA/macros/CAPA_Tools/" ,
1216- $pg {specialPGEnvironmentVars }{CAPA_MCTools } = " $courseDirs {templates}/Contrib/CAPA/macros/CAPA_MCTools/" ,
1217- $pg {specialPGEnvironmentVars }{CAPA_GraphicsDirectory } = " $courseDirs {templates}/Contrib/CAPA/CAPA_Graphics/" ,
1218- $pg {specialPGEnvironmentVars }{CAPA_Graphics_URL } = " $webworkURLs {htdocs}/CAPA_Graphics/" ,
1219-
1220- push @{$pg {directories }{macrosPath }},
1221- " $courseDirs {templates}/Contrib/CAPA/macros/CAPA_Tools" ,
1222- " $courseDirs {templates}/Contrib/CAPA/macros/CAPA_MCTools" ;
1223-
1224- # The link Contrib in the course templates directory should point to ../webwork-open-problem-library/Contrib
1225- # The link webwork2/htdocs/CAPA_Graphics should point to ../webwork-open-problem-library/Contrib/CAPA/macros/CAPA_graphics
12261203# Size in pixels of dynamically-generated images, i.e. graphs.
12271204$pg {specialPGEnvironmentVars }{onTheFlyImageSize } = 400,
12281205
0 commit comments