BF Quiz upgrade instructions from v1.2.2 to v1.3.0

1. Extract files from com_bfquiz.zip

2. Copy entire contents (except css folder if you've customised style) of

"component" folder into /components/com_bfquiz/

(overwrite existing files).

Note: if you have customised the style.css, you may want to add the two new styles BFQuizSuppressQuestion and BFQuizSuppressOptions.

3. Copy entire contents (except css folder if you've customised style) of

"admin" folder into /administrator/components/com_bfquiz/

(overwrite existing files)

4. Copy com_bfquiz.xml into /administrator/components/com_bfquiz/

(overwrite existing file)

5. Run the following mySQL commands in phpMyAdmin

ALTER table `jos_bfquiz` ADD `suppressQuestion` tinyint(1);

 

For every answer table jos_bfquiz_xx (where xx is your category id number)

//for example

ALTER TABLE `jos_bfquiz_34` ADD `DateCompleted` datetime NOT NULL;

Note, you may also want to set the value of DateCompleted to be same as DateReceived for existing data.

 

Try our software on your own website to see if it will suit your needs....yours FREE