Skip to content

Commit

Permalink
udpated Moodle 4.1.10 and group choice plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ubc-tuehoang committed Jul 30, 2024
1 parent 356d2f9 commit 56bf32d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ RUN curl -L https://moodle.org/plugins/download.php/29228/mod_questionnaire_mood
&& unzip questionnaire.zip \
&& rm questionnaire.zip \

#This is the latest version of plugin moodle33 as of 20Dec2022 and 11Dec2023
#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 \

#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 \
&& cp /certificate.zip /var/www/html/mod/ \
&& cd /var/www/html/mod \
Expand Down

0 comments on commit 56bf32d

Please sign in to comment.