From e013b7dbf05d57542f81f5c3fc91bc7ede1a4e26 Mon Sep 17 00:00:00 2001 From: Michael Gage Date: Sat, 15 Jun 2013 22:41:32 -0300 Subject: [PATCH] Make OPL the default library instead of NPL This addresses issue #85 --- conf/localOverrides.conf.dist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/localOverrides.conf.dist b/conf/localOverrides.conf.dist index 46081d8292..4ed4bb55f2 100644 --- a/conf/localOverrides.conf.dist +++ b/conf/localOverrides.conf.dist @@ -98,11 +98,11 @@ $webworkFiles{screenSnippets}{setHeader} = "$webworkDirs{conf}/snippets/ # 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"; +#$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/library/webwork-open-problem-library/OpenProblemLibrary"; -#$problemLibrary{version} = "2.5"; +$problemLibrary{root} = "/opt/webwork/library/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