Á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 manual scores...

In the manual score all the topic items that have this type of score and are under the responsibility of the authenticated user are displayed.

It is possible to enter or adjust the score of each student in each class topic item accessed.

...

Image Added

...

subtletrue
titleLearn more



View manual score

...

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. Once you access the class whose manual scores in topic items will be added, press the tab Score.

02. Click Manual score.

03. View all topics that have items with manual score. 

Alternative Paths

 



Enter manual score for topic item

...

...

01. Select the topic to which the item with manual score belongs.

...

06. Press the icon located in the edit column.

Painel
Expandir
titleLearn more

To discard the score entered, press the cancel icon in the Edit column. 

07. Press Save.

 



Edit the manual score for the topic item

...

...

01. Select the topic to which the item with manual score belongs.

...

06. Press the icon located in the edit column.

Learn more
Expandir
title
Painel

To discard the change, press the cancel icon in the Edit column. 

07. Press Save.

 

 



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.

 

...