So as I want to familiarize myself with this application, i created my first course. Running on RHEL 8.
However, the Open Library Problem button is grayed out. The libraries are updated and have over 36000+
do I need to create a symbolic link in every course?
$> cd /opt/webwork/courses/testcourse/templates
then
$> ln -s /opt/webwork/libraries/webwork-open-problem-library/OpenProblemLibrary Library
then
$> ln -s /opt/webwork/libraries/webwork-open-problem-library/OpenProblemLibrary Library
for it to show up?
what am I missing?