Skip to content

Commit

Permalink
no confirmation from Kate, removed this plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ubc-tuehoang committed Aug 2, 2024
1 parent 56bf32d commit 3e76aff
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ RUN curl -L https://moodle.org/plugins/download.php/29228/mod_questionnaire_mood
&& rm questionnaire.zip \

#This is the latest version of choicegroup plugin 18Jun2024
&& curl -L https://moodle.org/plugins/download.php/30464/mod_choicegroup_moodle43_2023110900.zip -o /choicegroup.zip \
&& cp /choicegroup.zip /var/www/html/mod/ \
&& cd /var/www/html/mod \
&& unzip choicegroup.zip \
&& rm choicegroup.zip \
#REMOVED no confirmation from Kate for production 30July2024
#&& curl -L https://moodle.org/plugins/download.php/30464/mod_choicegroup_moodle43_2023110900.zip -o /choicegroup.zip \
#&& cp /choicegroup.zip /var/www/html/mod/ \
#&& cd /var/www/html/mod \
#&& unzip choicegroup.zip \
#&& rm choicegroup.zip \

#This is the latest version of plugin moodle33 as of 20Dec2022 and 11Dec2023
&& curl -L https://moodle.org/plugins/download.php/11565/mod_certificate_moodle33_2016052300.zip -o /certificate.zip \
Expand Down

0 comments on commit 3e76aff

Please sign in to comment.