Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic generation of virtual and remote lab views #15

Open
Ravenink opened this issue Jul 26, 2019 · 1 comment
Open

Automatic generation of virtual and remote lab views #15

Ravenink opened this issue Jul 26, 2019 · 1 comment

Comments

@Ravenink
Copy link
Member

Ravenink commented Jul 26, 2019

Instead of using EjsS for building the whole virtual and remote lab UI we could:

  1. For virtual labs: use only the 2D or 3D representation of the model built in EjsS.

  2. For remote labs: use only a webcam connection to the lab.

In the first case, EJSApp would receive the 'input', 'public' and 'output' variables (as defined in EjsS) and the teacher would decide in a form which of them to represent visually (with sliders, inputs, buttons, etc.).

In the second case, EJSApp is not needed at all (except for the webcam connection and the communication elements), as variables are received from the lab through RIP. A first good approach could be to use jQuery UI (which is already available with Moodle) to build the UI elements: sliders, buttons, inputs, etc.

@Ravenink
Copy link
Member Author

@JacoboSV "volunteered" to address this issue. Hurrah! Good luck, Jacobo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants