How can I put the Validate button at the footer of the page in a quiz

Hello,


I need to put the validate button at the footer of the page, because when a learner does a quiz, he doesn't see this button.


How can I put the Validate button at the footer modifying the php code?


Thanks.

afbeelding van mohan

How can I put the Validate button at the footer of the page in a

 

Hi,
 
Footer page is common and if you add validate button in the footer page it will be displayed in all the pages in addition to quiz tool. one more point is whether you need to  add validate button at the bottom of quiz instead of top of quiz. Is it right.
 
Thanking you,

Thank you very much! Yes, I

Thank you very much!

Yes, I want to add the button at the bottom of quiz instead of top of quiz.

I thought that I put this button in the footer. Sorry!

Thanks!

 

 

How I can put the validate button at the footer of the page in a

Thank you for your answer.

Yes, I want to add the button at the bottom. How I can do this?

Thanks!

afbeelding van mohan

How I can put the validate button at the footer of the page in a

 

Hi,
 
can you please do the following changes in your main/exercice/exercice_submit.php
 
change the following line 
$submit_btn = "<button style='margin-top:-37px;' class='next'
type='submit' name='submit_save' id='submit_save'>"; 
 
to
$submit_btn = "<button class='next' type='submit' name='submit_save'
id='submit_save'>"; 
 
comment the following line at around line no:1409
//$s .= $submit_btn;
 
Add the following line
echo '<tr><td>'.$submit_btn.'</td></tr>';
above the line below
$b = 2;
 
This changes will make you to show the validate button at the bottom instead of top.
 
Thanking you,

Wow!!! Thank you very very

Wow!!!

Thank you very very much!! Perfect!!!

I have a new doubt.

In a quiz, when a learner finish all the questions, he can see his score.

For example, in a quiz with 30 questions, the learner obtain a score 23/30 (each question scores 1 point), but I need that the learner can see how many mistakes has made (in this case 7 mistakes). It is possible?

Thanks!

afbeelding van mohan

Hi

Hi,

This is not done in our development, If needed we have to add code separately for this.

Thanks

Hi,   I would like if is

Hi,

 

I would like if is possible, to have this option, because for my students is not important the score, but is important the mistakes that they do.
 
Would also be good to define globally, that if they have equal or less than three mistakes they pass, and if they have more than three mistakes, they fail (this should be when they finish the quiz, in score)
 
Do all is possible?
 
Thank you very much!!
afbeelding van mohan

Hi, I would like if is

Hi,

Ok, I will check with our dev team and update you.
 
Thanking you,
afbeelding van mohan

hi

 

Hi,
 
This is not in our standard dev but that we will consider to add it in Dokeos in the future.
 
Thanks