There is some global concern about the future of Geomatics, not from the point of view of the discipline itself (given that the projections of the geospatial sector are increasingly auspicious), but from the point of view of a possible lack of suitable technicians and/or professionals in the matter [1][2]. Some analysis holds that education is the key [3].
In this sense, Uruguay has the initiative gvSIG Batoví [4], and there have been specific experiences of using gvSIG in education in other countries such as Paraguay and Spain [5].
This time, in the framework of gvSIG Batoví, it was raised the idea to develop two add-ons during the 2016 edition of Google Summer of Code [6]. The first one; that allows creating and performing tests, the second one; that allows creating and playing educational games, with the aim of being used in the educative scope.
What is needed?
Currently the project is in english (according to GSoC requirements), but will soon be published in Spanish.
The installation is done through the gvSIG add-ons manager.
Installation from file …
Types …
Script …
Restart gvSIG …
The execution is done through the scripting launcher of gvSIG.
Double click on run …
Click on TestCreator.
Ready!
What can be done?
Tests can be created!
Each test can contain or not: multiple choice (3 options), true or false, and short answer (1 word) questions.
The test is created from a prototype in ODS format, which must be edited according to the rules outlined in the user manual, and may include or not the correct answers and the scores corresponding to each question.
Identification, name, and description of the test must be entered.
The ODS file of the test must be loaded.
The addon works above gvSIG, so it is possible to fully exploit its potential. The view could be used dynamically, applying all the available tools (zoom in, zoom out, selection, attribute table, etc.).
The test is packed through the scripting composer of gvSIG.
Test …
Code: Modify it (ej.: Test_01)
Name: Modify it (ej.: Test_01)
Keep the rest equal …
Name of the file: Modify it (e.g.: Test_01.gvspkg)
Ready!
Finally the test is shared (e.g.: Test_01.gvspkg).
Tests can be performed!
The test is unpacked (e.g.: Test_01.gvspkg) through the add-ons manager of gvSIG.
Restart gvSIG …
Click on TestPlayer.
Ready!
Name must be entered before beginning.
Then it is possible to perform the test.
Again, the view can be used dynamically, applying all the available tools (zoom in, zoom out, selection, attribute table, etc.).
Finally, after the test is done, a report is generated in PDF format containing the questions and the answers selected and/or entered. An automatic correction is performed or not, depending on whether or not the correct answers and the scores corresponding to each question were entered at the creation stage of the test.
Test information is displayed: name, description, student, date, time, and attempts.
Test performed is shown: question, options, correct option, selected option and partial score.
Total score is shown.
In this way, you can create customized tests according to the pedagogical activity that is being carried out, and have an attractive interface that motivates the accomplishment of the tasks presented.
It should be noted the simplicity in the use of the add-on, and the emphasis on the fact that the level of complexity is determined by the type of questions entered at the creation stage of the test, which gives the add-on a great versatility.
The add-on, user manuals and more are available in the GitHub repository [7].
What could be done in the future?
Educational games could be created and played …
[1] https://www.gim-international.com/content/article/making-geomatics-more-attractive
[2] https://www.gim-international.com/content/blog/young-people-and-geomatics-time-to-act
[3] https://www.gim-international.com/content/article/geomatics-education-is-key
[4] https://www.gim-international.com/content/blog/supporting-geomatics-education-in-uruguay
[5] https://blog.gvsig.org/2016/01/16/gvsig-educa-a-free-gis-education-prototype/
[6] https://summerofcode.withgoogle.com/archive/2016/projects/4670449980014592/
[7] https://github.com/nacho0605/GSoC/tree/master/GSoC_2016
Artículo realizado por Carlos Colombana y Sergio Acosta y Lara
Great! I will test it and see how it works! Thank you!