jcrodriguez-dis / moodle-mod_vpl

Virtual Programming Lab for Moodle (Module)
GNU General Public License v3.0
98 stars 85 forks source link

VPL integration with SEB #134

Open Detoxify92 opened 2 years ago

Detoxify92 commented 2 years ago

Hello,

I am with the University of Extremadura, and we have developed a tighter SEB integration into VPL, following the integration already done in quizzes. This allows teachers to configure SEB directly from Moodle, while configuring the rest of VPL. You can configure SEB manually, upload your own config file along with the seb keys, use the client configuration, or use preconfigured templates.

Moreover, our implementation further improves the allowed configuration using manual configuration within Moodle. It is possible to allow predefined applications to run inside SEB, while taking the quiz or VPL activity. This applications can be chosen from a predefined list made by admins, or to specify the executables and paths. The former is more reliable as it can be tested by admins to ensure the app is able to run, while the later allow teachers to specify less common applications.

If this is of any interest to you, I could prepare a PR and start reviewing the code. Thank you for your time and effort developing this great plugin.

Sincerely, Jaime Pando Acedo