[svn r17944] Adding the "serialisation" quiz feature FS#3511

skala
Julio Montoya 16 years ago
parent 724f9aea8e
commit 3261b97d60
  1. 69
      main/css/academica/default.css
  2. 70
      main/css/baby_orange/default.css
  3. 70
      main/css/corporate/default.css
  4. 70
      main/css/cosmic_campus/default.css
  5. 70
      main/css/dokeos_classic/default.css
  6. 70
      main/css/dokeos_classic_2D/default.css
  7. 70
      main/css/medical/default.css
  8. 74
      main/css/public_admin/default.css
  9. 70
      main/css/silver_line/default.css
  10. 70
      main/css/sober_brown/default.css
  11. 62
      main/exercice/answer.class.php
  12. 1128
      main/exercice/exercice_submit.php
  13. 66
      main/exercice/exercise.class.php
  14. 37
      main/exercice/exercise.lib.php
  15. 568
      main/exercice/exercise_submit_modal.php
  16. 233
      main/exercice/unique_answer.class.php
  17. BIN
      main/img/finish.gif
  18. BIN
      main/img/reload.gif
  19. BIN
      main/img/theory.gif

@ -1396,4 +1396,73 @@ div.system_announcement {
margin-top:115px;
margin-right:-100px;
}
/**********************************************
* EXERCISE TOOL *
**********************************************/
.exercice_form {
width: 300px;
}
#validationButton{
text-decoration: none;
margin: 5px;
/*border:1px solid #999999;*/
/*background:#F0F0F0; */
padding: 3px;
padding-left:10px;
padding-right:10px;
font-weight:bold;
color:#666;
}
.rounded{
background:#ccc;
padding: 3px;
width: 200px;
margin-left:10px;
}
.rounded_inner{
background:#FFF;
padding-top: 10px;
padding-bottom: 10px;
}
.rounded_inner:hover{
color:#C802A5;
background:#F0F0F0;
}
.exercise_scenario_label{
}
.exercise_scenario_element{
}
span.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}
span.radio {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/radio.gif) no-repeat;
display: block;
clear: left;
float: left;
}
#question_title{
display:none;
}
#exercise_close_link{
background: url(images/close.gif) no-repeat;
padding-left: 20px;
}
#exercise_close_link:hover{
background: url(images/close_highlight.gif) no-repeat;
padding-left: 20px;
}

@ -1396,4 +1396,74 @@ div.system_announcement {
margin-top:115px;
margin-right:-100px;
}
/**********************************************
* EXERCISE TOOL *
**********************************************/
.exercice_form {
width: 300px;
}
#validationButton{
text-decoration: none;
margin: 5px;
/*border:1px solid #999999;*/
/*background:#F0F0F0; */
padding: 3px;
padding-left:10px;
padding-right:10px;
font-weight:bold;
color:#666;
}
.rounded{
background:#ccc;
padding: 3px;
width: 200px;
margin-left:10px;
}
.rounded_inner{
background:#FFF;
padding-top: 10px;
padding-bottom: 10px;
}
.rounded_inner:hover{
color:#C802A5;
background:#F0F0F0;
}
.exercise_scenario_label{
}
.exercise_scenario_element{
}
span.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}
span.radio {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/radio.gif) no-repeat;
display: block;
clear: left;
float: left;
}
#question_title{
display:none;
}
#exercise_close_link{
background: url(images/close.gif) no-repeat;
padding-left: 20px;
}
#exercise_close_link:hover{
background: url(images/close_highlight.gif) no-repeat;
padding-left: 20px;
}

@ -1403,4 +1403,74 @@ span.radio {
margin-top:115px;
margin-right:-100px;
}
/**********************************************
* EXERCISE TOOL *
**********************************************/
.exercice_form {
width: 300px;
}
#validationButton{
text-decoration: none;
margin: 5px;
/*border:1px solid #999999;*/
/*background:#F0F0F0; */
padding: 3px;
padding-left:10px;
padding-right:10px;
font-weight:bold;
color:#666;
}
.rounded{
background:#ccc;
padding: 3px;
width: 200px;
margin-left:10px;
}
.rounded_inner{
background:#FFF;
padding-top: 10px;
padding-bottom: 10px;
}
.rounded_inner:hover{
color:#C802A5;
background:#F0F0F0;
}
.exercise_scenario_label{
}
.exercise_scenario_element{
}
span.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}
span.radio {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/radio.gif) no-repeat;
display: block;
clear: left;
float: left;
}
#question_title{
display:none;
}
#exercise_close_link{
background: url(images/close.gif) no-repeat;
padding-left: 20px;
}
#exercise_close_link:hover{
background: url(images/close_highlight.gif) no-repeat;
padding-left: 20px;
}

@ -1429,4 +1429,74 @@ div.system_announcement_content{
margin-top:115px;
margin-right:-100px;
}
/**********************************************
* EXERCISE TOOL *
**********************************************/
.exercice_form {
width: 300px;
}
#validationButton{
text-decoration: none;
margin: 5px;
/*border:1px solid #999999;*/
/*background:#F0F0F0; */
padding: 3px;
padding-left:10px;
padding-right:10px;
font-weight:bold;
color:#666;
}
.rounded{
background:#ccc;
padding: 3px;
width: 200px;
margin-left:10px;
}
.rounded_inner{
background:#FFF;
padding-top: 10px;
padding-bottom: 10px;
}
.rounded_inner:hover{
color:#C802A5;
background:#F0F0F0;
}
.exercise_scenario_label{
}
.exercise_scenario_element{
}
span.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}
span.radio {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/radio.gif) no-repeat;
display: block;
clear: left;
float: left;
}
#question_title{
display:none;
}
#exercise_close_link{
background: url(images/close.gif) no-repeat;
padding-left: 20px;
}
#exercise_close_link:hover{
background: url(images/close_highlight.gif) no-repeat;
padding-left: 20px;
}

@ -1922,4 +1922,74 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
margin-top:115px;
margin-right:-100px;
}
/**********************************************
* EXERCISE TOOL *
**********************************************/
.exercice_form {
width: 300px;
}
#validationButton{
text-decoration: none;
margin: 5px;
/*border:1px solid #999999;*/
/*background:#F0F0F0; */
padding: 3px;
padding-left:10px;
padding-right:10px;
font-weight:bold;
color:#666;
}
.rounded{
background:#ccc;
padding: 3px;
width: 200px;
margin-left:10px;
}
.rounded_inner{
background:#FFF;
padding-top: 10px;
padding-bottom: 10px;
}
.rounded_inner:hover{
color:#C802A5;
background:#F0F0F0;
}
.exercise_scenario_label{
}
.exercise_scenario_element{
}
span.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}
span.radio {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/radio.gif) no-repeat;
display: block;
clear: left;
float: left;
}
#question_title{
display:none;
}
#exercise_close_link{
background: url(images/close.gif) no-repeat;
padding-left: 20px;
}
#exercise_close_link:hover{
background: url(images/close_highlight.gif) no-repeat;
padding-left: 20px;
}

@ -2507,4 +2507,74 @@ input.forms {
margin-top:115px;
margin-right:-100px;
}
/**********************************************
* EXERCISE TOOL *
**********************************************/
.exercice_form {
width: 300px;
}
#validationButton{
text-decoration: none;
margin: 5px;
/*border:1px solid #999999;*/
/*background:#F0F0F0; */
padding: 3px;
padding-left:10px;
padding-right:10px;
font-weight:bold;
color:#666;
}
.rounded{
background:#ccc;
padding: 3px;
width: 200px;
margin-left:10px;
}
.rounded_inner{
background:#FFF;
padding-top: 10px;
padding-bottom: 10px;
}
.rounded_inner:hover{
color:#C802A5;
background:#F0F0F0;
}
.exercise_scenario_label{
}
.exercise_scenario_element{
}
span.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}
span.radio {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/radio.gif) no-repeat;
display: block;
clear: left;
float: left;
}
#question_title{
display:none;
}
#exercise_close_link{
background: url(images/close.gif) no-repeat;
padding-left: 20px;
}
#exercise_close_link:hover{
background: url(images/close_highlight.gif) no-repeat;
padding-left: 20px;
}

@ -1906,4 +1906,74 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
margin-top:115px;
margin-right:-100px;
}
/**********************************************
* EXERCISE TOOL *
**********************************************/
.exercice_form {
width: 300px;
}
#validationButton{
text-decoration: none;
margin: 5px;
/*border:1px solid #999999;*/
/*background:#F0F0F0; */
padding: 3px;
padding-left:10px;
padding-right:10px;
font-weight:bold;
color:#666;
}
.rounded{
background:#ccc;
padding: 3px;
width: 200px;
margin-left:10px;
}
.rounded_inner{
background:#FFF;
padding-top: 10px;
padding-bottom: 10px;
}
.rounded_inner:hover{
color:#C802A5;
background:#F0F0F0;
}
.exercise_scenario_label{
}
.exercise_scenario_element{
}
span.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}
span.radio {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/radio.gif) no-repeat;
display: block;
clear: left;
float: left;
}
#question_title{
display:none;
}
#exercise_close_link{
background: url(images/close.gif) no-repeat;
padding-left: 20px;
}
#exercise_close_link:hover{
background: url(images/close_highlight.gif) no-repeat;
padding-left: 20px;
}

@ -1884,8 +1884,7 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
**********************************************/
/* styles from the new_message.php file */
.message_view_table{
.message_view_table {
cellspacing:0;
cellpadding:0;
background-color:#dbeaf5;
@ -1893,7 +1892,7 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
border-collapse: collapse;
width: 100%;
}
.message_view_table th{
.message_view_table th {
padding-right: 12px;
border: 1px solid gray;
background-color: #f0f0f0;
@ -1942,5 +1941,72 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
position:relative;
margin-top:115px;
margin-right:-100px;
}
}
/**********************************************
* EXERCISE TOOL *
**********************************************/
.exercice_form {
width: 300px;
}
#validationButton{
text-decoration: none;
margin: 5px;
/*border:1px solid #999999;*/
/*background:#F0F0F0; */
padding: 3px;
padding-left:10px;
padding-right:10px;
font-weight:bold;
color:#666;
}
.rounded{
background:#ccc;
padding: 3px;
width: 200px;
margin-left:10px;
}
.rounded_inner{
background:#FFF;
padding-top: 10px;
padding-bottom: 10px;
}
.rounded_inner:hover{
color:#C802A5;
background:#F0F0F0;
}
.exercise_scenario_label{
}
.exercise_scenario_element{
}
span.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}
span.radio {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/radio.gif) no-repeat;
display: block;
clear: left;
float: left;
}
#question_title{
display:none;
}
#exercise_close_link{
background: url(images/close.gif) no-repeat;
padding-left: 20px;
}
#exercise_close_link:hover{
background: url(images/close_highlight.gif) no-repeat;
padding-left: 20px;
}

@ -2009,4 +2009,74 @@ MODUL
margin-top:115px;
margin-right:-100px;
}
/**********************************************
* EXERCISE TOOL *
**********************************************/
.exercice_form {
width: 300px;
}
#validationButton{
text-decoration: none;
margin: 5px;
/*border:1px solid #999999;*/
/*background:#F0F0F0; */
padding: 3px;
padding-left:10px;
padding-right:10px;
font-weight:bold;
color:#666;
}
.rounded{
background:#ccc;
padding: 3px;
width: 200px;
margin-left:10px;
}
.rounded_inner{
background:#FFF;
padding-top: 10px;
padding-bottom: 10px;
}
.rounded_inner:hover{
color:#C802A5;
background:#F0F0F0;
}
.exercise_scenario_label{
}
.exercise_scenario_element{
}
span.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}
span.radio {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/radio.gif) no-repeat;
display: block;
clear: left;
float: left;
}
#question_title{
display:none;
}
#exercise_close_link{
background: url(images/close.gif) no-repeat;
padding-left: 20px;
}
#exercise_close_link:hover{
background: url(images/close_highlight.gif) no-repeat;
padding-left: 20px;
}

@ -1974,4 +1974,74 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
margin-top:115px;
margin-right:-100px;
}
/**********************************************
* EXERCISE TOOL *
**********************************************/
.exercice_form {
width: 300px;
}
#validationButton{
text-decoration: none;
margin: 5px;
/*border:1px solid #999999;*/
/*background:#F0F0F0; */
padding: 3px;
padding-left:10px;
padding-right:10px;
font-weight:bold;
color:#666;
}
.rounded{
background:#ccc;
padding: 3px;
width: 200px;
margin-left:10px;
}
.rounded_inner{
background:#FFF;
padding-top: 10px;
padding-bottom: 10px;
}
.rounded_inner:hover{
color:#C802A5;
background:#F0F0F0;
}
.exercise_scenario_label{
}
.exercise_scenario_element{
}
span.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}
span.radio {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/radio.gif) no-repeat;
display: block;
clear: left;
float: left;
}
#question_title{
display:none;
}
#exercise_close_link{
background: url(images/close.gif) no-repeat;
padding-left: 20px;
}
#exercise_close_link:hover{
background: url(images/close_highlight.gif) no-repeat;
padding-left: 20px;
}

@ -23,7 +23,7 @@
* 5 arrays are created to receive the attributes of each answer belonging to a specified question
* @package dokeos.exercise
* @author Olivier Brouckaert
* @version $Id: answer.class.php 16879 2008-11-23 05:14:43Z yannoo $
* @version $Id: answer.class.php 17944 2009-01-22 20:41:25Z juliomontoya $
*/
@ -42,6 +42,7 @@ class Answer
var $position;
var $hotspot_coordinates;
var $hotspot_type;
var $destination;
// these arrays are used to save temporarily new answers
// then they are moved into the arrays above or deleted in the event of cancellation
@ -55,6 +56,7 @@ class Answer
var $nbrAnswers;
var $new_nbrAnswers;
var $new_destination; // id of the next question if feedback option is set to Directfeedback
/**
* constructor of the class
@ -73,7 +75,7 @@ class Answer
$this->position=array();
$this->hotspot_coordinates=array();
$this->hotspot_type=array();
$this->destination= array();
// clears $new_* arrays
$this->cancel();
@ -95,8 +97,8 @@ class Answer
$this->new_position=array();
$this->new_hotspot_coordinates=array();
$this->new_hotspot_type=array();
$this->new_nbrAnswers=0;
$this->new_destination=array();
}
/**
@ -112,7 +114,7 @@ class Answer
$questionId=$this->questionId;
//$answerType=$this->selectType();
$sql="SELECT answer,correct,comment,ponderation, position, hotspot_coordinates, hotspot_type FROM
$sql="SELECT answer,correct,comment,ponderation, position, hotspot_coordinates, hotspot_type, destination FROM
$TBL_ANSWER WHERE question_id ='".Database::escape_string($questionId)."' ORDER BY position";
$result=api_sql_query($sql,__FILE__,__LINE__);
@ -129,7 +131,7 @@ class Answer
$this->position[$i]=$object->position;
$this->hotspot_coordinates[$i]=$object->hotspot_coordinates;
$this->hotspot_type[$i]=$object->hotspot_type;
$this->destination[$i]=$object->destination;
$i++;
}
@ -158,7 +160,7 @@ class Answer
$questionId=$this->questionId;
//$answerType=$this->selectType();
$sql="SELECT answer,correct,comment,ponderation,position, hotspot_coordinates, hotspot_type " .
$sql="SELECT answer,correct,comment,ponderation,position, hotspot_coordinates, hotspot_type,destination " .
"FROM $TBL_ANSWER WHERE question_id='".Database::escape_string($questionId)."' " .
"ORDER BY $field $order";
@ -174,6 +176,7 @@ class Answer
$this->comment[$i]=$object->comment;
$this->weighting[$i]=$object->ponderation;
$this->position[$i]=$object->position;
$this->destination[$i]=$object->destination;
$i++;
}
@ -202,6 +205,17 @@ class Answer
{
return $this->questionId;
}
/**
* returns the question ID of the destination question
*
* @author - Julio Montoya
* @return - integer - the question ID
*/
function selectDestination($id)
{
return $this->destination[$id];
}
/**
* returns the answer title
@ -232,7 +246,8 @@ class Answer
'grade' => $this->weighting[$i],
'hotspot_coord' => $this->hotspot_coordinates[$i],
'hotspot_type' => $this->hotspot_type[$i],
'correct' => $this->correct[$i]
'correct' => $this->correct[$i],
'destination' => $this->destination[$i]
);
}
}
@ -356,12 +371,10 @@ class Answer
* @param coordinates Coordinates for hotspot exercises (optional)
* @param integer Type for hotspot exercises (optional)
*/
function createAnswer($answer,$correct,$comment,$weighting,$position,$new_hotspot_coordinates = NULL, $new_hotspot_type = NULL)
function createAnswer($answer,$correct,$comment,$weighting,$position,$new_hotspot_coordinates = NULL, $new_hotspot_type = NULL,$destination='')
{
$this->new_nbrAnswers++;
$id=$this->new_nbrAnswers;
$id=$this->new_nbrAnswers;
$this->new_answer[$id]=$answer;
$this->new_correct[$id]=$correct;
$this->new_comment[$id]=$comment;
@ -369,6 +382,7 @@ class Answer
$this->new_position[$id]=$position;
$this->new_hotspot_coordinates[$id]=$new_hotspot_coordinates;
$this->new_hotspot_type[$id]=$new_hotspot_type;
$this->new_destination[$id]=$destination;
}
/**
@ -380,7 +394,7 @@ class Answer
* @param integer Answer weighting
* @param integer Answer position
*/
function updateAnswers($answer,$comment,$weighting,$position)
function updateAnswers($answer,$comment,$weighting,$position,$destination)
{
global $TBL_REPONSES;
@ -390,7 +404,8 @@ class Answer
"answer = '".Database::escape_string($answer)."', " .
"comment = '".Database::escape_string($comment)."', " .
"ponderation = '".Database::escape_string($weighting)."', " .
"position = '".Database::escape_string($position)."' " .
"position = '".Database::escape_string($position)."', " .
"destination = '".Database::escape_string($destination)."' " .
"WHERE id = '".Database::escape_string($position)."' " .
"AND question_i` = '".Database::escape_string($questionId)."'";
@ -415,7 +430,7 @@ class Answer
// inserts new answers into data base
$sql="INSERT INTO $TBL_REPONSES" .
"(id,question_id,answer,correct,comment," .
"ponderation,position,hotspot_coordinates,hotspot_type) VALUES";
"ponderation,position,hotspot_coordinates,hotspot_type,destination) VALUES";
for($i=1;$i <= $this->new_nbrAnswers;$i++)
{
@ -426,13 +441,12 @@ class Answer
$position = Database::escape_string($this->new_position[$i]);
$hotspot_coordinates = Database::escape_string($this->new_hotspot_coordinates[$i]);
$hotspot_type = Database::escape_string($this->new_hotspot_type[$i]);
$destination = Database::escape_string($this->new_destination[$i]);
$sql.="('$i','$questionId','$answer','$correct','$comment',
'$weighting','$position','$hotspot_coordinates','$hotspot_type'),";
}
$sql = substr($sql,0,-1);
'$weighting','$position','$hotspot_coordinates','$hotspot_type','$destination'),";
}
$sql = substr($sql,0,-1);
api_sql_query($sql,__FILE__,__LINE__);
// moves $new_* arrays
@ -445,7 +459,7 @@ class Answer
$this->hotspot_type=$this->new_hotspot_type;
$this->nbrAnswers=$this->new_nbrAnswers;
$this->destination=$this->new_destination;
// clears $new_* arrays
$this->cancel();
}
@ -466,7 +480,7 @@ class Answer
// inserts new answers into data base
$sql="INSERT INTO $TBL_REPONSES" .
"(id,question_id,answer,correct,comment," .
"ponderation,position,hotspot_coordinates,hotspot_type) VALUES";
"ponderation,position,hotspot_coordinates,hotspot_type,destination) VALUES";
for($i=1;$i <= $this->nbrAnswers;$i++)
{
@ -477,9 +491,9 @@ class Answer
$position = Database::escape_string($this->position[$i]);
$hotspot_coordinates = Database::escape_string($this->hotspot_coordinates[$i]);
$hotspot_type = Database::escape_string($this->hotspot_type[$i]);
$destination = Database::escape_string($this->destination[$i]);
$sql.="('$i','$newQuestionId','$answer','$correct','$comment'," .
"'$weighting','$position','$hotspot_coordinates','$hotspot_type'),";
"'$weighting','$position','$hotspot_coordinates','$hotspot_type','$destination'),";
}
$sql=substr($sql,0,-1);

File diff suppressed because it is too large Load Diff

@ -25,7 +25,7 @@
* Exercise class: This class allows to instantiate an object of type Exercise
* @package dokeos.exercise
* @author Olivier Brouckaert
* @version $Id: exercise.class.php 17741 2009-01-15 17:36:02Z cfasanando $
* @version $Id: exercise.class.php 17944 2009-01-22 20:41:25Z juliomontoya $
*/
@ -42,6 +42,7 @@ class Exercise
var $active;
var $timeLimit;
var $attempts;
var $feedbacktype;
var $end_time;
var $start_time;
@ -85,7 +86,7 @@ class Exercise
$TBL_QUESTIONS = Database::get_course_table(TABLE_QUIZ_QUESTION);
#$TBL_REPONSES = Database::get_course_table(TABLE_QUIZ_ANSWER);
$sql="SELECT title,description,sound,type,random,active, results_disabled, max_attempt,start_time,end_time FROM $TBL_EXERCICES WHERE id='".Database::escape_string($id)."'";
$sql="SELECT title,description,sound,type,random,active, results_disabled, max_attempt,start_time,end_time,feedback_type FROM $TBL_EXERCICES WHERE id='".Database::escape_string($id)."'";
$result=api_sql_query($sql,__FILE__,__LINE__);
// if the exercise has been found
@ -100,6 +101,7 @@ class Exercise
$this->active=$object->active;
$this->results_disabled =$object->results_disabled;
$this->attempts = $object->max_attempt;
$this->feedbacktype = $object->feedback_type;
$this->end_time = $object->end_time;
$this->start_time = $object->start_time;
$sql="SELECT question_id, question_order FROM $TBL_EXERCICE_QUESTION,$TBL_QUESTIONS WHERE question_id=id AND exercice_id='".Database::escape_string($id)."' ORDER BY question_order";
@ -168,6 +170,17 @@ class Exercise
{
return $this->attempts;
}
/** returns the number of FeedbackType *
* 0=>Feedback , 1=>DirectFeedback, 2=>NoFeedback
* @return - numeric - exercise attempts
*/
function selectFeedbackType()
{
return $this->feedbacktype;
}
/**
* returns the time limit
*/
@ -339,6 +352,18 @@ class Exercise
{
$this->attempts=$attempts;
}
/**
* changes the exercise feedback type
*
* @param - numeric $attempts - exercise max attempts
*/
function updateFeedbackType($feedback_type)
{
$this->feedbacktype=$feedback_type;
}
/**
* changes the exercise description
@ -465,12 +490,14 @@ class Exercise
$TBL_EXERCICES = Database::get_course_table(TABLE_QUIZ_TEST);
$TBL_QUESTIONS = Database::get_course_table(TABLE_QUIZ_QUESTION);
$TBL_QUIZ_QUESTION= Database::get_course_table(TABLE_QUIZ_TEST_QUESTION);
$id=$this->id;
$exercise=addslashes($this->exercise);
$description=addslashes($this->description);
$sound=addslashes($this->sound);
$type=$this->type;
$attempts=$this->attempts;
$feedbacktype=$this->feedbacktype;
$random=$this->random;
$active=$this->active;
$results_disabled = intval($this->results_disabled);
@ -487,6 +514,7 @@ class Exercise
type='".Database::escape_string($type)."',
random='".Database::escape_string($random)."',
active='".Database::escape_string($active)."',
feedback_type='".Database::escape_string($feedbacktype)."',
max_attempt='".Database::escape_string($attempts)."', " .
"results_disabled='".Database::escape_string($results_disabled)."'
WHERE id='".Database::escape_string($id)."'";
@ -503,7 +531,7 @@ class Exercise
// creates a new exercise
else
{
$sql="INSERT INTO $TBL_EXERCICES(start_time,end_time,title,description,sound,type,random,active, results_disabled, max_attempt)
$sql="INSERT INTO $TBL_EXERCICES(start_time,end_time,title,description,sound,type,random,active, results_disabled, max_attempt,feedback_type)
VALUES(
'$start_time','$end_time',
'".Database::escape_string($exercise)."',
@ -513,7 +541,8 @@ class Exercise
'".Database::escape_string($random)."',
'".Database::escape_string($active)."',
'".Database::escape_string($results_disabled)."',
'".Database::escape_string($attempts)."'
'".Database::escape_string($attempts)."',
'".Database::escape_string($feedbacktype)."'
)";
api_sql_query($sql,__FILE__,__LINE__);
@ -786,17 +815,14 @@ class Exercise
// fck editor
global $fck_attribute;
$fck_attribute = array();
$fck_attribute['Height'] = '250';
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '250px';
$fck_attribute['Width'] = '50%';
$fck_attribute['ToolbarSet'] = 'NewTest';
$fck_attribute['Config']['InDocument'] = false;
$fck_attribute['Config']['CreateDocumentDir'] = '../../courses/'.api_get_course_path().'/document/';
$fck_attribute['Config']['CreateDocumentDir'] = '../../courses/'.api_get_course_path().'/document/';
//$fck_attribute['Config']['CreateDocumentWebDir'] = api_get_path('WEB_COURSE_PATH').$_course['path'].'/document/';
$form -> addElement ('html_editor', 'exerciseDescription', get_lang('ExerciseDescription').' : ');
// type
@ -814,8 +840,9 @@ class Exercise
// Random questions
$form -> addElement('html','<div id="options" style="display: none;">');
$random = array();
$random = array();
$option=array();
$max = ($this->id > 0) ? $this->selectNbrQuestions() : 10 ;
$option = range(0,$max);
$option[0]=get_lang('DoNotRandomize');
@ -826,6 +853,14 @@ class Exercise
//$random[] = FormValidator :: createElement ('text', 'randomQuestions', null,null,'0');
$form -> addGroup($random,null,get_lang('RandomQuestions').' : ','<br />');
$feedback_option[0]=get_lang('Feedback');
$feedback_option[1]=get_lang('DirectFeedback');
$feedback_option[2]=get_lang('NoFeedback');
$form -> addElement('select', 'exerciseFeedbackType',get_lang('FeedbackType').' : ',$feedback_option);
$attempt_option=range(0,10);
$attempt_option[0]=get_lang('Infinite');
@ -899,7 +934,8 @@ class Exercise
$defaults['exerciseType'] = $this -> selectType();
$defaults['exerciseTitle'] = $this -> selectTitle();
$defaults['exerciseDescription'] = $this -> selectDescription();
$defaults['exerciseAttempts'] = $this->selectAttempts();
$defaults['exerciseAttempts'] = $this->selectAttempts();
$defaults['exerciseFeedbackType'] = $this->selectFeedbackType();
if(($this -> start_time!='0000-00-00 00:00:00')||($this -> end_time!='0000-00-00 00:00:00'))
$defaults['enabletimelimit'] = 1;
@ -913,6 +949,7 @@ class Exercise
$defaults['exerciseAttempts'] = 0;
$defaults['randomQuestions'] = 0;
$defaults['exerciseDescription'] = '';
$defaults['exerciseFeedbackType'] = 0;
$defaults['start_time'] = date('Y-m-d 12:00:00');
$defaults['end_time'] = date('Y-m-d 12:00:00');
@ -932,6 +969,7 @@ class Exercise
function processCreation($form)
{
$this -> updateAttempts($form -> getSubmitValue('exerciseAttempts'));
$this -> updateFeedbackType($form -> getSubmitValue('exerciseFeedbackType'));
$this -> updateTitle($form -> getSubmitValue('exerciseTitle'));
$this -> updateDescription($form -> getSubmitValue('exerciseDescription'));
$this -> updateType($form -> getSubmitValue('exerciseType'));

@ -1,4 +1,4 @@
<?php // $Id: exercise.lib.php 17589 2009-01-08 11:19:25Z ivantcholakov $
<?php // $Id: exercise.lib.php 17944 2009-01-22 20:41:25Z juliomontoya $
/*
==============================================================================
@ -29,13 +29,16 @@
* shows a question and its answers
* @package dokeos.exercise
* @author Olivier Brouckaert <oli.brouckaert@skynet.be>
* @version $Id: exercise.lib.php 17589 2009-01-08 11:19:25Z ivantcholakov $
* @version $Id: exercise.lib.php 17944 2009-01-22 20:41:25Z juliomontoya $
*/
require("../inc/lib/fckeditor/fckeditor.php") ;
function showQuestion($questionId, $onlyAnswers=false, $origin=false)
{
echo '<script src="'.api_get_path(WEB_LIBRARY_PATH).'javascript/jquery.js" type="text/javascript"></script>';
echo '<script src="'.api_get_path(WEB_LIBRARY_PATH).'javascript/jquery.corners.min.js" type="text/javascript"></script>';
// reads question informations
if(!$objQuestionTmp = Question::read($questionId))
{
@ -56,13 +59,13 @@ function showQuestion($questionId, $onlyAnswers=false, $origin=false)
$questionName=api_parse_tex($questionName);
$s.=$questionName.'</div>';
$s.="<table class='exercise_options'>
$s.="<table class='exercise_questions'>
<tr>
<td valign='top' colspan='2'>
<i>";
";
$questionDescription=api_parse_tex($questionDescription);
$s.=$questionDescription;
$s.="</i>
$s.="
</td>
</tr>";
@ -75,7 +78,12 @@ function showQuestion($questionId, $onlyAnswers=false, $origin=false)
}
} // end if(!$onlyAnswers)
$s.= '</table>';
$s.="<script>$(document).ready( function(){
$('.rounded').corners();
$('.exercise_options').corners();
});</script>";
$s.="<div class=\"rounded exercise_questions\" style=\"width: 720px; padding: 3px; background-color:#ccc;\"><table width=\"720\" class='exercise_options' style=\"width: 720px; background-color:#fff;\">";
// construction of the Answer object
$objAnswerTmp=new Answer($questionId);
@ -99,8 +107,7 @@ function showQuestion($questionId, $onlyAnswers=false, $origin=false)
$oFCKeditor->Config['CustomConfigurationsPath'] = api_get_path(REL_PATH)."main/inc/lib/fckeditor/myconfig.js";
$oFCKeditor->Config['IMUploadPath'] = 'upload/test/';
$oFCKeditor->ToolbarSet = "Test";
//$oFCKeditor->Width = '80%';
$oFCKeditor->Width = '100%';
$oFCKeditor->Width = '80%';
$oFCKeditor->Height = '300';
$oFCKeditor->Value = '' ;
@ -153,7 +160,7 @@ function showQuestion($questionId, $onlyAnswers=false, $origin=false)
{
$s.="
<tr>
<td align='center'>
<td width=\"50\">
<input class='checkbox' type='radio' name='choice[".$questionId."]' value='".$answerId."'>
</td>
<td>";
@ -166,7 +173,7 @@ function showQuestion($questionId, $onlyAnswers=false, $origin=false)
elseif($answerType == MULTIPLE_ANSWER)
{
$s.="<tr>
<td align='center'>
<td width=\"50\">
<input class='checkbox' type='checkbox' name='choice[".$questionId."][".$answerId."]' value='1'>
</td>
<td>";
@ -255,6 +262,7 @@ function showQuestion($questionId, $onlyAnswers=false, $origin=false)
}
}
} // end for()
$s .= '</table></div>';
// destruction of the Answer object
unset($objAnswerTmp);
@ -289,15 +297,14 @@ function showQuestion($questionId, $onlyAnswers=false, $origin=false)
if(!$onlyAnswers)
{
$s=$questionName;
$s.="</td>
</tr>
$s=$questionName.'</div>';
$s.="<table class='exercise_questions'>
<tr>
<td valign='top' colspan='2'>
<i>";
";
$questionDescription=api_parse_tex($questionDescription);
$s.=$questionDescription;
$s.="</i>
$s.="
</td>
</tr>";
}

@ -0,0 +1,568 @@
<?php
$language_file=array('exercice');
include_once('../inc/global.inc.php');
include api_get_path(INCLUDE_PATH) . 'reduced_header.inc.php';
include_once(api_get_path(LIBRARY_PATH).'geometry.lib.php');
$dbg_local = 0;
// answer types
define('UNIQUE_ANSWER', 1);
define('MULTIPLE_ANSWER', 2);
define('FILL_IN_BLANKS', 3);
define('MATCHING', 4);
define('FREE_ANSWER', 5);
define('HOT_SPOT', 6);
define('HOT_SPOT_ORDER', 7);
define('HOT_SPOT_DELINEATION', 8);
require_once('exercise.class.php');
require_once('question.class.php');
require_once('answer.class.php');
require_once('exercise.lib.php');
if ( empty ( $exerciseResult ) ) {
$exerciseResult = $_SESSION['exerciseResult'];
}
if ( empty ( $exerciseResultCoordinates ) ) {
$exerciseResultCoordinates = $_REQUEST['exerciseResultCoordinates'];
}
$_SESSION['hotspot_coord']=array();
$newquestionList=$_SESSION['newquestionList'];
$questionList = $_SESSION['questionList'];
$exerciseId=$_GET['exerciseId'];
$exerciseType=$_GET['exerciseType'];
$questionNum=$_GET['questionnum'];
$nbrQuestions=$_GET['nbrQuestions'];
//round-up the coordinates
$coords = explode('/',$_GET['hotspot']);
$user_array = '';
foreach ($coords as $coord) {
list($x,$y) = explode(';',$coord);
$user_array .= round($x).';'.round($y).'/';
}
$user_array = substr($user_array,0,-1);
if ( isset ( $_GET['choice'] ) )
{
$choice_value = $_GET['choice'];
}
// getting the options by js
if (empty($choice_value) )
{
echo '<script type="text/javascript">'."
// this works for only radio buttons
var f= self.parent.window.document.frm_exercise;
var choice_js='';
var hotspot = new Array();
var hotspotcoord = new Array();
var counter=0;
for( var i = 0; i < f.elements.length; i++ )
{
if (f.elements[i].type=='radio' && f.elements[i].checked)
{
//alert( f.elements[i].name);
choice_js = f.elements[i].value;
counter ++;
}
if (f.elements[i].type=='hidden' )
{
name = f.elements[i].name;
if (name.substr(0,7)=='hotspot')
hotspot.push(f.elements[i].value);
if (name.substr(0,20)=='hotspot_coordinates')
hotspotcoord.push(f.elements[i].value);
//hotspot = f.elements[i].value;
}
}
if (counter==0)
{
choice_js=-1; // this is an error
}
//alert(choice_js);
";
echo 'window.location.href = "exercise_submit_modal.php?hotspotcoord="+ hotspotcoord + "&hotspot="+ hotspot + "&choice="+ choice_js + "&exerciseId='.$exerciseId.'&questionnum='.$questionNum.'&exerciseType='.$exerciseType.'";</script>';
}
$choice=array();
$questionid= $questionList[$questionNum];
// $choice_value => value of the user selection
$choice[$questionid]=$choice_value;
// initializing
if(!is_array($exerciseResult))
{
$exerciseResult=array();
}
// if the user has answered at least one question
if(is_array($choice))
{
if($exerciseType == 1)
{
// $exerciseResult receives the content of the form.
// Each choice of the student is stored into the array $choice
$exerciseResult=$choice;
}
else
{
// gets the question ID from $choice. It is the key of the array
list($key)=array_keys($choice);
// if the user didn't already answer this question
if(!isset($exerciseResult[$key]))
{
// stores the user answer into the array
$exerciseResult[$key]=$choice[$key];
}
}
}
// the script "exercise_result.php" will take the variable $exerciseResult from the session
api_session_register('exerciseResult');
api_session_register('exerciseResultCoordinates');
/*
// if it is the last question (only for a sequential exercise)
if($questionNum >= $nbrQuestions)
{
if($debug>0){echo str_repeat('&nbsp;',0).'Redirecting to exercise_result.php - Remove debug option to let this happen'."<br />\n";}
// goes to the script that will show the result of the exercise
// header("Location: exercise_result.php?origin=$origin&learnpath_id=$learnpath_id&learnpath_item_id=$learnpath_item_id");
// echo 'location result';
}*/
// gets the student choice for this question
//print_r($choice); echo "<br>";
// creates a temporary Question object
if (in_array($questionid,$questionList))
{
$objQuestionTmp = Question :: read($questionid);
$questionName=$objQuestionTmp->selectTitle();
$questionDescription=$objQuestionTmp->selectDescription();
$questionWeighting=$objQuestionTmp->selectWeighting();
$answerType=$objQuestionTmp->selectType();
$quesId =$objQuestionTmp->selectId(); //added by priya saini
}
$objAnswerTmp=new Answer($questionid);
$nbrAnswers=$objAnswerTmp->selectNbrAnswers();
//echo 'answe_type '.$answerType;echo '<br />';
if($answerType == FREE_ANSWER)
$nbrAnswers = 1;
$choice=$exerciseResult[$questionid];
$destination=array();
$comment='';
$next=1;
$_SESSION['hotspot_coord']=array();
$_SESSION['hotspot_dest']=array();
$overlap_color=$missing_color=$excess_color=false;
$organs_at_risk_hit=0;
if (!empty($choice_value))
{
for($answerId=1;$answerId <= $nbrAnswers;$answerId++) {
$answer=$objAnswerTmp->selectAnswer($answerId);
$answerComment=$objAnswerTmp->selectComment($answerId);
$answerDestination=$objAnswerTmp->selectDestination($answerId);
$answerCorrect=$objAnswerTmp->isCorrect($answerId);
$answerWeighting=$objAnswerTmp->selectWeighting($answerId);
//delineation
$delineation_cord=$objAnswerTmp->selectHotspotCoordinates(1);
$answer_delineation_destination=$objAnswerTmp->selectDestination(1);
if ($dbg_local>0) { error_log(__LINE__.' answerId: '.$answerId.'('.$answerType.') - user delineation_cord: '.$delineation_cord.' - $answer_delineation_destination: '.$answer_delineation_destination,0);}
switch($answerType) {
// for unique answer
case UNIQUE_ANSWER :
$studentChoice=($choice_value == $answerId)?1:0;
if($studentChoice) {
$questionScore+=$answerWeighting;
$totalScore+=$answerWeighting;
$newquestionList[]=$questionid;
}
break;
case HOT_SPOT_DELINEATION : $studentChoice=$choice[$answerId];
if($studentChoice) {
$questionScore+=$answerWeighting;
$totalScore+=$answerWeighting;
$newquestionList[]=$questionid;
}
if ($answerId===1) {
$_SESSION['hotspot_coord'][1]=$delineation_cord;
$_SESSION['hotspot_dest'][1]=$answer_delineation_destination;
}
break;
}
if($answerType != MATCHING || $answerCorrect)
{
if($answerType == UNIQUE_ANSWER || $answerType == MULTIPLE_ANSWER)
{
//display_unique_or_multiple_answer($answerType, $studentChoice, $answer, $answerComment, $answerCorrect);
//echo $questionScore;
if ($studentChoice)
{
$destination=$answerDestination;
$comment=$answerComment;
}
}
elseif($answerType == HOT_SPOT_DELINEATION)
{
if ($next)
{
if ($dbg_local>0) { error_log(__LINE__.' - next',0);}
$tbl_track_e_hotspot = Database::get_statistic_table(TABLE_STATISTIC_TRACK_E_HOTSPOT);
// Save into db
$sql = "INSERT INTO $tbl_track_e_hotspot (hotspot_user_id, hotspot_course_code, hotspot_exe_id, hotspot_question_id, hotspot_answer_id, hotspot_correct, hotspot_coordinate )
VALUES ('".Database::escape_string($_user['user_id'])."', '".Database::escape_string($_course['id'])."', '".Database::escape_string($exeId)."', '".Database::escape_string($questionId)."', '".Database::escape_string($answerId)."', '".Database::escape_string($studentChoice)."', '".Database::escape_string($user_array)."')";
$result = api_sql_query($sql,__FILE__,__LINE__);
$user_answer = $user_array;
//$_SESSION['exerciseResultCoordinates'][$questionId]=$exerciseResultCoordinates;
// we compare only the delineation not the other points
$answer_question= $_SESSION['hotspot_coord'][1];
$answerDestination= $_SESSION['hotspot_dest'][1];
$poly_user = convert_coordinates($user_answer,'/');
$poly_answer = convert_coordinates($answer_question,'|');
$max_coord = poly_get_max($poly_user,$poly_answer);
$poly_user_compiled = poly_compile($poly_user,$max_coord);
$poly_answer_compiled = poly_compile($poly_answer,$max_coord);
$poly_results = poly_result($poly_answer_compiled,$poly_user_compiled,$max_coord);
$overlap = $poly_results['both'];
$poly_answer_area = $poly_results['s1'];
$poly_user_area = $poly_results['s2'];
$missing = $poly_results['s1Only'];
$excess = $poly_results['s2Only'];
//$overlap = round(polygons_overlap($poly_answer,$poly_user)); //this is an area in pixels
if ($dbg_local>0) { error_log(__LINE__.' - Polygons results are '.print_r($poly_results,1),0);}
if ($overlap < 1) {
//shortcut to avoid complicated calculations
$final_overlap = 0;
$final_missing = 100;
$final_excess = 100;
} else {
// the final overlap is the percentage of the initial polygon that is overlapped by the user's polygon
$final_overlap = round(((float)$overlap / (float)$poly_answer_area)*100);
if ($dbg_local>1) { error_log(__LINE__.' - Final overlap is '.$final_overlap,0);}
// the final missing area is the percentage of the initial polygon that is not overlapped by the user's polygon
$final_missing = 100 - $final_overlap;
if ($dbg_local>1) { error_log(__LINE__.' - Final missing is '.$final_missing,0);}
// the final excess area is the percentage of the initial polygon's size that is covered by the user's polygon outside of the initial polygon
$final_excess = round((((float)$poly_user_area-(float)$overlap)/(float)$poly_answer_area)*100);
if ($dbg_local>1) { error_log(__LINE__.' - Final excess is '.$final_excess,0);}
}
$destination_items= explode('@@', $answerDestination);
$threadhold_total = $destination_items[0];
$threadhold_items=explode(';',$threadhold_total);
$threadhold1 = $threadhold_items[0]; // overlap
$threadhold2 = $threadhold_items[1]; // excess
$threadhold3 = $threadhold_items[2]; //missing
// if is delineation
if ($answerId===1)
{
//setting colors
if ($final_overlap>=$threadhold1)
{
$overlap_color=true; //echo 'a';
}
//echo $excess.'-'.$threadhold2;
if ($final_excess<=$threadhold2)
{
$excess_color=true; //echo 'b';
}
//echo '--------'.$missing.'-'.$threadhold3;
if ($final_missing<=$threadhold3)
{
$missing_color=true; //echo 'c';
}
// if pass
if ($final_overlap>=$threadhold1 && $final_missing<=$threadhold2 && $final_excess<=$threadhold3)
{
$next=1; //go to the oars
$result_comment=get_lang('Acceptable');
}
else
{
$next=0;
$result_comment=get_lang('Unacceptable');
$comment=$answerDestination=$objAnswerTmp->selectComment(1);
$answerDestination=$objAnswerTmp->selectDestination(1);
$destination_items= explode('@@', $answerDestination);
$try_hotspot=$destination_items[1];
$lp_hotspot=$destination_items[2];
$select_question_hotspot=$destination_items[3];
$url_hotspot=$destination_items[4];
//echo 'show the feedback';
}
}
elseif($answerId>1)
{
if ($objAnswerTmp->selectHotspotType($answerId) == 'noerror') {
if ($dbg_local>0) { error_log(__LINE__.' - answerId is of type noerror',0);}
//type no error shouldn't be treated
$next = 1;
continue;
}
if ($dbg_local>0) { error_log(__LINE__.' - answerId is >1 so we\'re probably in OAR',0);}
//check the intersection between the oar and the user
//echo 'user'; print_r($x_user_list); print_r($y_user_list);
//echo 'official';print_r($x_list);print_r($y_list);
//$result = get_intersection_data($x_list,$y_list,$x_user_list,$y_user_list);
$inter= $result['success'];
//$delineation_cord=$objAnswerTmp->selectHotspotCoordinates($answerId);
$delineation_cord=$objAnswerTmp->selectHotspotCoordinates($answerId);
$poly_answer = convert_coordinates($delineation_cord,'|');
$max_coord = poly_get_max($poly_user,$poly_answer);
$poly_answer_compiled = poly_compile($poly_answer,$max_coord);
$overlap = poly_touch($poly_user_compiled, $poly_answer_compiled,$max_coord);
if ($overlap == false) {
//all good, no overlap
$next = 1;
continue;
} else {
if ($dbg_local>0) { error_log(__LINE__.' - Overlap is '.$overlap.': OAR hit',0);}
$organs_at_risk_hit++;
//show the feedback
$next=0;
$comment=$answerDestination=$objAnswerTmp->selectComment($answerId);
$answerDestination=$objAnswerTmp->selectDestination($answerId);
$destination_items= explode('@@', $answerDestination);
$try_hotspot=$destination_items[1];
$lp_hotspot=$destination_items[2];
$select_question_hotspot=$destination_items[3];
$url_hotspot=$destination_items[4];
}
}
}
else
{ // the first delineation feedback
if ($dbg_local>0) { error_log(__LINE__.' first',0);}
//we send the error
}
}
}
}
if ($overlap_color) {
$overlap_color='green';
} else {
$overlap_color='red';
}
if ($missing_color) {
$missing_color='green';
} else {
$missing_color='red';
}
if ($excess_color) {
$excess_color='green';
} else {
$excess_color='red';
}
$table_resume='<table class="data_table" >
<tr class="row_odd" >
<td></td>
<td ><b>'.get_lang('Required').'</b></td>
<td><b>'.get_lang('YourAnswer').'</b></td>
</tr>
<tr class="row_even">
<td><b>'.get_lang('Overlap').'</b></td>
<td>'.get_lang('Min').' '.$threadhold1.'</td>
<td><div style="color:'.$overlap_color.'">'.$final_overlap.'</div></td>
</tr>
<tr class="row_even">
<td><b>'.get_lang('Missing').'</b></td>
<td>'.get_lang('Max').' '.$threadhold3.'</td>
<td><div style="color:'.$missing_color.'">'.$final_missing.'</div></td>
</tr>
<tr>
<td><b>'.get_lang('Excess').'</b></td>
<td>'.get_lang('Max').' '.$threadhold2.'</td>
<td><div style="color:'.$excess_color.'">'.$final_excess.'</div></td>
</tr>
</table>';
}
$_SESSION['newquestionList']=$newquestionList;
if ($choice_value==-1)
{
$links. '<a href="#" onclick="self.parent.tb_remove();">'.get_lang('ChooseAnAnswer').'</a>';
}
if ($answerType!= HOT_SPOT_DELINEATION)
{
$item_list=explode('@@',$destination);
//print_R($item_list);
$try = $item_list[0];
$lp = $item_list[1];
$destinationid= $item_list[2];
$url=$item_list[3];
$table_resume='';
}
else
{
if ($next==0) {
$try = $try_hotspot;
$lp = $lp_hotspot;
$destinationid= $select_question_hotspot;
$url=$url_hotspot;
} else {
//show if no error
//echo 'no error';
$comment=$answerComment=$objAnswerTmp->selectComment($nbrAnswers);
$answerDestination=$objAnswerTmp->selectDestination($nbrAnswers);
//we send the error
$destination_items= explode('@@', $answerDestination);
$try=$destination_items[1];
$lp=$destination_items[2];
$destinationid=$destination_items[3];
$url=$destination_items[4];
}
}
//$pre_list_destination=explode(';',$list_dest);
/*
$destination_list=array();
foreach($pre_list_destination as $value)
{
if ($value!='')
$destination_list[]=$value;
}*/
//echo '<pre>';print_r($destination);
$links='';
// the link to retry the question
if ($try==1)
{
$num_value_array= (array_keys($questionList, $questionid));
$links.= Display :: return_icon('reload.gif', '', array ('style' => 'padding-left:0px;padding-right:5px;')).'<a onclick="SendEx('.$num_value_array[0].');" href="#">'.get_lang('TryAgain').'</a><br /><br />';
}
// the link to theory (a learning path)
if (!empty($lp))
{
$lp_url= api_get_path(WEB_CODE_PATH).'newscorm/lp_controller.php?'.api_get_cidreq().'&action=view&lp_id='.$lp;
require_once('../newscorm/learnpathList.class.php');
$list = new LearnpathList(api_get_user_id());
$flat_list = $list->get_flat_list();
$links.= Display :: return_icon('theory.gif', '', array ('style' => 'padding-left:0px;padding-right:5px;')).'<a target="_blank" href="'.$lp_url.'">'.get_lang('SeeTheory').'</a><br />';
}
$links.='<br />';
// the link to an external website or link
if (!empty($url)) {
$links.= Display :: return_icon('link.gif', '', array ('style' => 'padding-left:0px;padding-right:5px;')).'<a target="_blank" href="'.$url.'">'.get_lang('VisitUrl').'</a><br /><br />';
}
// the link to finish the test
if ($destinationid==-1)
{
$links.= Display :: return_icon('finish.gif', '', array ('style' => 'width:22px; height:22px; padding-left:0px;padding-right:5px;')).'<a onclick="SendEx(-1);" href="#">'.get_lang('EndActivity').'</a><br /><br />';
}
// the link to other question
else
{
if (in_array($destinationid,$questionList))
{
$objQuestionTmp = Question :: read($destinationid);
$questionName=$objQuestionTmp->selectTitle();
$num_value_array= (array_keys($questionList, $destinationid));
$links.= Display :: return_icon('quiz.gif', '', array ('style' => 'padding-left:0px;padding-right:5px;')).'<a onclick="SendEx('.$num_value_array[0].');" href="#">'.get_lang('GoToQuestion').' '.$num_value_array[0].'</a><br /><br />';
}
}
echo '<script> function SendEx(num)
{
if (num==-1)
{
self.parent.window.location.href = "exercise_result.php";
self.parent.tb_remove();
}
else
{
self.parent.window.location.href = "exercice_submit.php?tryagain=1&exerciseId='.$exerciseId.'&questionNum="+num+"&exerciseType='.$exerciseType.'";
self.parent.tb_remove();
}
}
</script>';
api_protect_course_script();
if ($links!='')
{
echo '<div id="ModalContent" style="padding-bottom:30px;padding-top:10px;padding-left:20px;padding-right:20px;">
<a onclick="self.parent.tb_remove();" href="#" style="float:right; margin-top:-10px;" id="exercise_close_link">'.get_lang('Close').'</a>
<h1><div style="color:#333;">'.get_lang('Feedback').'</div></h1>
<p style="text-align:center">';
if ($answerType == HOT_SPOT_DELINEATION)
{
$message='<p>'.get_lang('YourDelineation').'</p>';
$message.=$table_resume;
$message.='<br />'.get_lang('ResultIs').' '.$result_comment.'<br />';
if ($organs_at_risk_hit>0)
$message.='<p><b>'.get_lang('OARHit').'</b></p>';
$message.='<p>'.$comment.'</p>';
echo $message;
}
else
{
echo '<p>'.$comment.'</p>';
}
echo '<h3>'.$links.'</h3>';
//echo '<a onclick="self.parent.tb_remove();" href="#" style="float:right;">'.get_lang('Close').'</a>';
echo '</div>';
$_SESSION['hot_spot_result']=$message;
}
else
{
$questionNum++;
echo '<script>
self.parent.window.location.href = "exercice_submit.php?exerciseId='.$exerciseId.'&questionNum='.$questionNum.'&exerciseType='.$exerciseType.'";
//self.parent.tb_remove();
</script>';
}
?>

@ -35,6 +35,7 @@ if(!class_exists('UniqueAnswer')):
* extending the class question
*
* @author Eric Marguin
* @author Julio Montoya
* @package dokeos.exercise
**/
@ -57,12 +58,16 @@ class UniqueAnswer extends Question {
*/
function createAnswersForm ($form) {
// getting the exercise list
$obj_ex =$_SESSION['objExercise'];
// multiple
global $fck_attribute;
$fck_attribute = array();
//$fck_attribute['Width'] = '348px';
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '100px';
$fck_attribute['Width'] = '50%';
$fck_attribute['Height'] = '125px';
$fck_attribute['ToolbarSet'] = 'Test';
$fck_attribute['Config']['IMUploadPath'] = 'upload/test/';
$fck_attribute['Config']['FlashUploadPath'] = 'upload/test/';
@ -72,7 +77,27 @@ class UniqueAnswer extends Question {
//this line define how many question by default appear when creating a choice question
$nb_answers = isset($_POST['nb_answers']) ? (int) $_POST['nb_answers'] : 4;
$nb_answers += (isset($_POST['lessAnswers']) ? -1 : (isset($_POST['moreAnswers']) ? 1 : 0));
/*
Types of Feedback
$feedback_option[0]=get_lang('Feedback');
$feedback_option[1]=get_lang('DirectFeedback');
$feedback_option[2]=get_lang('NoFeedback');
*/
$feedback_title='';
$comment_title='';
if ($obj_ex->selectFeedbackType()==0)
$comment_title = '<th>'.get_lang('Comment').'</th>';
elseif ($obj_ex->selectFeedbackType()==1)
{
$fck_attribute['Width'] = '250px';
$fck_attribute['Height'] = '110px';
$comment_title = '<th width="'.$fck_attribute['Width'].'" >'.get_lang('Comment').'</th>';
$feedback_title = '<th width="300px" >'.get_lang('Scenario').'</th>';
}
$html='
<div class="row">
<div class="label">
@ -81,23 +106,22 @@ class UniqueAnswer extends Question {
<div class="formw">
<table class="data_table">
<tr style="text-align: center;">
<th>
<th width="14px">
'.get_lang('Number').'
</th>
<th>
<th width="10px" >
'.get_lang('True').'
</th>
<th>
<th width="'.$fck_attribute['Width'].' ">
'.get_lang('Answer').'
</th>
<th>
'.get_lang('Comment').'
</th>
<th>
'.$comment_title.'
'.$feedback_title.'
<th width="20px">
'.get_lang('Weighting').'
</th>
</th>
</tr>';
$form -> addElement ('html', $html);
$defaults = array();
@ -111,9 +135,39 @@ class UniqueAnswer extends Question {
$nb_answers = $answer->nbrAnswers;
}
}
$form -> addElement('hidden', 'nb_answers');
//Feedback SELECT
$question_list=$obj_ex->selectQuestionList();
$select_question=array();
$select_question[0]=get_lang('SelectTargetQuestion');
require_once('../newscorm/learnpathList.class.php');
require_once(api_get_path(LIBRARY_PATH).'text.lib.php');
foreach ($question_list as $key=>$questionid)
{
$question = Question::read($questionid);
$select_question[$questionid]='Q'.$key.' :'.cut($question->selectTitle(),20);
}
$select_question[-1]=get_lang('ExitTest');
//LP SELECT
require_once('../newscorm/learnpathList.class.php');
//require_once('../newscorm/learnpath.class.php');
//require_once('../newscorm/learnpathItem.class.php');
$list = new LearnpathList(api_get_user_id());
$flat_list = $list->get_flat_list();
$select_lp_id=array();
$select_lp_id[0]=get_lang('SelectTargetLP');
foreach ($flat_list as $id => $details)
{
$select_lp_id[$id] = cut($details['lp_name'],20);
}
$temp_scenario=array();
for($i = 1 ; $i <= $nb_answers ; ++$i)
{
$form -> addElement ('html', '<tr>');
@ -123,30 +177,97 @@ class UniqueAnswer extends Question {
{
$correct = $i;
}
$defaults['answer['.$i.']'] = $answer -> answer[$i];
$defaults['comment['.$i.']'] = $answer -> comment[$i];
$defaults['weighting['.$i.']'] = $answer -> weighting[$i];
$item_list=explode('@@',$answer -> destination[$i]);
//echo '<pre>'; print_r($item_list);
$try = $item_list[0];
$lp = $item_list[1];
$list_dest= $item_list[2];
$url=$item_list[3];
if ($try==0)
$try_result=0;
else
$try_result=1;
if ($url==0)
$url_result='';
else
$url_result=$url;
$temp_scenario['url'.$i]=$url_result;
$temp_scenario['try'.$i]=$try_result;
$temp_scenario['lp'.$i]=$lp;
$temp_scenario['destination'.$i]=$list_dest;
/*$pre_list_destination=explode(';',$list_dest);
$list_destination=array();
foreach($pre_list_destination as $value)
{
$list_destination[]=$value;
}
$defaults['destination'.$i]=$list_destination;
*/
//$defaults['destination'.$i] = $list_destination;
}
$renderer = & $form->defaultRenderer();
$renderer->setElementTemplate('<td><!-- BEGIN error --><span class="form_error">{error}</span><!-- END error --><br/>{element}</td>');
else
{
$temp_scenario['destination'.$i] = array('0');
$temp_scenario['lp'.$i] = array('0');
//$defaults['scenario']
}
$defaults['scenario']=$temp_scenario;
$renderer = & $form->defaultRenderer();
$renderer->setElementTemplate('<td><!-- BEGIN error --><span class="form_error">{error}</span><!-- END error --><br/>{element}</td>');
$answer_number=$form->addElement('text', null,null,'value="'.$i.'"');
$answer_number->freeze();
$form->addElement('radio', 'correct', null, null, $i, 'style="margin-left: 0em;"');
$form->addElement('radio', 'correct', null, null, $i, 'class="checkbox" style="margin-left: 0em;"');
$form->addElement('html_editor', 'answer['.$i.']',null, 'style="vertical-align:middle"');
$form->addRule('answer['.$i.']', get_lang('ThisFieldIsRequired'), 'required');
$form->addElement('html_editor', 'comment['.$i.']',null, 'style="vertical-align:middle"');
if ($obj_ex->selectFeedbackType()==0) // feedback
$form->addElement('html_editor', 'comment['.$i.']',null, 'style="vertical-align:middle"');
elseif ($obj_ex->selectFeedbackType()==1) // direct feedback
{
$form->addElement('html_editor', 'comment['.$i.']',null, 'style="vertical-align:middle"');
//Adding extra feedback fields
$group = array();
$group['try'.$i] =&$form->createElement('checkbox', 'try'.$i,get_lang('TryAgain').': ' );
$group['lp'.$i] =&$form->createElement('select', 'lp'.$i,get_lang('SeeTheory').': ',$select_lp_id);
$group['destination'.$i]=&$form->createElement('select', 'destination'.$i, get_lang('GoToQuestion').': ' ,$select_question);
$group['url'.$i] =&$form->createElement('text', 'url'.$i,get_lang('Other').': ',array('size'=>'25px'));
$form -> addGroup($group, 'scenario', 'scenario');
$renderer->setGroupElementTemplate('<div class="exercise_scenario_label">{label}</div><div class="exercise_scenario_element">{element}</div>','scenario');
}
//$form->addElement('select', 'destination'.$i, get_lang('SelectQuestion').' : ',$select_question,'multiple');
$form->addElement('text', 'weighting['.$i.']',null, 'style="vertical-align:middle;margin-left: 0em;" size="5" value="0"');
$form -> addElement ('html', '</tr>');
}
$form -> addElement ('html', '</table>');
$form->addElement('submit', 'lessAnswers', get_lang('LessAnswer'));
$form->addElement('submit', 'moreAnswers', get_lang('PlusAnswer'));
$renderer->setElementTemplate('{element}&nbsp;','lessAnswers');
$renderer->setElementTemplate('{element}','moreAnswers');
$form -> addElement ('html', '</div></div>');
//We check the first radio button to be sure a radio button will be check
@ -168,8 +289,7 @@ class UniqueAnswer extends Question {
*/
function processAnswersCreation($form) {
$questionWeighting = $nbrGoodAnswers = 0;
$questionWeighting = $nbrGoodAnswers = 0;
$correct = $form -> getSubmitValue('correct');
$objAnswer = new Answer($this->id);
$nb_answers = $form -> getSubmitValue('nb_answers');
@ -179,29 +299,84 @@ class UniqueAnswer extends Question {
$answer = trim($form -> getSubmitValue('answer['.$i.']'));
$comment = trim($form -> getSubmitValue('comment['.$i.']'));
$weighting = trim($form -> getSubmitValue('weighting['.$i.']'));
$scenario= $form -> getSubmitValue('scenario');
echo '<pre>';
//$list_destination = $form -> getSubmitValue('destination'.$i);
//$destination_str = $form -> getSubmitValue('destination'.$i);
$try = $scenario['try'.$i];
$lp= $scenario['lp'.$i];
$destination = $scenario['destination'.$i];
$url = trim($scenario['url'.$i]);
/*
How we are going to parse the destination value
here we parse the destination value which is a string
1@@3@@2;4;4;@@http://www.dokeos.com
where: try_again@@lp_id@@selected_questions@@url
try_again = is 1 || 0
lp_id = id of a learning path (0 if dont select)
selected_questions= ids of questions
url= an url
*/
/*
$destination_str='';
foreach ($list_destination as $destination_id)
{
$destination_str.=$destination_id.';';
}*/
$goodAnswer= ($correct == $i) ? true : false;
if($goodAnswer)
{
$nbrGoodAnswers++;
$weighting = abs($weighting);
$weighting = abs($weighting);
if($weighting > 0)
{
$questionWeighting += $weighting;
}
}
$objAnswer -> createAnswer($answer,$goodAnswer,$comment,$weighting,$i);
if (empty($try))
$try=0;
if (empty($lp))
{
$lp=0;
}
if (empty($destination))
{
$destination=0;
}
if ($url=='')
{
$url=0;
}
//1@@1;2;@@2;4;4;@@http://www.dokeos.com
$dest= $try.'@@'.$lp.'@@'.$destination.'@@'.$url;
$objAnswer -> createAnswer($answer,$goodAnswer,$comment,$weighting,$i,NULL,NULL,$dest);
}
// saves the answers into the data base
$objAnswer -> save();
// sets the total weighting of the question
$this -> updateWeighting($questionWeighting);
$this -> save();
}
}
endif;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Loading…
Cancel
Save