Hello,
I followed to documentation to set up a question bank and the button to go along with it.
I placed the directory 'newQuestions' with the questions in /opt/webwork/libraries/
Then I went to the location /opt/webwork/courses/modelCourse/templates
I entered this command:
ln -s /opt/webwork/libraries/newQuestions/NewQuestionBank NewQuestionBank
After that, I went into my localOverrides.conf file and added:
$courseFiles{problibs} = {
Library => "OPL Directory",
#capaLibrary => "CAPA",
Contrib => "Contrib",
NewQuestionBank => "NewQuestions",
# the following are not really needed but you can
# create links to your own private libraries this way.
#rochesterLibrary => "Rochester",
#unionLibrary => "Union",
#asuLibrary => "Arizona State",
#dcdsLibrary => "Detroit CDS",
#dartmouthLibrary => "Dartmouth",
#indianaLibrary => "Indiana",
#osuLibrary => "Ohio State",
};
The button does not appear. Could someone please tell me if I am missing a step?