Á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 multiple choice questions ...

Multiple choice questions are questions featuring several alternatives, allowing students to mark one or more alternatives (i.e. questions that may have more than one correct alternative.)

In addition, alternatives may also comprise images instead of text, and images may also be added to the question’s text, such as charts, flows or illustrations.

 

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 General information tab, enter the required information for the multiple choice question.

Expandir
titleLearn more

The requested information is:

Language
Language of the multiple choice question To add a new language, simply click New and select the desired multiple choice question language.

Set as default language
When checked, this option determines that the selected language will be the default multiple choice question language.

Name
Title of the multiple choice question.

Question
Question wording.

Image Added



Create new multiple choice question

...

01. After clicking NewMultiple choice question where to create the folder, enter the required information in the General information tab.

Painel

The requested information is:

Name
Title of the multiple choice question.

Question
Question wording.

Disable HTML code interpretation
When checked, if an HTML code is entered, it will not be interpreted when displaying the question, i.e. the code block will be displayed instead of the result that would be generated when interpreting it.

02. In Available images, click Send image to add an image to the question.

...

04. Locate and select the desired image.

05. Select Send.

Expandirpanel
titleLearn more

More than one image can be added to the question or its alternatives. 

06. Configure the image displayed in the question.

Expandirpanel
titleLearn more

The image display size in the question can be edited.

 To add the image to the question text, click Add image to the text.

07. Define the type of question alternative.

Painel
Expandir
titleLearn more

Available options:

  • Text;
  • Image.

Size
Size of the image displayed in the alternatives. This field is only available in case of Image-type alternatives.

08. In Alternatives, click Add to create question alternatives or Use set of alternatives to add previously registered alternatives.

Learn more
Expandir
title
Painel

It is not possible to add previously registered sets of alternatives in image-type question alternatives. 

09. Enter the description of the alternative and its respective score; or select the previously registered set of alternatives in the Set of alternatives window.

Expandirpanel
titleLearn more

Users can add as many alternatives as necessary.

To reorder alternatives, simply click the moving arrows located in the Order column.

Select an added alternative and click Delete to delete it.

10. Add the remaining multiple choice question information required.

Expandirpanel
titleLearn more

The requested information is:

Evaluate as a whole
When checked, this option determines that question points will only be considered if the student only marks all of the correct alternatives.

Random order
Presentation form of the question’s alternatives. Available options:

  • Do not sort alternatives randomly;
  • Sort alternatives randomly;
  • Sort all alternatives randomly, except for the last alternative;
  • Sort all alternatives randomly, except for the last two alternatives.

Difficulty
Level of difficulty of the question. The difficulty of questions is defined as:

  • 1 - Very easy;
  • 2 - Easy;
  • 3 - Medium;
  • 4 - Hard;
  • 5 - Very hard.

Minimum alternatives marked
Minimum number of alternatives that must be marked.

Maximum alternatives marked
Maximum number of alternatives that can be marked. This number must be equal or greater than the number of correct alternatives.

Source
Source from which the question’s rationale was obtained.

Author
Author of the question.

Tags
Grouping questions from a same subject or knowledge area. Words must be separated by space.

...

12. Define whether the question must inherit the permissions of its parent topic.

Learn more
Expandir
title
Painel

The available options are:

Inherits permissions
When selected, determines that the permissions and restrictions assigned to the question will be the same as the parent topic. Even when the question inherits the permissions, it is possible to set other permissions or restrictions specific to it, in addition to those already inherited.

Does not inherit permissions
When selected, determines that the permissions and restrictions of the parent topic are not assigned to the question.

...

16. In the level table, select the option that determines the permission level that will be assign to the selected item.

Painel
Expandir
titleLearn more

The available options are:

  • Reading;
  • Execution;
  • Writing;
  • Modification;
  • Exclusion;
  • Complete.

Find detailed information about each permission in Permissions and restrictions in the catalog.

17. Select Add.

Painel
Expandir
titleLearn more

It is possible to add more than one item. After finishing, close the window to continue the inclusion of the question.

To change an item’s permissions, select the item and press Edit.

To remove permissions for an item, select it and press Remove.

...

22. In the level table, select the option that determines the level of restriction that will be assigned to the selected item.

Learn more
Expandir
title
Painel

The available options are:

  • Reading;
  • Execution;
  • Writing;
  • Modification;
  • Exclusion;
  • Complete.

Find detailed information about each permission in Permissions and restrictions in the catalog.

 23. Select Add.

Expandirpanel
titleLearn more

It is possible to add more than one item. After finishing, close the window to continue the inclusion of the question.

To change an item’s restrictions, select the item and press Edit.

To remove the restrictions of an item, select it and press Remove.

...

25. Click Save; or Cancel to cancel the question’s creation.

Expandirpanel
titleLearn more

After finishing the question’s registration, it is still not available to be used in evaluations. The question’s first version must be released in order for it to become available. more information is available in the alternative path Release version of multiple choice question. 

Alternative Paths

 


Release version of multiple choice question

 

...

01. In the catalog, access the topic to which the question belongs through the structure to the left of the chart.

...

06. Enter the description of the new version.

07. Click Release version.

Painel
Expandir
titleLearn more

Upon selecting this option, the released version becomes the question’s current and effective version, available for evaluations.

In addition, a notification is issued to all users responsible for creating evaluations who are using the question, informing them that a new version has been released.

 



Create new version of multiple choice question

 

...

01. In the catalog, access the topic to which the question belongs through the structure to the left of the chart.

...

06. Apply the desired question changes for the new version.

07. Press Save. 



Cancel version of multiple choice question

 

...

01. In the catalog, access the topic to which the question belongs through the structure to the left of the chart.

...

05. In versions, select the version to be canceled.

06. Click Cancel version.

Expandirpanel
titleLearn more

Only unreleased versions can be canceled. 



Revoke version of multiple choice question

...

...

01. In the catalog, access the topic to which the question belongs through the structure to the left of the chart.

...

07. In the revoke version window, enter the reason for which the question’s version is being revoked.

title
Nota
Painel
Warning

To revoke a question version, the scores of all evaluations using such question will be recalculated and may increase or decrease. However, the user may choose to allow both the score’s increase or decrease or only the score’s increase for students who already performed such evaluations. 

08. Define the recalculation of scores of students who already performed evaluations featuring revoked questions.

Learn more
Expandir
title
Painel

Available options:

  • Allow evaluation scores to increase or decrease;
  • Only allow evaluation scores to increase (never decreasing). 

09. Click Continue.

Expandirpanel
titleLearn more

Next, the scores of evaluations featuring revoked questions are recalculated, based on the defined recalculation method, and a notification is issued to students informing them of the revoked question and the new scores. 

 



Deactivate multiple choice question

 

...

01. In the catalog, access the topic to which the question belongs through the structure to the left of the chart.

...

04. In the message displayed, press Yes to confirm the question deactivation; or No to cancel the action.

Expandirpanel
titleLearn more

Upon confirmation, a notification is sent to all users responsible for creating evaluations who are using the question, informing them of its deactivation.  


Reactivate multiple choice question

...

...

01. In the catalog, access the topic to which the question belongs through the structure to the left of the chart.

...

04. In the message displayed, press Yes to confirm the question reactivation; or No to cancel the action. 



Edit multiple choice question

...

...

01. In the catalog, access the topic to which the question belongs through the structure to the left of the chart.

...

04. Change the chosen information.

...

titleLearn more

 Information about the displayed fields can be obtained from the basic route.

...

05. Press Save or Cancel to discard the changes made, if desired.

 



Delete multiple choice question

 

...

01. In the catalog, access the topic to which the question belongs through the structure to the left of the chart.

...

04. In the message displayed, click Yes to confirm the question deletion; or No to cancel the action.

 



Move multiple choice question

...

...

01. In the catalog, access the topic to which the question belongs through the structure on the chart to the left of the window.

...

07. Press Add and close the window.

08. Press Move.

Expandirpanel
titleLearn more

When selecting this option, the multiple choice question is moved to the selected location.  



Informações
titlePlease note!

This documentation is valid from the 1.56.10 1 update. If you use a previous update, it may contain information different from what you see on your platform.

 

...