Rev 5894 | Rev 9571 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1646 | czzmrn | 1 | !let lang_exists=yes |
2 | |||
1998 | czzmrn | 3 | !read adm/lang/date.phtml.$lang |
1646 | czzmrn | 4 | |
5 | !distribute items Competenza,\ |
||
6 | competenza,\ |
||
7 | Competenze,\ |
||
8 | competenze,\ |
||
9 | Traguardo,\ |
||
10 | Traguardi,\ |
||
11 | traguardo,\ |
||
12 | traguardi,\ |
||
13 | Tutti,\ |
||
3748 | czzmrn | 14 | registro delle competenze,\ |
2864 | reyssat | 15 | into name_Competence,name_competence,name_Competences,name_competences,name_n_Palier,name_n_Paliers,name_n_palier,name_n_paliers,name_All,name_livret |
1646 | czzmrn | 16 | |
17 | !set name_no_competence=Non è stata definita alcuna $name_competence in questo registro! |
||
18 | !set name_noyetparticipant=Questo corso non ha alcun iscritto. |
||
19 | !set name_info=Dettagli su questa $name_competence |
||
20 | !set name_param_change=Questi sono i parametri modificabili |
||
21 | !set name_color=Colori di fondo dei voti in funzione del $name_n_palier raggiunto nel livello |
||
22 | !set name_score_modify=I punteggi dei test di autovalutazione seguenti sono ignorati ai fini del calcolo del livello di acquisizione del $name_n_paliers |
||
23 | !set name_cocher=Scegliete gli esercizi che contribuiscono a questo $name_n_palier. |
||
2790 | guerimand | 24 | !set name_selectsheet=Mostrare solo gli esercizi del test |
1998 | czzmrn | 25 | !let name_nowork=Nessuna attività |
26 | !let name_listscoreoption=del corso,del registro |
||
27 | !let name_listscoreview=non mostrare,intero,con una cifra decimale,con due cifre decimali,con tre cifre decimali,con quattro cifre decimali |
||
1646 | czzmrn | 28 | |
1752 | bpr | 29 | !distribute items Titolo della $name_competence,\ |
1646 | czzmrn | 30 | Titolo del $name_n_palier,\ |
31 | Numero di $name_n_paliers,\ |
||
1768 | guerimand | 32 | del corso,\ |
1998 | czzmrn | 33 | punteggio minimo per considerare acquisito l'esercizio,\ |
34 | Utilizzo dei colori per i livelli dei $name_n_paliers,\ |
||
3095 | guerimand | 35 | Visibilità dei risultati numerici nei livelli,\ |
3748 | czzmrn | 36 | Mostra il registro agli studenti,\ |
37 | Mostra un registro vuoto agli studenti,\ |
||
3095 | guerimand | 38 | into name_title_comp,name_title_palier,name_cnt_palier,name_configtext2,name_configtext3,name_configtext4,name_configtext5,name_configtext6,name_configtext7 |
1646 | czzmrn | 39 | |
2817 | czzmrn | 40 | !!------------------------------- définition des noms de liens pour wims_menu_items |
1753 | bpr | 41 | !if $wims_user=supervisor |
3960 | bpr | 42 | !let tmp=!defof wims_name_SE_list in wimshome/public_html/modules/home/names.$lang |
4262 | czzmrn | 43 | !else |
4059 | bpr | 44 | !let tmp=$wims_name_myscore |
1753 | bpr | 45 | !endif |
1998 | czzmrn | 46 | |
1753 | bpr | 47 | !distribute line Nuova competenza\ |
48 | $tmp\ |
||
49 | Registro del corso\ |
||
50 | Registro delle $name_competences\ |
||
51 | into wims_name_add_competence,wims_name_go_userlist,wims_name_cls_livret,wims_name_livret |
||
52 | |||
1646 | czzmrn | 53 | !if $job=addcomp |
54 | !set name_job=!nosubst Aggiungi/Modifica la $name_competence $comp |
||
55 | !exit |
||
56 | !endif |
||
57 | |||
58 | !if $job=modpalier |
||
5894 | bpr | 59 | !set name_job=!nosubst Modifica il $name_n_palier $palier (<span class="wims_emph">$name_palier</span>) \ |
60 | della $name_competence $comp (<span class="wims_emph">$name_comp</span>). |
||
1646 | czzmrn | 61 | !exit |
62 | !endif |
||
63 | |||
64 | !if $job=user |
||
5894 | bpr | 65 | !set name_job=!nosubst <span class="wims_emph">$user_firstname $user_lastname</span> |
1646 | czzmrn | 66 | !endif |
67 | |||
2854 | guerimand | 68 | !if $job=delpalier |
3748 | czzmrn | 69 | !let name_delpalier=!nosubst Siete sicuri di voler cancellare da questo registro il $name_n_palier $palier ( $mem_palier ) della $name_competence $comp ($mem_title)? |
2854 | guerimand | 70 | !exit |
2861 | guerimand | 71 | !endif |
72 | |||
73 | !if $job=delcomp |
||
3748 | czzmrn | 74 | !let name_delcomp=!nosubst Siete sicuri di voler cancellare la $name_competence $comp ($mem_title) dal $name_livret? |
2861 | guerimand | 75 | !exit |
2864 | reyssat | 76 | !endif |
3214 | bpr | 77 | |
3212 | guerimand | 78 | !if $job=save |
4262 | czzmrn | 79 | name_get=È possibile salvare su file la struttura del registro delle competenze \ |
3748 | czzmrn | 80 | ad esempio per ripristinarle in un altro corso. |
81 | name_put=Scrivere il nome del file in cui si è salvato un registro. Le competenze \ |
||
82 | contenute nel file saranno aggiunte a quelle già presenti nel registro del corso. |
||
4344 | guerimand | 83 | !endif |
9567 | guerimand | 84 | |
85 | !set name_filter=Vous pouvez filtrer selon une variable technique (propriétés des participants) |
||
86 | !set name_filtertitle=Sélection par variables techniques |
||
87 |