Quick fix :


Add following two lines of code in WP Admin - Plugins - Editor - WPLMS Customizer - wplms_Customizer.php



add_post_type_support( 'topic', 'front-end-editor' );

add_post_type_support( 'reply', 'front-end-editor' );