Title: Hexam
Last modified: August 19, 2016

---

# Hexam

 *  [dhiru](https://wordpress.org/support/users/dhiru/)
 * (@dhiru)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/hexam/)
 * Hello sir,I am using hexam plug for online exam website but which Attach
    [hexam
   id=test_number hexam] this code on my site page then not show any form it’s show
   a finish button only. So please help otherwise suggest any other plugin.

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [Guaven Labs](https://wordpress.org/support/users/elvinhaci/)
 * (@elvinhaci)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/hexam/#post-2028835)
 * Hello dhiru. Have you created quiz already? Which test do you want to put yo 
   your wp page? For example if you have created your first quiz in dashboard->hexam,
   then its ID is 1, and so you must put this code to your page: [hexam id=1 hexam]
   
   Are you sure that you did all correctly?
 *  [frederick7](https://wordpress.org/support/users/frederick7/)
 * (@frederick7)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/hexam/#post-2028894)
 * Elvin,
    Great tool for online exams. I need a self enrolling student to be charged
   a fee (paypal or ) before they can take the exam. How can I set this up? Also
   will your plugin print a certificate of pass and auto populate the person’s name.
   I need it to do this. Or who has a plugin like this. thanks _[signature moderated
   per [forum rules](http://codex.wordpress.org/Forum_Welcome)]_
 *  [Ansoft](https://wordpress.org/support/users/ansoft/)
 * (@ansoft)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/hexam/#post-2028899)
 * I installed Hexam 1.2.4 plugin. In admin panel(dashboard) i am seeing only the
   create new test link and there is no edit your test link.
 * And the second one I put the [hexam id=1 hexam] tag in my post, after creating
   a test with two questions. but it only shows a button saying ‘Finish’ and no 
   questions and answers were displayed.
 * Please help me!
 *  [Guaven Labs](https://wordpress.org/support/users/elvinhaci/)
 * (@elvinhaci)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/hexam/#post-2028900)
 * Hello Ansoft. Problem seems very strange. If it is possible you can give me an
   access to your dashboard panel. i would check this problem in its place. You 
   can contact to me in facebook, username elvin.haci .
 *  [Ansoft](https://wordpress.org/support/users/ansoft/)
 * (@ansoft)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/hexam/#post-2028902)
 * Thanks Elvin. I tried my self. I re installed the plugin and its working now.
   Now I’m testing the plugin. If I face another problem i will catch you in facebook.
 *  [sinop](https://wordpress.org/support/users/sinop/)
 * (@sinop)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/hexam/#post-2028906)
 * Hello!
 * Five response options from 1 to 5 wish scored
    It can be solved. Please help 
   me, thank you.
 * Attila Vigh
 *  [Guaven Labs](https://wordpress.org/support/users/elvinhaci/)
 * (@elvinhaci)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/hexam/#post-2028907)
 * Hello Sinop. Please describe details of your problem. I didn’t get what you want
   🙂
 *  [chinekop](https://wordpress.org/support/users/chinekop/)
 * (@chinekop)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/hexam/#post-2028954)
 * Hello, Thanks for this great plugin.Everything works fine but it just shows the
   score, not the correct answers. It just says ~your score is:x¬; how can i make
   it show the correct answers?
 *  [Guaven Labs](https://wordpress.org/support/users/elvinhaci/)
 * (@elvinhaci)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/hexam/#post-2028955)
 * Hi Chinekop. It is possible with some code changes. I have just made it for you.
   Now, open hexam.php file of the plugin in your editor, go to 78th line. Highlight
   78-87 lines, remove them, and paste this code there instead of just removed lines:
 *     ```
       $i=0;$point=0; $correct_answers='Correct answers: ';
             foreach ($question_row as $tests) {
               $i=$i+1;
        $correct_answers= $correct_answers.' '.$i.')'.$tests->correct;
               if ($_POST["answer_".$i]==$tests->correct){
                 $point=$point+1;
               }
            }
            if ($testnamerow->testtype=='QUIZ') {
       	    $replacement= $replacement.'<b>'.$word["hscore_1"].' '.$point.' '.$word["hscore_2"].'.<br>'.$correct_answers.'</b>';
            }
       ```
   
 * Everything should work fine. Just make this replacement correctly. Backup your
   plugin before you make any changes. If any difficulty, you can write here.
 *  [chinekop](https://wordpress.org/support/users/chinekop/)
 * (@chinekop)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/hexam/#post-2028956)
 * Thank you so much your quick response. Another question, can I also let them 
   see the questions on result page, so they can check which answer matches the 
   question.
 * And also is there way to show answers with letters; instead of having the answers
   as numbers like 1 2 3 ?
 *  [Guaven Labs](https://wordpress.org/support/users/elvinhaci/)
 * (@elvinhaci)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/hexam/#post-2028957)
 * Chinekop, of course, they all are also possible. But these features need serious
   code changes. Contact to me via email(you can get it from readme.txt of the plugin).
 *  [chinekop](https://wordpress.org/support/users/chinekop/)
 * (@chinekop)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/hexam/#post-2028958)
 * Hey Elvin,
    I couldn’t find your mail address in readme.txt file. Can you please
   send me an email (serhatilgin@gmail.com), thank you so much.
 *  [fdefoto](https://wordpress.org/support/users/fdefoto/)
 * (@fdefoto)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/hexam/#post-2028959)
 * Good Morning,
 * I just installed hexam and it seems to work all perfect but when i edit for a
   second time the test every previous question appears with strange characters.
   
   Is there any option to solve or workaround this problem?
 * You can see the problem in tihs link: [http://www.fdefoto.com/blog/fototest/](http://www.fdefoto.com/blog/fototest/)
 * First ten questions appears wrong (after and exam’s edit) second ten questions
   appears ok (without a second exam’s edit)
 * Thanks in advance for you time and support

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Hexam’ is closed to new replies.

 * 13 replies
 * 7 participants
 * Last reply from: [fdefoto](https://wordpress.org/support/users/fdefoto/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/hexam/#post-2028959)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
