Á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 registration requests...

...

Permitted registration request actions are: approve, deny, and approve all. Upon denying an registration request, a reason for denial must be provided.

  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 requests for registration pending approval.

 

Alternative

...

paths

 

Approve registration request

...

03. In the message displayed, press Yes to confirm approval of the request for registration; or No to cancel the action, if desired.

Expandirpanel
titleLearn more

When approving a request for registration in the class, the student is automatically added to the community of the class and subject - if it exists. 

04. In the registration status window, view the registration approval confirmation or reason for rejection.

 

 

Deny registration request

...

05. In the registration status window, view the registration denial confirmation or the reason for its rejection.

 

 

Approve all registration requests

...

02. In the message displayed, press Yes to confirm approval of all pending requests for registration; or No to cancel the action.

Learn more
Expandir
title
Painel

When all requests for registration are approved, the students registered in classes are automatically added to the community of the class and subject - if it exists. 

03. In the registration status window, view the approval confirmation of all Registrations or the reason for its rejection. 

 

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.

...