Skip to content

Commit

Permalink
Make OPL the default library instead of NPL
Browse files Browse the repository at this point in the history
This addresses issue openwebwork#85
  • Loading branch information
mgage committed Jun 16, 2013
1 parent a821093 commit e013b7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/localOverrides.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e013b7d

Please sign in to comment.