
The Tin Canny Reporting for LearnDash plugin adds new reporting capabilities for administrators and Group Leaders to LearnDash sites. A unique feature of the plugin is the Tin Can Report that helps you track the progress and completion of Articulate Storyline/Rise, Adobe Captivate, and iSpring modules published to Tin Can or SCORM, as well as H5P content*. The custom plugin also adds an Uploader to the WordPress Editor.
Here are the key features of the plugin:
- Tin Canny Elearning Content Uploader
- LearnDash and Tin Can reports
- Storage of Tin Can data in a local LRS inside WordPress (for supported content types)
- Automatic conversion of SCORM statements to Tin Can (for supported content types)
- Targeted reports for site administrators and group leaders
- Integration with LearnDash Mark Complete buttons
- Integration with Uncanny Simple Course Timer
4.1.4 [2022-12-01]
Updated:
- Tin Canny – Remove
shell_exec
dependancy and use WordPress FileSystem for various file management tasks #399
Fixed:
- Fix Leading space in translation #402
Developer:
- New do_action call to allow early exit #404
do_action( 'tincanny_before_process_request' );
4.1.3.1 [2022-11-23]
Updated:
- Removed
shell_exec
admin notice
4.1.3 [2022-11-22]
Updated:
- Admin Reporting – Sort module name drop-down list in ascending order #374
- Trigger custom JS event (
tincanny-learndash-statistics-contentchanged
) when LearnDash’s statistics content changes #354 - Added X-Robots header #345
Fixed:
- Fix path issue during module upload if WordPress is installed in a subfolder #372
- Course Report and User Report – PHP error with PHP 8.x+ in a certain situation #369
- Uploading process – Fixed removal of a new line character in the asset title #364
- Tin Canny Reporting – Fixed PHP Error if user data is not available #347
- User Report – First & Last name not appearing on Multisite #395
Internal:
- Improved PHP 8+ compatibility #385
- Dependency check
shell_exec
function #378 register_rest_route
was called incorrectly #367- Added in-plugin notifications #381
Developers:
- Reporting – Added filters to add the ability to exclude user roles and user ids from a report #376
apply_filters( 'uo_tincanny_reporting_exclude_roles', array() );
apply_filters( 'uo_tincanny_reporting_exclude_user_ids', array() );
- Question Analysis Report – Added do_action to append content #357
do_action( 'uo_tincanny_reporting_questions_no_quiz_selected' );
do_action( 'uo_tincanny_reporting_questions_no_multiple_choice' );
do_action( 'uo_tincanny_reporting_questions_table_beforebegin' );
do_action( 'uo_tincanny_reporting_questions_table_thead_afterbegin' );
do_action( 'uo_tincanny_reporting_questions_table_thead_beforeend' );
do_action( 'uo_tincanny_reporting_questions_table_tbody_afterbegin' );
do_action( 'uo_tincanny_reporting_questions_table_tbody_beforeend' );
do_action( 'uo_tincanny_reporting_questions_table_afterend' );
- Reporting API – Added new filters #352
apply_filters( 'uo_tincanny_reporting_restrict_group_leader_post', $restrict_group_leader_post, $group_id);
apply_filters( 'uo_tincanny_reporting_restrict_group_leader_postmeta', $restrict_group_leader_postmeta, $group_id);
apply_filters( 'uo_tincanny_reporting_restrict_group_leader_associated_posts', $restrict_group_leader_associated_posts, $group_id);
apply_filters( 'uo_tincanny_reporting_course_groups_enrolled', $results, $group_ids );