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

...

You can relate communities to the achievement and define a message to be posted in them when a user meets the necessary requirements and obtains that achievement.

 

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. View the achievements that can be obtained by users according to their engagement rate.

Painel
Expandir
titleLearn more

You can search for a specific achievement through the Search field located in the upper right corner of the window.

 


Alternative Paths

...


Add achievement

...


01. Click Add.

02. Add the requested information for the achievement.

Painel
Expandir
titleLearn more

The requested information is:

Name of the achievement
Name that will be assigned to the achievement that can be obtained by users.

Description of the achievement
Description of the achievement that can be obtained by users.

Icon of the achievement
Representative icon to be assigned to the achievement.

Experience assigned
Experience score that the user gets when they obtain that achievement.

Type of achievement
Type to be assigned to the achievement.

Trophy associated
Trophy which the user gets when they obtain that achievement.

Associated title
Title that will be assigned to the user that gets that achievement.

Associated team
Team for which the achievement is valid, that is, the audience for which that achievement is intended.

03. Click Save. 


Edit achievement

...


01. Select the achievement to be edited.

...

03. Change the chosen information.

Expandirpanel
titleLearn more

Information about the displayed fields can be obtained from the alternative path Add Achievement. 

04. Click Save.

 


Associate trigger with achievement

 


01. Select the achievement with which you want to associate a trigger.

...

04. In the listing displayed, select the event that should be an achievement trigger, that is, the event which should be a prerequisite to obtain it.

05. Click Save.

Painel
Expandir
titleLearn more

To remove an achievement trigger, just select it from the associate trigger window, and click Remove.  


Associate community with achievement

 


01. Select the achievement with which you want to associate a community.

...

04. Add the community and the message that should be posted when a user gets the achievement.

05. Click Save.

Expandirpanel
titleLearn more

To edit or remove a community and your message, simply select it in the Associate Community window and click the option corresponding to the action you want, Edit or Remove


View requirements

...


01. In the corresponding row to the achievement whose requirements to obtain it you want to view, click View requirements, which is located in the column Requirements.

02. View the events that are requirements for a user to obtain that achievement. 


View communities

 


01. If you want to view the communities that will receive a message when the achievement is obtained by a user, in its corresponding row, click View communities, which is located in the Communities column.

02. View the communities that will receive a post with the defined message whenever a user obtains that achievement.

 

 



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.

 

...