Á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 correction of activities...

...

When an individual or group activity is rejected, the student or group of students must perform the corrections requested by the teacher/tutor and resend the file to be corrected again.

  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. After accessing the class for which you wish to view individual and group extracurricular activities, select the Extracurricular activities tab.

...

03. View all individual and group extracurricular activities that are pending correction.

 

Alternative

...

paths

 

Correct all individual or group extracurricular activity

...

08. Insert the score obtained by the student or group of students on the extracurricular activity.

09. Press Save correction.

 

 

Reject individual or group extracurricular activity

...

08. On Reasons for rejection, describe the reasons why the individual or group extracurricular activity was rejected.

09. Press Reject.

Learn more
Expandir
title
Painel

When an individual or group extracurricular activity is rejected, the student or group of students may submit a new file with the corrections requested by the teacher/tutor.  

 

 

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.

...