Rev 11669 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1580 | guerimand | 1 | !let lang_exists=yes |
2 | |||
4020 | bpr | 3 | !read adm/lang/date.phtml.$lang |
1580 | guerimand | 4 | |
2358 | reyssat | 5 | !distribute items Skill,\ |
6 | skill,\ |
||
7 | Skills,\ |
||
8 | skills,\ |
||
3945 | bpr | 9 | Level,\ |
10 | Levels,\ |
||
11 | level,\ |
||
12 | levels,\ |
||
1580 | guerimand | 13 | All,\ |
3945 | bpr | 14 | skills assessment report,\ |
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 |
1580 | guerimand | 16 | |
3945 | bpr | 17 | !set name_no_competence=There are no $name_competences in this report ! |
1580 | guerimand | 18 | !set name_noyetparticipant=There is no participant in this class. |
3945 | bpr | 19 | !set name_info=Information about this $name_competence |
1580 | guerimand | 20 | !set name_param_change=Here are the parameters you can change |
3945 | bpr | 21 | !set name_color=Colour panel according to results for each $name_n_palier |
9251 | bpr | 22 | !set name_score_modify=Scores obtained in the worksheets selected here will not be counted for skills assessment |
2358 | reyssat | 23 | !set name_cocher=Please check which exercises you would like to use for this $name_n_palier. |
3945 | bpr | 24 | !set name_selectsheet=Show only exercises of worksheet number |
25 | !let name_nowork=Nothing done |
||
26 | !let name_listscoreoption=colour panel of the class,colour panel of the skills assessment report |
||
27 | !let name_listscoreview=do not show,integer,with one digit,with two digits,with three digits,with four digits |
||
1580 | guerimand | 28 | |
11669 | bpr | 29 | !distribute item Activity,Color,Legend\ |
30 | into name_activity, name_colorchoice,name_legend |
||
31 | |||
3945 | bpr | 32 | !distribute items Name of the $name_competence,\ |
33 | Name of the $name_n_palier,\ |
||
1752 | bpr | 34 | Number of $name_n_paliers,\ |
1768 | guerimand | 35 | of the class,\ |
3945 | bpr | 36 | Minimum score required for validating a skill,\ |
37 | Colour panel to be used,\ |
||
38 | Show scores,\ |
||
39 | Show skills assessment report to participant,\ |
||
40 | Show unassessed skills to participant,\ |
||
3095 | guerimand | 41 | into name_title_comp,name_title_palier,name_cnt_palier,name_configtext2,name_configtext3,name_configtext4,name_configtext5,name_configtext6,name_configtext7 |
1580 | guerimand | 42 | |
1753 | bpr | 43 | !!------------------------------- definition des noms de liens pour wims_menu_items |
44 | |||
45 | !if $wims_user=supervisor |
||
3960 | bpr | 46 | !let tmp=!defof wims_name_SE_list in wimshome/public_html/modules/home/names.$lang |
2955 | bpr | 47 | !else |
4059 | bpr | 48 | !let tmp=$wims_name_myscore |
1753 | bpr | 49 | !endif |
50 | |||
51 | !distribute line New $name_competence\ |
||
52 | $tmp\ |
||
9251 | bpr | 53 | into wims_name_add_competence,wims_name_go_userlist |
1753 | bpr | 54 | |
1580 | guerimand | 55 | !if $job=addcomp |
2358 | reyssat | 56 | !set name_job=!nosubst Add/Modify $name_competence $comp |
1580 | guerimand | 57 | !exit |
58 | !endif |
||
59 | |||
60 | !if $job=modpalier |
||
5894 | bpr | 61 | !set name_job=!nosubst Modify $name_n_palier $palier (<span class="wims_emph">$name_palier</span>) \ |
62 | of $name_competence $comp (<span class="wims_emph">$name_comp</span>). |
||
1580 | guerimand | 63 | !exit |
64 | !endif |
||
65 | |||
66 | !if $job=user |
||
5894 | bpr | 67 | !set name_job=!nosubst <span class="wims_emph">$user_firstname $user_lastname</span> |
1580 | guerimand | 68 | !endif |
69 | |||
2854 | guerimand | 70 | !if $job=delpalier |
12050 | bpr | 71 | !let name_delpalier=!nosubst Are you sure you want to erase the $name_n_palier $palier <span class="wims_emph">$mem_palier</span> of the $name_competence $comp <span class="wims_emph">$mem_title</span> from the $name_livret ? |
2854 | guerimand | 72 | !exit |
2861 | guerimand | 73 | !endif |
74 | |||
75 | !if $job=delcomp |
||
12050 | bpr | 76 | !let name_delcomp=!nosubst Are you sure you want to erase the $name_competence $comp <span class="wims_emph">$mem_title</span> from the $name_livret ? |
2861 | guerimand | 77 | !exit |
3214 | bpr | 78 | !endif |
79 | |||
3212 | guerimand | 80 | !if $job=save |
3945 | bpr | 81 | name_get=You can download the source code file corresponding to the structure of your skills assessment report \ |
82 | for example to restore it in another class. |
||
83 | name_put=Write the address of a skills assessment report archive file on your computer. The skills in the file \ |
||
84 | will be added to those already in your skills assessment report. |
||
4344 | guerimand | 85 | !endif |
9567 | guerimand | 86 | |
87 |