
Activities: EJSApp
Virtual and Remote Laboratories
It is commonly accepted that digital media (such as simulations, videos, interactive screen experiments or web labs) can positively impact student knowledge, skills and attitudes. Consequently, tools such as Moodle and web-based labs have become widespread in distance education in the last decade. Moodle supports the administration, documentation, tracking, and reporting of training programs, classroom and online events. Web-based labs make possible to illustrate scientific phenomena that require costly or difficult-to-assemble equipment.
There are two complementary approaches for web-based labs:
- Virtual Labs or Experiments provide computer based simulations which offer similar views and ways of work to their traditional counterparts. Nowadays, simulations have evolved into interactive graphical user interfaces where students can manipulate the experiment parameters and explore its evolution.
- Remote Labs or Experiments use real plants and physical devices which are teleoperated in real time.
EJS
Easy Java(script) Simulations (EJS, http://www.um.es/fem/EjsWiki/pmwiki.php) is a tool designed for the creation of discrete computer simulations. During the last few years, EJS has grown for helping to create web-accessible labs in education of scientific and technical disciplines. With this objective in mind, recent releases of EJS support connections with external applications, such as LabView and Matlab/Simulink. Hence, EJS not only is useful to create virtual labs, but also the GUIs of their remote counterparts.
A rich repository of EJS simulations is freely available at: http://www.compadre.org/
EJSApp: bridging together Moodle and EJS
To support the one-click deployment of virtual and remote labs into Moodle, we have developed the EJSApp plugin, which has the following features:
- Deployment of labs written in EJS.
- Control user access to the deployed labs and distinguish between virtual labs (or simulations) and remote labs.
- Allow several resizing options for displaying the embedded applets.
- Backup and restore. EJSApp provides maintenance facilities for labs, packaging them into Moodle course backups.
To get the feel of EJSApp, visit UNILabs, which is a moodle site that hosts a rich network of virtual and remote labs for students of the Spanish Open University (UNED) and other Spanish Universities, such as the Huelva, Complutense and Almeria Universities. All labs in UNILabs have been developed using the EJSApp and its extensions (EJSApp "private files" browser, EJSApp Booking System, EJSApp Collab Session and the Open Source Physics repository plugin).
GitHub
The code repository of this plugin can be found at https://github.com/UNEDLabs/moodle-mod_ejsapp
References
- Luis de la Torre, Maria Guinaldo, Ruben Heradio, Sebastian Dormido. The Ball and Beam System: A Case Study of Virtual and Remote Lab Enhancement With Moodle. IEEE Transactions on Industrial Informatics, 11(4): 934-945, 2015.
- Luis de la Torre, Ruben Heradio, Carlos A. Jara, Jose Sanchez, Sebastian Dormido, Fernando Torres, Francisco A. Candelas. Providing Collaborative Support to Virtual and Remote Laboratories. IEEE Transactions on Learning Technologies, 6(4): 312-323, 2013.
- Luis de la Torre, Juan P. Sanchez, Ruben Heradio, Carmen Carreras, Manuel Yuste, Jose Sanchez, Sebastian Dormido. Creating web experimentation portals. International Conference on Interactive Computer aided Blended Learning, 2013, Florianópolis, Brasil.
- Ruben Heradio, Luis de la Torre, Jose Sanchez, Sebastian Dormido and Hector Vargas. An architecture for virtual and remote laboratories to support distance learning. In Research in Engineering Education Symposium, pages 579-587, Madrid, Spain, October 2011.
Tutorial Videos
Overview of EJSApp
Guide to install and use EJSApp and EJSApp File Browser
Overview of Open Source Physics, a free repository with more than 400 freely available EJS simulations
Overview of UNEDLabs, a network of virtual and remote laboratories developed with EJSApp
It allows using alias to your virtual and remote laboratories .jar (Java) or .zip (Javascript) files compiled with EjsS.
Also, it enhances the personalization of variables in virtual laboratories by allowing teachers to download the values generated for the variables of the lab that are being personalized.
Finally, it has a cleaner and more optimized code in many aspects.
The latest versions of EJSApp offer a solution for this problem by:
1. Deploying the Java applet through the Java Network Launch Protocol (JNLP) as a desktop application instead as a web browser-embedded applet.
2. Allowing to embed Javascript simulations created with EJS.
On the one hand, blockly enables a complete new way of interacting with the simulations, virtual labs and remote labs. Combining visual programming with interactive applications is extremelly interesting and powerful.
On the other hand, users can now define and plot their own graphs on demand thanks to the use of the javascript Chart.js library.
Moodle 3.3.1
When I click on a lab, I get only a download window to download the jnlp file.
Any suggestions to fix this?
I'm afraid you can't fix that. Embedded Java applets are no longer supported by any web browser, so we decided to deploy the Java applets through the Java Netjork Launch Protocol (JNLP), as desktop applications. This allows us to launch the applets with certain parameter that may be needed for the applications to run with all their features, but you can no longer have them embedded in you browser.
If you prefer the simulation (or remote lab) to be embedded in the browser (as we do), you should move to Javascript. EjsS allows creating Javascript applications in a very similar way as the Java applications were created, and you can add them to your Moodle course exactly the same way you do it with Java applets in an EJSApp activity.
Yes it is. I forgot to change the info here (I will do right now), but it works perfectly fine with Moodle 3.4
David, unfortunately, your I didn't read your message. I'm afraid I can't be of much help with your description of the problem. If you are still interested in fixing it, maybe we could have a skype meeting.
Embedded Java applets are no longer supported by any web browser, so I decided to deploy the Java applets through the Java Netjork Launch Protocol (JNLP), as desktop applications. You don't open jnlp files in the browser, the Operating System opens them. What is exactly your problem when opening a jnlp file? If you give me more details, maybe I could help you.
If you prefer the simulation (or remote lab) to be embedded in the browser, you should move to Javascript. EjsS allows creating Javascript applications in a very similar way as the Java applications were created, and you can add them to your Moodle course exactly the same way you do it with Java applets in an EJSApp activity.
The EJSApp private files browser serves for different purposes (saving and loading files related to EJSApp lab activities).
The address wasn’t understood
Firefox doesn’t know how to open this address, because one of the following protocols (jnlp) isn’t associated with any program or is not allowed in this context.
You might need to install other software to open this address.
Please help me on this error, thanks in advance.
Firefox is trying to open a Java file. Since Java applets can't be embedded into web browsers since a couple of years ago, EJSApp tries to open it through the JNLP protocol, which downloads and then runs the Java applet as a desktop application. However, for this to work, you need the Java Virtual Machine to be installed in your computer.
Anyway, I recommend you to use EJS Javascript applications instead of Java ones.