Á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 extracurricular activities...

...

Extracurricular activities are items of classes that allow to send a file to the teacher/tutor and are executed and completed from the topic. In this section it is possible only view the details of extracurricular activities, it is not possible to run them.

 

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

...

04. View all the subject classes in which you are enrolled and the ones that have extracurricular activities.

 

Alternative

...

path

 

View extracurricular activity

...

03. View the information regarding the selected extracurricular activity.

Learn more
Expandir
title
Painel

When a file to has been sent to the extracurricular activity, it is possible to view it by accessing the link corresponding to your name, located below delivered File.

If the extracurricular activity was rejected by the teacher/tutor, it is possible to view the file with the necessary corrections submitted by him/her when accessing the link corresponding to the name of the document on corrected File. It is also possible to view the issue justification by the teacher by rejecting the activity accessing View rejection, located below Reason for rejection.

...