EXAMCenter Beta 1.0

Hey Simpilot, was the issue with the pilot getting their money back after paying for tests ever resolved? I had an issue when pilots would buy a test, they would get the cash back when the cron job got ran or anything in admin was recalculated.

Just curious. Was thinking about reinstalling this again. Without that fix, it makes it kind of rough. I used a code snippet to make it so we can adjust pilots pay without it getting given back to them after recalc. I wonder if we could sneak that code in for this if that problem still exists.

The fix is only to close a security exploit recently found.

As far as I know there has been no change to the pilots pay during recalculation fromt eh native phpvms code. I started to recode this module but kind of shoved it aside for aother things. If I start it up again I will include a fix for the pay issue.

Hi there,

I am having a bit of a problem with the EXAMCenter. Where do I put the EXAMCenter Admin? and also how do I change the prices of the Exams?

Many Thanks

Josh

All the files should have been loaded into your site structure just as they were structured in the download. The ExamCenter admin panel is a stand alone module and has nothing to do with the phpvms admin panel.

now it works, i was using Bplaced.de Now I use goneo.de i must pay, but all problems what i has, are now away.

what must I do, that the pilots MUST do an Exam (what I have choosen for the rank, what have the pilot) to become the next rank? Gives there an code, can one help me please?

what must I do, that the pilots MUST do an Exam (what I have choosen for the rank, what have the pilot) to become the next rank? Gives there an code, can one help me please?

There is currently no function within the module to require pilots to take exams. My suggestion would be to set your ranks to manual and not promote a pilot till they take the exam you require of them.

when I set it, where I can give the pilots the new rank? I didnt found this.

Hello everyone,

I would include in my virtual airline, an entrance examination and some check tests during pilot career.

ExamCenter I think is appropriate, but I do not know how to put it on my website.

In the file that I found in the folder that I downloaded, it says:

  • Table structure for table exams

CREATE TABLE IF NOT EXISTS exams (

Id int (11) NOT NULL AUTO_INCREMENT,

Exam_description `` text NOT NULL,

Passing int (3) NOT NULL DEFAULT '100 ',

Cost int (10) NOT NULL DEFAULT '0 ',

Active int (1) NOT NULL DEFAULT '0 ',

Version int (5) NOT NULL DEFAULT '1 ',

Created_date `` varchar (25) NOT NULL,

Last_changed `` varchar (25) NOT NULL,

Created_by `` int (5) NOT NULL,

PRIMARY KEY (id)

) ENGINE = MyISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT = 7;

But where should I create this table? what page of the site?

Excuse me but I’m a newbie.

Thank you all!

Andrea.

That is the mysql table for your database. you need to navigate to your database on your server using cpanel if you have it, and upload that file.

1 Like

I can’t add or delete exams…is this normal?? Gezuz…never mind…forgot the buttons were in the initial admin screen…

lol - Rock On!

Yeah, working great. LIke it

It is below the footer see for yourself: http://skyserviceva.com/index.php/Exams

No one can access unless they are logged in. You just get a redirect back to your home page.

Can you post a screenshot?

It is below the footer see for yourself: http://skyserviceva.com/index.php/Exams

The templates need to be adapted to your skin. The files supplied with the download are just generic.

Hello I installed the examination center, but found no link to create new issues or to create new exam.

The examination center comes with four tests and questions. How do I create new problems and exams???

Hello I installed the examination center, but found no link to create new issues or to create new exam.

The examination center comes with four tests and questions. How do I create new problems and exams???

All the editing functions are in the exam admin panel, use “www.yoursite.com/index.php/exams_admin” as explained here ->

Also, there should only be two test exams included in the download, sounds like you may have some corrupted files or db tables.

The templates need to be adapted to your skin. The files supplied with the download are just generic.

I had this same problem too and after looking at the templates I found it’s not a skin conflict. Almost every template in the download has them printed in plain text (either intentionally or accidentally) at the bottom - a select few at the top.

I was very careful in every template to make sure that it was not attached to any important code and simply removed them one by one. Looks fine for me now.

I had this same problem too and after looking at the templates I found it’s not a skin conflict. Almost every template in the download has them printed in plain text (either intentionally or accidentally) at the bottom - a select few at the top.

I was very careful in every template to make sure that it was not attached to any important code and simply removed them one by one. Looks fine for me now.

They are the name of each template, I put it in every template to hopefully avoid the “which template do I edit” questions and speed up the skinning of the module to your template.

They are the name of each template, I put it in every template to hopefully avoid the “which template do I edit” questions and speed up the skinning of the module to your template.

LOL That’s alright then. At least we have it figured out now. Thanks!