This window allows to manage skills that are acquired by the student when he/she completes courses and activities.
The skills can be attributed to subjects and tracks/training courses.
<a id="toggleAll" href="#" >Expand/hide additional information. </a> <script type="text/javascript"> var abertos = 0; var fechados = 0; function contador() { abertos = 0; fechados = 0; jQuery(".expand-control").each( function() { if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") { fechados++; } else { abertos++; } }); } AJS.toInit(function() { contador(); var soma = abertos + fechados; $("#toggleAll").html('Expand/hide ' + soma + ' additional information.'); AJS.$('#toggleAll').click(function() { contador(); if (abertos >= fechados) { jQuery(".expand-control").each( function() { if (document.getElementById(this.id).children[0].className == "expand-control-icon icon expanded") { jQuery(this).trigger("click"); } } ) } else { jQuery(".expand-control").each( function() { if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") { jQuery(this).trigger("click"); } } ) } }); }); </script> |
01. In the main menu, press Learning.
02. Click the tab Manage.
03. Press Skills.
04. View your existing skills.
01. Click Filter options, located in the upper left corner of the window.
02. Enter the name of the skill you wish to search.
03. Press Search.
To undo the set filter and view all content again, press Clear. |
04. View skills according to the defined filter.
01. Press New.
02. Enter the requested information for the skill.
The requested information are: Name Description |
03. Press Save; or Cancel to quit the inclusion of the skill.
01. Select the ability to be edited.
02. Press Edit.
03. Change the chosen information.
Find information about the displayed fields in the alternative path add skill. |
04. Press Save or Cancel to discard the changes made.
01. Select the skill to be deleted.
02. Press Remove.
03. In the message displayed, press Yes to confirm the removal of the skill; or Cancel to quit.
This documentation is valid from the 1.5.10 update. If you use a previous update, it may contain information different from what you see on your platform. |