+
+ name( Icon::LEARNING_MOOD )->size( 20 )->render(); ?>
+
+
+
+ type( InputType::SELECT )
+ ->size( Size::SM )
+ ->name( 'learning_mood' )
+ ->options( $learning_mood_options )
+ ->value( $user_preferences['learning_mood'] ?? Options_V2::LEARNING_MODE_MODERN )
+ ->placeholder( __( 'Select mode', 'tutor' ) )
+ ->attr( 'x-bind', "register('learning_mood')" )
+ ->attr( 'style', 'min-width: 140px;' )
+ ->render();
+ ?>
+