What? One of the customizations inside fof custom plugin that uses custom post type.
Why? Used to allow users to test and practice their programming skills within lesson page
Where? Currently used on this lesson page.
Trello Card: Link
Plugin backend settings: /wp-admin/edit.php?post_type=fofeditor
Custom post type field: Title, Exercise Fields, Hint, Explanation, Code and Category.
Shortcode will list all the code editor using the "set" parameter with value of category on each code exercise.
[FofEmbedEditor set="basic-apex-declarations"]
Deployed on environments: Dev, Pre-live and Live
Implementation listed on this Trello card: Link