Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

Index 

Índice
outlinetrue
exclude.*ndice
stylenone

 

 

Speaking of tracks ...

The tracks are a set of trainings or trails which allow you to acquire certain competence when completed successfully.

...

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 tab General information, add the information related to the language of the track.

...

56. Fire Rescue; or Cancel to quit the track creation, if desired.

 

Alternative Paths

 

Edit Track

 

01. In the catalog, access the location where the trail is through the structure in the left frame.

...

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

 

Remove track

 

01. In the catalog, access the location where the trail is through the structure in the left frame.

...

04. In the message displayed, press Yes to confirm the deletion of the trail; or Not to drop out of the action, if desired.

 

Copy track

 

01. In the catalog, access the location where the trail is through the structure in the left frame.

...

Expandir
titleLearn more

To activate this option, the copy of the trail is created in the location set.

 

Move track

 

01. In the catalog, access the location where the trail is through the structure in the left frame.

...

Expandir
titleLearn more

To activate this option, the trail is moved to the location set.

 

Enroll in track

 

01. Access the trail on which to register.

...

Expandir
titleLearn more

When pressing this option, the enrollment request is automatically approved or submitted to the approval of the person in charge in case the account to which the student is linked requires approval of the enrollment request.

As a student is effectively enrolled in a track, they are also automatically enrolled in all the training courses that make it up, except for the training courses that have requirements.

 

Cancel registration request in track

Expandir
titleLearn more

If a user wants to cancel their enrollment request, they are required to have the permission to cancel enrollments in tracks defined in the Control Panel – feature: Learning - Enrollments; option: Cancel active enrollment in training courses/tracks.

...

Expandir
titleLearn more

When pressing this option, the enrollment request is canceled.

 

Cancel enrollment in a track

Expandir
titleLearn more

If a user wants to cancel their enrollment request, they are required to have the permission to cancel enrollments in tracks defined in the Control Panel – feature: Learning - Enrollments; option: Cancel active enrollment in training courses/tracks.

...

Expandir
titleLearn more

When pressing this option, the enrollment is canceled. 

 

Enroll users in track

 

01. Access the trail on which users will be enrolled.

...

Expandir
titleLearn more

To activate this option, the window is displayed that allows you to perform the registration of users. Find more information about the available actions in Register user

 

Add track to wish list

 

01. Access the trail if you want to add to wishlist.

...

Expandir
titleLearn more

To activate this option, the track is added to the list of desires of the student. 

 

Remove track from wish list

 

01. Access the trail if you want to remove from the wish list.

...