Á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 changing registration status...

...

Dica
titleTip!

Users who wish to change the status of registrations must have this permission defined in the Control Panel Permissions – feature: Learning - Change of registration status; option: active Status.

  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.

...

10. View all class registrations in the defined period.

 

Alternative

...

paths

 

Edit student score

 

01. Select the student whose score will be changed.

...

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

Painel
Expandir
titleLearn more

Whenever courses require minimum scores to be completed, students may only be approved upon reaching such minimum score. In case of students who failed to reach such score, their score must first be changed to the minimum required score before they can be approved.

Once approved, the student ceases to be a member of the class and subject community – if it exists.

 

 

Fail student

 

01. Select the student to be failed.

...

03. In the registration Status window, view the confirmation of student failure or the reason for its rejection.

Painel
Expandir
titleLearn more

Whenever courses have minimum approval scores, students must have a lower score in order to fail. If a student’s score is equal or greater than the minimum approval score and such student still must fail, the current score must be changed.

If the student fails, he ceases to be a member of the class and subject community – if it exists.

 

 

Cancel registration

 

01. Select the student whose registration will be canceled.

...

03. In the registration Status window, view the confirmation of student registration cancellation or its reason for rejection.

Learn more
Expandir
title
Painel

When cancelling the registration of a student, he is deleted from the class and subject community - if any, and loses access to the course and also his status/progress. If the student is re-registered in the same course, he must sit all course items again. 

 

 

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.

...