4 include_once
'Modules/Test/classes/inc.AssessmentConstants.php';
5 include_once
'Modules/Test/classes/class.ilTestScoringGUI.php';
33 return 'showManScoringByQuestionParticipantsTable';
41 return 'man_scoring_by_qst';
51 $tpl = $DIC->ui()->mainTemplate();
52 $ilAccess = $DIC->access();
57 false == $ilAccess->checkAccess(
"write",
"", $this->ref_id) &&
58 false == $ilAccess->checkAccess(
"man_scoring_access",
"", $this->ref_id)
61 $this->ctrl->redirectByClass(
'ilobjtestgui',
'infoScreen');
74 $tpl->addJavaScript(
"./Services/JavaScript/js/Basic.js");
75 $tpl->addJavaScript(
"./Services/Form/js/Form.js");
76 $tpl->addJavascript(
'./Services/UIComponent/Modal/js/Modal.js');
77 $tpl->addCss($this->object->getTestStyleLocation(
"output"),
"screen");
78 $this->lng->toJSMap([
'answer' => $this->lng->txt(
'answer')]);
81 $table->setManualScoringPointsPostData($manPointsPost);
83 $qst_id = $table->getFilterItemByPostVar(
'question')->getValue();
84 $passNr = $table->getFilterItemByPostVar(
'pass')->getValue();
85 $finalized_filter = $table->getFilterItemByPostVar(
'finalize_evaluation')->getValue();
87 $selected_questionData = null;
88 $complete_feedback = $this->
object->getCompleteManualFeedback($qst_id);
90 if (is_numeric($qst_id)) {
92 $selected_questionData = $info;
95 if ($selected_questionData && is_numeric($passNr)) {
96 $data = $this->
object->getCompleteEvaluationData(
false);
97 $participants =
$data->getParticipants();
106 $participant = $participants[$active_id];
107 $testResultData = $this->
object->getTestResult($active_id, $passNr - 1);
109 foreach ($testResultData as $questionData) {
112 if (isset($complete_feedback[$active_id][$passNr - 1][$qst_id])) {
113 $feedback = $complete_feedback[$active_id][$passNr - 1][$qst_id];
116 if (
false == isset($feedback[
'finalized_evaluation'])) {
117 $feedback[
'finalized_evaluation'] =
"";
121 ($finalized_filter != self::ONLY_FINALIZED || $feedback[
'finalized_evaluation'] == 1) &&
122 ($finalized_filter != self::EXCEPT_FINALIZED || $feedback[
'finalized_evaluation'] != 1);
125 isset($questionData[
'qid']) &&
126 $questionData[
'qid'] == $selected_questionData[
'question_id'] &&
130 'pass_id' => $passNr - 1,
131 'active_id' => $active_id,
132 'qst_id' => $questionData[
'qid'],
135 'participant' => $participant,
136 'feedback' => $feedback,
142 $table->disable(
'header');
145 $table->setTitle($this->lng->txt(
'tst_man_scoring_by_qst'));
147 if ($selected_questionData) {
149 $table->setCurQuestionMaxPoints($maxpoints);
150 $maxpoints =
' (' . $maxpoints .
' ' . $this->lng->txt(
'points') .
')';
151 if ($maxpoints == 1) {
152 $maxpoints =
' (' . $maxpoints .
' ' . $this->lng->txt(
'point') .
')';
156 $this->lng->txt(
'tst_man_scoring_by_qst') .
': ' . $selected_questionData[
'title'] . $maxpoints .
157 ' [' . $this->lng->txt(
'question_id_short') .
': ' . $selected_questionData[
'question_id'] .
']' 161 $table->setData($table_data);
162 $tpl->setContent($table->getHTML());
171 $ilAccess = $DIC->access();
174 false == $ilAccess->checkAccess(
"write",
"", $this->ref_id) &&
175 false == $ilAccess->checkAccess(
"man_scoring_access",
"", $this->ref_id)
178 echo $this->lng->txt(
'cannot_edit_test');
183 $this->ctrl->redirectByClass(
'ilobjtestgui',
'infoScreen');
186 if (
false == isset(
$_POST[
'scoring']) ||
false == is_array(
$_POST[
'scoring'])) {
193 $activeData = current(
$_POST[
'scoring']);
195 $oneExceededMaxPoints =
false;
197 $skipParticipant = [];
198 $maxPointsByQuestionId = [];
207 $questions = $activeData[$active_id];
210 if (!$this->object->getTestResult($active_id,
$pass)) {
211 if (
false == isset($skipParticipant[
$pass])) {
212 $skipParticipant[
$pass] = [];
214 $skipParticipant[
$pass][$active_id] =
true;
219 foreach ((array) $questions as $qst_id => $reached_points) {
222 if (
false == isset($manPointsPost[
$pass])) {
223 $manPointsPost[
$pass] = [];
225 if (
false == isset($manPointsPost[$pass][$active_id])) {
226 $manPointsPost[
$pass][$active_id] = [];
229 $manPointsPost[
$pass][$active_id][$qst_id] = $reached_points;
230 if ($reached_points > $maxPointsByQuestionId[$qst_id]) {
231 $oneExceededMaxPoints =
true;
236 if ($oneExceededMaxPoints) {
242 $changed_one =
false;
243 $lastAndHopefullyCurrentQuestionId = null;
246 $questions = $activeData[$active_id];
247 $update_participant =
false;
249 if (
false == $skipParticipant[
$pass][$active_id]) {
250 foreach ((array) $questions as $qst_id => $reached_points) {
256 $maxPointsByQuestionId[$qst_id],
259 $this->object->areObligationsEnabled()
263 if ($update_participant) {
265 $lastAndHopefullyCurrentQuestionId = $qst_id;
268 $this->object->getId(),
275 $correction_feedback = [];
276 $correction_points = 0;
281 if ($lastAndHopefullyCurrentQuestionId) {
283 $qTitle = $question->getTitle();
287 $this->lng->txt(
'tst_saved_manscoring_by_question_successfully'),
292 ilUtil::sendSuccess($msg,
true);
294 if (isset($active_id)) {
295 $correction_feedback = $this->
object->getSingleManualFeedback($active_id, $qst_id,
$pass);
300 if ($ajax && is_array($correction_feedback)) {
302 $correction_feedback[
'finalized_on_date'] =
'';
304 if (strlen($correction_feedback[
'finalized_tstamp']) > 0) {
306 $correction_feedback[
'finalized_on_date'] = $time->get(
IL_CAL_DATETIME);
309 if (!$correction_feedback[
'feedback']) {
310 $correction_feedback[
'feedback'] = [];
313 echo json_encode([
'feedback' => $correction_feedback,
'points' => $correction_points,
"translation" => [
'yes' => $this->lng->txt(
'yes'),
'no' => $this->lng->txt(
'no')]]);
326 $table->resetOffset();
327 $table->writeFilterToSession();
337 $table->resetOffset();
338 $table->resetFilter();
344 $active_id = (int)
$_GET[
'active_id'];
346 $question_id = (int)
$_GET[
'qst_id'];
348 if (!$this->
getTestAccess()->checkScoreParticipantsAccessForActiveId($active_id)) {
352 $data = $this->
object->getCompleteEvaluationData(
false);
353 $participant =
$data->getParticipant($active_id);
354 $question_gui = $this->
object->createQuestionGUI(
'', $question_id);
355 $tmp_tpl =
new ilTemplate(
'tpl.il_as_tst_correct_solution_output.html',
true,
true,
'Modules/Test');
356 if ($question_gui->supportsIntermediateSolutionOutput() && $question_gui->hasIntermediateSolution($active_id,
$pass)) {
357 $question_gui->setUseIntermediateSolution(
true);
358 $aresult_output = $question_gui->getSolutionOutput($active_id,
$pass,
false,
false,
true,
false,
false,
true);
359 $question_gui->setUseIntermediateSolution(
false);
360 $tmp_tpl->setVariable(
'TEXT_ASOLUTION_OUTPUT', $this->lng->txt(
'autosavecontent'));
361 $tmp_tpl->setVariable(
'ASOLUTION_OUTPUT', $aresult_output);
363 $result_output = $question_gui->getSolutionOutput(
369 $this->object->getShowSolutionFeedback(),
373 $max_points = $question_gui->object->getMaximumPoints();
380 $question_gui->object->getReachedPoints($active_id,
$pass),
384 $tmp_tpl->setVariable(
'TEXT_YOUR_SOLUTION', $this->lng->txt(
'answers_of') .
' ' . $participant->getName());
386 if ($this->object->getShowSolutionSuggested() && strlen($suggested_solution) > 0) {
387 $tmp_tpl->setVariable(
'TEXT_SOLUTION_HINT', $this->lng->txt(
"solution_hint"));
391 $tmp_tpl->setVariable(
'TEXT_SOLUTION_OUTPUT', $this->lng->txt(
'question'));
392 $tmp_tpl->setVariable(
'TEXT_RECEIVED_POINTS', $this->lng->txt(
'scoring'));
393 $add_title =
' [' . $this->lng->txt(
'question_id_short') .
': ' . $question_id .
']';
394 $question_title = $this->
object->getQuestionTitle($question_gui->object->getTitle());
395 $lng = $this->lng->txt(
'points');
396 if ($max_points == 1) {
397 $lng = $this->lng->txt(
'point');
400 $tmp_tpl->setVariable(
402 $question_title .
' (' . $max_points .
' ' .
$lng .
')' . $add_title
404 $tmp_tpl->setVariable(
'SOLUTION_OUTPUT', $result_output);
406 $tmp_tpl->setVariable(
409 $this->lng->txt(
'part_received_a_of_b_points'),
410 $question_gui->object->getReachedPoints($active_id,
$pass),
415 echo $tmp_tpl->get();
434 $ilAccess = $DIC->access();
436 $tmp_tpl->setVariable(
437 'TEXT_YOUR_SOLUTION',
438 $this->lng->txt(
'answers_of') .
' ' . $participant->getName()
442 $this->object->anonymity == 1 ||
443 ($this->object->getAnonymity() == 2 && !$ilAccess->checkAccess(
'write',
'', $this->object->getRefId()))
445 $tmp_tpl->setVariable(
446 'TEXT_YOUR_SOLUTION',
447 $this->lng->txt(
'answers_of') .
' ' . $this->lng->txt(
'anonymous')
460 $add_title =
' [' . $this->lng->txt(
'question_id_short') .
': ' . $question_id .
']';
461 $question_title = $this->
object->getQuestionTitle($title);
462 $lng = $this->lng->txt(
'points');
463 if ($max_points == 1) {
464 $lng = $this->lng->txt(
'point');
467 $tmp_tpl->setVariable(
469 $question_title .
' (' . $max_points .
' ' .
$lng .
')' . $add_title
485 $post_var =
'[' .
$pass .
'][' . $active_id .
'][' . $question_id .
']';
486 $scoring_post_var =
'scoring' . $post_var;
489 $feedback = $this->
object->getSingleManualFeedback($active_id, $question_id,
$pass);
491 $form->setFormAction(
$ilCtrl->getFormAction($this,
'showManScoringByQuestionParticipantsTable'));
492 $form->setTitle($this->lng->txt(
'manscoring'));
494 if (isset($feedback[
'finalized_evaluation']) && $feedback[
'finalized_evaluation'] == 1) {
497 $scoring_post_var = $scoring_post_var .
'_disabled';
498 $hidden_points->setValue($reached_points);
499 $form->addItem($hidden_points);
503 $text_area =
new ilTextAreaInputGUI($this->lng->txt(
'set_manual_feedback'),
'm_feedback' . $post_var);
505 if (array_key_exists(
'feedback', $feedback)) {
506 $feedback_text = $feedback[
'feedback'];
509 $text_area->setValue($feedback_text);
510 $form->addItem($text_area);
512 $reached_points_form =
new ilNumberInputGUI($this->lng->txt(
'tst_change_points_for_question'), $scoring_post_var);
514 $reached_points_form->setSize(5);
515 $reached_points_form->setMaxValue($max_points,
true);
516 $reached_points_form->setMinValue(0);
517 $reached_points_form->setDisabled($disable);
518 $reached_points_form->setValue($reached_points);
519 $form->addItem($reached_points_form);
522 $hidden_points->setValue($max_points);
523 $form->addItem($hidden_points);
526 $hidden_points_name->setValue(
'scoring' . $post_var);
527 $form->addItem($hidden_points_name);
530 $hidden_feedback_name->setValue(
'm_feedback' . $post_var);
531 $form->addItem($hidden_feedback_name);
534 $post_id =
'__' .
$pass .
'____' . $active_id .
'____' . $question_id .
'__';
535 $hidden_feedback_id->setValue(
'm_feedback' . $post_id);
536 $form->addItem($hidden_feedback_id);
538 $evaluated =
new ilCheckboxInputGUI($this->lng->txt(
'finalized_evaluation'),
'evaluated' . $post_var);
539 if (isset($feedback[
'finalized_evaluation']) && $feedback[
'finalized_evaluation'] == 1) {
542 $form->addItem($evaluated);
544 $form->addCommandButton(
'checkConstraintsBeforeSaving', $this->lng->txt(
'save'));
546 $tmp_tpl->setVariable(
550 $tmp_tpl->setVariable(
552 $this->ctrl->getLinkTarget($this,
'checkConstraintsBeforeSaving',
'',
true,
false)
554 $tmp_tpl->setVariable(
555 'INFO_TEXT_MAX_POINTS_EXCEEDS',
556 sprintf($this->lng->txt(
'tst_manscoring_maxpoints_exceeded_input_alert'), $max_points)
568 $tmp_tpl->setVariable(
572 $tmp_tpl->setVariable(
575 $this->lng->txt(
'part_received_a_of_b_points'),
609 $evaluated = (int)
$_POST[
'evaluated'][
$pass][$active_id][$qst_id];
610 if ($evaluated === 1) {
614 $this->
object->saveManualFeedback($active_id, $qst_id,
$pass, $feedback, $evaluated, $is_single_feedback);
626 isset(
$_POST[$post_value][
$pass][$active_id][$qst_id]) &&
627 strlen(
$_POST[$post_value][
$pass][$active_id][$qst_id]) > 0
showManScoringByQuestionParticipantsTable($manPointsPost=array())
static _getParticipantId($active_id)
Get user id for active id.
static _getRichTextEditor()
Returns the identifier for the Rich Text Editor.
ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI
static _lookupFullname($a_user_id)
Lookup Full Name.
static _updateStatus($a_obj_id, $a_usr_id, $a_obj=null, $a_percentage=false, $a_force_raise=false)
Update status.
const TAB_ID_MANUAL_SCORING
if(strpos($jquery_path, './')===0) elseif(strpos($jquery_path, '.')===0) $mathJaxSetting
appendUserNameToModal($tmp_tpl, $participant)
static initPanel($a_resize=false, ilGlobalTemplateInterface $a_main_tpl=null)
Init yui panel.
applyManScoringByQuestionFilter()
static _getMaximumPoints($question_id)
Returns the maximum points, a learner can reach answering the question.
static _getQuestionInfo($question_id)
Returns question information from the database.
appendFormToModal($tmp_tpl, $pass, $active_id, $question_id, $max_points)
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
doesValueExistsInPostArray($post_value, $active_id, $qst_id, $pass)
appendSolutionAndPointsToModal($tmp_tpl, $result_output, $reached_points, $max_points)
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
appendQuestionTitleToModal($tmp_tpl, $question_id, $max_points, $title)
static _instantiateQuestion($question_id)
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
checkConstraintsBeforeSaving()
saveFinalization($active_id, $qst_id, $pass, $feedback, $is_single_feedback)
static _getSuggestedSolutionOutput($question_id)
Returns the output of the suggested solution.
resetManScoringByQuestionFilter()
static initOverlay(ilGlobalTemplateInterface $a_main_tpl=null)
Init YUI Overlay module.
static initjQuery(ilGlobalTemplateInterface $a_tpl=null)
inits and adds the jQuery JS-File to the global or a passed template
static getScoreParticipantsUserFilter($refId)
__construct(Container $dic, ilPlugin $plugin)
This class represents a text area property in a property form.
saveFeedback($active_id, $qst_id, $pass, $is_single_feedback)
saveManScoringByQuestion($ajax=false)
__construct(ilObjTest $a_object)
static _getReachedPoints($active_id, $question_id, $pass=null)
Returns the points, a learner has reached answering the question.
ilTestScoringByQuestionsGUI
static _setReachedPoints($active_id, $question_id, $points, $maxpoints, $pass, $manualscoring, $obligationsEnabled)
Sets the points, a learner has reached answering the question Additionally objective results are upda...