Feature #5558
Add "Assignment scoring" functionality in Assignment tool
Description
Hi,
in Course > Assignment
we don' have the "Assignment scoring" functionnality
Teachers used it in previous versions.
I did'nt find configuration option to add it.
see attached
Files
Associated revisions
History
Updated by Julio Montoya over 8 years ago
- Status changed from New to Needs testing
- Assignee set to Yoselyn Castillo
Can't reproduce the bug. I have that field in my local installation
Updated by Yoselyn Castillo over 8 years ago
- Status changed from Needs testing to Needs more info
- Assignee changed from Yoselyn Castillo to Yannick Warnier
It works fine for me too in my local pc and in stable.chamilo.org. I have changed many configurations for testing, but it always works fine. Is there any configuration setting for this option?
Updated by Hubert Borderiou over 8 years ago
Oh, may be I've found why...
We don't use the gradebook, and if you use it, you have a option
"Add to gradebook" with a weight for the gradebook.
I think we should keep the score even if we don't use the gradebook (which was the previous behaviour).
I've found in file work/work.php
if (Gradebook::is_active()) {
//QualificationOfAssignment
$form->addElement('text', 'qualification_value', get_lang('QualificationNumeric'));
$form->addElement('checkbox', 'make_calification', null, get_lang('MakeQualifiable'), array('id' =>'make_calification_id', 'onclick' => "javascript: if(this.checked){document.getElementById('option1').style.display='block';}else{document.getElementById('option1').style.display='none';}"));
} else {
//QualificationOfAssignment
$form->addElement('hidden', 'qualification_value',0);
$form->addElement('hidden', 'make_calification', false);
}
What should we do ?
Updated by Julio Montoya over 8 years ago
- Status changed from Needs more info to Assigned
- Assignee changed from Yannick Warnier to Julio Montoya
yes, you're right I will send some corrections
Updated by Julio Montoya over 8 years ago
- Status changed from Assigned to Needs testing
- Assignee deleted (
Julio Montoya) - % Done changed from 0 to 50
corrections were sent
Updated by Hubert Borderiou over 8 years ago
- Status changed from Needs testing to Feature implemented
tested and approuved
No need to have gradebook on to use work with score see #5558