Picture of Shahzad Shabbir
I need to know the theme of a course developed in Adapt Authoring Tool.
by Shahzad Shabbir - Sunday, 6 October 2019, 6:28 AM
 

Hi,

I am new to Adapt Authoring Tool. I need to develop a course exactly like http://elearning-demo.aprilstrategy.com/ukgt/#/. I don't have the source code of the course only link. Please guide me what is the theme and menu used in this course. Moreover, Is there any way to find or extract the theme and menu from a developed course. Any help in this regard would be highly appreciated.  

Best Regards,

Shahzad Shabbir 

Picture of Matt Leathes
Re: I need to know the theme of a course developed in Adapt Authoring Tool.
by Matt Leathes - Tuesday, 8 October 2019, 8:49 AM
 

In any Adapt v3 (or better) course you can find out what plugins were used to build it by executing this in the console:

require('core/js/adapt').build.toJSON();

FYI that course was not built using the Authoring Tool it was built using the Framework

Picture of Ailiniyazi Maimaiti
Re: I need to know the theme of a course developed in Adapt Authoring Tool.
by Ailiniyazi Maimaiti - Monday, 14 October 2019, 7:23 AM
 

Hi Shahzad,

 

I think the website from the link is a custimized Theme and Menu.

 

What you can do is, if you have some knowledge in HTML/CSS, just start to modify default Theme. My suggestion is install both of the Adapt Framework and Adapt Authoring Tool locally, then create course and contents from Authoring Tool, export it and use it in Adapt Framework, then modify the theme.