Histórico da Página
Index
...
Índice | ||||||||
---|---|---|---|---|---|---|---|---|
|
Speaking of skills...
This window allows to manage managing skills that are acquired by the student when he/she completes courses and students upon completing course activities.
The skills Skills can be attributed to subjects and tracks/training coursesassigned to subjects, tracks and training.
Painel | ||
---|---|---|
| ||
When you create an item (subject, track or training course), you can add the minimum and maximum values for each skill and relate them to it. Such values establish how many points the student will receive in this skill, based on the proportional difference between their final grade and the minimum grade to pass it. Example
|
Students can check their acquired skills via the Learning achievements Achievements and Achievement details widgets, provided that if such widgets are added to a posted page to which students have access.
Estado | ||||
---|---|---|---|---|
|
HTML |
---|
<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> |
Basic Path
01. In the main menu, press Learning.
02. Click the tab Manage.
03. Press Skills.
04. View your existing skills.
View skills
...
01. In the main menu, place the mouse over Learning.
02. Click Manage.
03. Place the mouse over Manage.
04. Click Skills.
05. View existing skills.
Painel | ||
---|---|---|
Expandir | ||
| ||
You can find a specific skill through the Search field located in the upper right corner of the window. |
Alternative Paths
Add Skill
...
Add skill
...
01. Press In the Skills window, click New.
02. Enter Add the requested required skill information for the skill.
Painel | ||
---|---|---|
Name | ||
Expandir | ||
| ||
The requested information are: Name Description |
03. Press Click Save; or Cancel to quit the inclusion of if you want to cancel adding the skill.
Edit
...
skill
...
01. Select the ability In the Skills window, select the skill to be edited.
02. Press Click Edit.
03. Change the chosen information .
Expandir | ||
---|---|---|
| ||
Find information about the displayed fields in the alternative path add skill. |
of your choice.
04. Click Save or Cancel if you want 04. Press Save or Cancel to discard the changes made.
...
Delete skill
...
...
01. Select In the Skills window, select the skill to be deleted.
02. Press Remove Click Delete.
03. In the message displayed, press In the pop-up window, click Yes to confirm deleting the removal of the skill; or Cancel to quit if you want to cancel the action.
...
Painel |
---|
You can only delete a skill that is not related to any learning item – subject, track or training. |
Informações | ||
---|---|---|
| ||
This documentation is valid from as of the 1.56.10 1 update. If you use a previous update, it Previous updates may contain different information different from than what you see on your platform. |
...