Árvore de páginas

Versões comparadas

Chave

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

...

Índice
outlinetrue
exclude.*ndice
stylenone

 

 

Speaking of group work...

...

To deliver the official file, it passes being presented in general information by accessing the topic item and can be visualized to trigger the link corresponding to your name.

 

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. See the General information of the activity and the members of the working group.

 

Alternative

...

paths

 

Send group work file

 

01. Click Upload file.

...

03. On the workstation, select the file to be sent.

04. Press Send.

 

 

View group work file sent

...

01. In group’s files, click the link corresponding to the name of the uploaded file in the File column.

02. View the file.

 

 

Deliver group work file

 

01. In batch files, select the file considered as an officer by the Group and which must be submitted for correction of the teacher/tutor.

02. Click Deliver file.

Expandirpanel
titleLearn more

To activate this option, the selected file is sent for fix teacher/tutor and your situation happens to be Delivered. 

 

 

Edit work group

 

01. Click Edit group.

...

03. Press Save to confirm the changes; or Cancel to discard them, if desired.

 

 

Be removed from work group

...

02. In the message displayed, press Yes to confirm the output of the working group; or Not to drop out of the action, if desired. 

 

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.

...