Tech and Coding

Posts related to tech and coding

Capture Data in Excel from LMS and SCORM Package

Capturing LRS-like data from an elearning course is a ultimate utopia for elearning developers and admins. LMS, along with SCORM, is usually restricted to a limited set of communication. Most LMSs are only configured to accept just the ‘Complete/Incomplete‘ like statements. xAPI? Well, we need LRS for that, and it needs another level of know-how. …

Capture Data in Excel from LMS and SCORM Package Read More »

Enabling FULL-SCREEN function in Articulate Storyline

The Challenge: I often face situations where the course(s) are embedded into a page and get frequent requests to enable a full-screen option for the embedded content. Articulate Storyline does not have a built-in full-screen option when the course plays in an iframe, or at an optimal size.  The Solution: Although it is better to let the IT …

Enabling FULL-SCREEN function in Articulate Storyline Read More »

Remove ‘Comments’ section from a WordPress page

  Goto page.php. It will appear something like this: ——————————————————————————————get_header(); ?> <div id=”primary” class=”site-content”><div id=”content” role=”main”> <?php while ( have_posts() ) : the_post(); ?><?php get_template_part( ‘content’, ‘page’ ); ?><?php comments_template( ”, true ); ?><?php endwhile; // end of the loop. ?> </div><!– #content –></div><!– #primary –> <?php get_sidebar(); ?><?php get_footer(); ?> —————————————————————————————- Remove the line …

Remove ‘Comments’ section from a WordPress page Read More »

Top