Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

  • Today: activities whose deadline is the current date;
  • Tomorrow: activities to be completed on the subsequent day;
  • Next 7 days: activities to be completed within the next 7 days;
  • Next 30 days: activities to be completed within the next 30 days;
  • Far from deadline: activities whose deadlines exceed 30 days;
  • No deadline: activities with no defined completion deadline.

Estado
subtletrue
titleLearn more

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. From the main menu, click Task central.

...

03. View all learning activities pending execution.

Expandirpanel
titleLearn more

Activities are classified based on their respective completion deadlines. The highest-priority activity when the student accesses the Task central is highlighted, whereas the remaining activities are displayed under the following categories:

  • Today;
  • Tomorrow;
  • Next 7 days;
  • Next 30 days;
  • Far from deadline;
  • No deadline.

 

Alternative

...

paths

 

Execute next learning activity

...

01. In the Next activity section, click the option that defines the action to be executed in the learning activity.

Expandirpanel
titleLearn more

Displayed actions vary according to the activity type shown.

 By clicking the desired option, a window appears in which the corresponding action can be performed.

 When the activity is a virtual event, running it will display the Messaging feature window, in which you can interact during the session. 

 

 


Execute main learning activity action

 

01. In the All activities section, click the category to which the activity to be executed belongs.

02. In the list of activities, select the activity to be performed.

Painel
Expandir
titleLearn more

By clicking the activity, a window appears in which the corresponding action can be performed. 

 

 

Execute optional learning activity action

...

03. Click the option that determines the action to be executed for the activity.

Learn more
Expandir
title
Painel

By clicking the desired option, a window appears in which the corresponding action can be performed. 

 


Informações
titleAttention!

This documentation is valid from update 1.5.10 on. If you use an earlier version, it may contain information different from what you see in your platform.

...