Removed progress threshold form configs - because failed results now based on course timing
This commit is contained in:
parent
9f56a741f2
commit
28f7b15503
2
amd/build/studyplan-editor-components.min.js
vendored
2
amd/build/studyplan-editor-components.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -756,14 +756,6 @@ export default {
|
|||
></b-form-input>
|
||||
</b-col>
|
||||
</b-row>
|
||||
<b-row>
|
||||
<b-col cols="4">{{ text.setting_bistate_thresh_progress}}</b-col>
|
||||
<b-col cols="8">
|
||||
<b-form-input v-model="aggregation_parsed.bistate.thresh_progress"
|
||||
type="number" number :formatter="numberFilter"
|
||||
></b-form-input>
|
||||
</b-col>
|
||||
</b-row>
|
||||
<b-row><b-col cols="*"> </b-col></b-row>
|
||||
<b-row>
|
||||
<b-col cols="7">{{ text.setting_bistate_support_failed}}</b-col>
|
||||
|
|
|
@ -155,8 +155,8 @@ $string['cfg_grades'] = 'Configure grade & scale interpretation';
|
|||
$string['cfg_plans'] = 'Manage study plans';
|
||||
$string['cfg_help'] = "Studyplan plugin documentation";
|
||||
|
||||
$string['cfg_grades_desc_head'] = 'Configure how reuslts for goals are presented.';
|
||||
$string['cfg_grades_desc'] = 'If failed results are supported, the threshold for progression is relevant. All results below this threshold will be considered failed. Empty results or 0 will always be read as not started. <br> The completion threshold always takes preference if it is equal to or lower than th progression threshold.';
|
||||
$string['cfg_grades_desc_head'] = 'Configure how results for goals are presented.';
|
||||
$string['cfg_grades_desc'] = '';
|
||||
$string['cfg_grades_grades'] = 'Configure point grade interpretation';
|
||||
$string['cfg_grades_scales'] = 'Configure scale grade interpretation';
|
||||
$string['min_progress'] = 'Progression threshold';
|
||||
|
|
|
@ -158,7 +158,7 @@ $string['cfg_plans'] = 'Studieplannen beheren';
|
|||
$string['cfg_help'] = "Studieplan plugin documentatie (Engels)";
|
||||
|
||||
$string['cfg_grades_desc_head'] = 'Stel hier in op welke manier resultaten voor doelen worden geinterpreteerd.';
|
||||
$string['cfg_grades_desc'] = 'Bij gebruik van onvoldoende beoordelingen is de drempelwaarde voor ontwikkeling relevant. Bij waarden onder deze drempel, wordt het resultaat weergegeven als onvoldoende. Een lege beoordeling wordt altijd gezien als niet gestart. <br> Als de drempel voor voltooing kleiner dan of gelijk is aan die voor ontwikkeling, dan krijgt die voor voltooing voorrang';
|
||||
$string['cfg_grades_desc'] = '';
|
||||
$string['cfg_grades_grades'] = 'Instellen betekenis puntenbeoordeling';
|
||||
$string['cfg_grades_scales'] = 'Instellen betekenis resultaatschalen';
|
||||
$string['min_progress'] = 'Drempelwaarde voor ontwikkeling';
|
||||
|
|
Loading…
Reference in New Issue
Block a user