Árvore de páginas

Versões comparadas

Chave

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

Index

...

Índice
maxLevel4
outlinetrue
exclude.*ndicendex
stylenone

 

 

Speaking of

...

ending classes...

This feature allows to end classes, which will disable their communities and end all registrations linked to them, and no new registrations can be made.

...

In order to end a class, the user needs to have permission on Learning - ending classes manually, option: Access Active in the Control Panel permissions. They also need to have modification permission, be responsible for the class or subject in question and be responsible for Ending classes manually. It is worth remembering that, if these permissions are made in the subject, the class needs to be configured to inherit them. Only with these permissions can the user end a class manually.

  EstadosubtletruetitleLearn 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. In the main menu, select Learning.

...

04. View classes under the authenticated user’s responsibility.

 

Alternative

...

path

 

End class

 

01. Select the class to be ended.

...

03. In the message displayed, press Yes to confirm the class closure; or Cancel to cancel the action.

Learn more
Expandir
title
Painel

By closing a class, all related registrations will be ended and new registrations are denied. The class community is also deactivated. 

04. In the Class status window, view the confirmation of class closure or the reason why it was not ended. 

 

Informações
titlePlease note!

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.

...