The aula_conf.xml file allows to establish a connection between the students' devices located in the same classroom and the classroom management device.
The file must have the .xml extension and must be configured with the following parameters:
<data> <url_aula>http://186.87.165.60:3000</url_aula> <aula>true</aula> <general> <score minimalSuccessScore="0.6" urlScore="https://lti.servercloudlabs.com/lti_launcher/setScore"> <numeric selected="true"> <option>0</option> <option>100</option> </numeric> <alphabetical selected="false"> <option max="0.6">F</option> <option max="0.7">D</option> <option max="0.8">C</option> <option max="0.9">B</option> <option max="1.0">A</option> </alphabetical> </score> </general> </data>
The <url_aula>http://186.87.165.60:3000</url_aula> parameter must be configured with the ip of the classroom manager device, which is set in the configuration of the device with static IP.
The port through which this clasroom manager application communicates via the .xml file is always 3000.
The <aula>true</aula> parameter must always be set to true. This is to establish the communication of devices with credentials, both user and password.
The content inside the <general> tag is generally not modified, because the grade ranges are not taken into account, this is because the simulators already have this data set.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article