=== Quiz info shortcodes for LearnDash ===
Plugin URI: http://elearningcomplete.com
Description: Shortcodes to provide quiz info, to be used in Course certificate.
Version: 1.0.0
Author: E|Learning Complete
Author URI: http://www.elearningcomplete.com

Provide quiz info shortcodes to be used in Course certificate.
The quiz_id parameter is required to specify the quiz for which the sctatistics will be used.
 
== Description ==
Plugin provides two shortcodes.
1. [elc_ldquiz_info_cert ...] output quiz info based on quiz post ID.
   Examples:
     [elc_ldquiz_info_cert quiz_id=123 show="title"] - output quiz title.
     [elc_ldquiz_info_cert quiz_id=123 show="ref_id"] - output quiz statistics unique reference ID.
     [elc_ldquiz_info_cert quiz_id=123 show="percentage"] - output quiz score percentage.
     [elc_ldquiz_info_cert quiz_id=1013 show="completed" format="F j, Y"] - output quiz completed date/time.
     Note:
     Format parameter is optional. If not specified the site default as configured in Settings will be used.

1. [elc_ldquiz_info_avg ...] output average percentage for quizzes specified in list which includes the quiz post ID's.
   Example:
     [elc_ldquiz_info_avg quiz_id="123, 234"] output average percentage for the quizzes.

== Installation ==
Manual Upload via WordPress Admin.
If you have a copy of the plugin as a zip file, you can manually upload it and install it through the Plugins admin screen.

1. Navigate to Plugins > Add New.
1. Click the Upload Plugin button at the top of the screen.
1. Select the zip file from your local filesystem.
1. Click the Install Now button.
1. When installation is complete, you’ll see “Plugin installed successfully.” Click the Activate Plugin button at the bottom of the page.

== Update ==
Update a WordPress Plugin with a ZIP File.
If you have a copy of new version of the plugin as a zip file, you can manually upload it and install new version through the Plugins admin screen.

1. Navigate to Plugins > Add New.
1. Click the Upload Plugin button at the top of the screen.
1. Select the zip file from your local filesystem.
1. Click the Install Now button.
1. Click Replace current with uploaded

== Changelog ==

= 1.0 =
* Initial release.
