Á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 topics ...

In the management of topics, it is possible to graphically view the completion statistics of the topics and a listing of all topics of the class with each student's status.

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

 

Image Added



View topics

...

01. After accessing the class whose topics you wish to manage, click the tab Manage.

...

03. View the statistics graphically and the list of topics completed and not completed in class.

Painel
Expandir
titleLearn more

By clicking on the caption items of the chart, it is possible to switch between the viewing of completed and not completed topics or maintain the view of both.

 

Alternative Path

 



View the students’

...

status in the

...

topic

...

01. In the listing below the graph, select the topic you wish to view students who completed it and not completed it.

02. Select the status of the students in the topic you wish to view. 

Painel
Expandir
titleLearn more

The available options are:

  • Completed;
  • Not Completed;.

03. View students that correspond to the selected position.

...

titleLearn more

 To return to the main window, press Back.

 

 



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.

 

...