Matlab code executable in Moodle

4 Ansichten (letzte 30 Tage)
Tobias
Tobias am 19 Mär. 2024
Bearbeitet: Cris LaPierre am 20 Mär. 2024
is there a way to integrate matlab code into moodle so that students only see the output and not the code behind it? Matlab does not have to be installed
  1 Kommentar
Cris LaPierre
Cris LaPierre am 20 Mär. 2024
Bearbeitet: Cris LaPierre am 20 Mär. 2024
What sort of outputs are generated? What are your learners doing with these outputs?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Kathi Kugler
Kathi Kugler am 20 Mär. 2024
Hi Tobias
Could you explain in more detail what you have in mind? If I understand you correctly, you would like to make the code you have written available to students and I assume you would like it to be executable (instead of "just the static result"), is that correct? Or were you thinking more of a kind of PDF of the result, and with the code not visible?
You don't want the students to see the code itself, but the result of the operations you perform with your code.
Were you thinking of some kind of Web App embedded in Moodle? Or did you have something in mind that is more like a MATLAB Live Script in the "Hide Code" option?
  2 Kommentare
Tobias
Tobias am 20 Mär. 2024
exactly. i would like the matlab code to remain hidden and the programming to be stored as an .exe or similar in moodle. And the whole thing so that the students simply click on a tile and see the output without seeing the code itself. it should open in the browser and matlab shouldnt be installed
Kathi Kugler
Kathi Kugler am 20 Mär. 2024
Bearbeitet: Kathi Kugler am 20 Mär. 2024
If your goal is that your students do not have to install MATLAB on their machine, but instead interact with your artifact only in Moodle, there are different options that might be more or less suitable - depending on your exact goal.
For instance you could use MATLAB Web Apps (you can imagine them as MATLAB Apps that run in a browser) from within Moodle by embedding them using an iframe HTML Element. To do so, you would need to have a Web App Server set up. I assume your IT Department would be able to help you with this.
Another option is to leverage MATLAB Grader which can be integrated into LMS systems (including Moodle)with the help of your LMS administrator. Normally you would use MATLAB Grader to automatically grade code from your students' programming assignments. However, I believe you could also use it for your intended workflow.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB Web App Server finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by