################################################################################ # NationalProblemLibrary -- OpenProblemLibrary ################################################################################ # For configuration instructions, see: # http://webwork.maa.org/wiki/National_Problem_Library # The directory containing the natinal problem library files. Set to "" if no problem # library is installed. #$problemLibrary{root} = "/opt/webwork/libraries/NationalProblemLibrary"; #$problemLibrary{version} = "2"; # uncomment these lines below and comment out the line above if using OPL instead of NPL $problemLibrary{root} = "/opt/webwork/libraries/webwork-open-problem-library/OpenProblemLibrary"; $problemLibrary{version} = "2.5"; # Additional library buttons can be added to the Library Browser (SetMaker.pm) # by adding the libraries you want to the following line. For each key=>value # in the list, if a directory (or link to a directory) with name 'key' appears # in the templates directory, then a button with name 'value' will be placed at # the top of the problem browser. (No button will appear if there is no # directory or link with the given name in the templates directory.) For # example, # # $courseFiles{problibs} = {rochester => "Rochester", asu => "ASU"}; # # would add two buttons, one for the Rochester library and one for the ASU # library, provided templates/rochester and templates/asu exists either as # subdirectories or links to other directories. The "NPL Directory" button # activated below gives access to all the directories in the National # Problem Library. $courseFiles{problibs} = { Library => "OPL Directory", rochesterLibrary => "Rochester", unionLibrary => "Union", asuLibrary => "Arizona State", dcdsLibrary => "Detroit CDS", dartmouthLibrary => "Dartmouth", indianaLibrary => "Indiana", osuLibrary => "Ohio State", capaLibrary => "CAPA", }; #$courseFiles{problibs} = { # Library => "NPL Directory", # rochesterLibrary => "Rochester", # unionLibrary =>"Union", # asuLibrary => "Arizona State", # dcdsLibrary => "Detroit CDS", # dartmouthLibrary => "Dartmouth", # indianaLibrary => "Indiana", # osuLibrary => "Ohio State", # capaLibrary => "CAPA", #};