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

Graders responsible for the evaluation may check, correct, and grade essay questions.

...

The option grade all, on the top of the screen, allows for grading a question and going to its next answer (similarly when using the option Grade, clicking end and next).

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

...

03. View all evaluations with essay questions pending grading procedures.

 

Alternative

...

path

 

Grade evaluation

 

01. Click Access, located on the chart of the evaluation to be graded.

...

03. Click Grade, located next to the respective student name to be graded.

Expandirpanel
titleLearn more

It is also possible to access the question grading screen from the grade all option in the upper section of the window. 

04. Enter the question grading information required.

Expandirpanel
titleLearn more

Required information:

Score (0-100)
Score assigned to the student in the essay question.

Confirm grade
When checked, this option determines that the assigned grade is confirmed by the grader and attributed to the student.

Comment
Comments regarding the essay question’s grading process.

05. Click End and open next.

Learn more
Expandir
title
Painel

Upon confirming and ending the grading process, a notification is sent to the student containing all grading information, such as evaluation and grade, among others.

Questions may be graded at a later time, if necessary, by simply clicking Skip to the next pending question.

Click Back to return to the home screen.

 


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.

...