Fluent15.com is currently in pre-launch. We are still adding features and improving the learning experience.
Join our early access list and be among the first to start learning when we launch.

Get Early Access

ds-survey-page1

Free Trial – How It Works

1

Create Your Free Account

Register below to get started. No payment required.

2

Take Our Quick Survey

Help us understand your needs (2-3 minutes).

3

Enter Your Free Code

Use code Confucius2026 at checkout.


Create Your Free Account

.trial-info-container { max-width: 800px; margin: 0 auto; padding: 20px; } .steps { display: flex; justify-content: space-between; margin: 30px 0; } .step { text-align: center; flex: 1; padding: 20px; } .step-number { display: inline-block; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; background: #0073aa; color: white; font-size: 20px; font-weight: bold; margin-bottom: 15px; } .note { margin-top: 20px; padding: 10px; background: #f0f0f0; border-left: 4px solid #0073aa; }

Register

A weak password is required with at least 8 characters. To make it stronger, use both upper and lower case letters, numbers, and symbols.

Your personal data will be used to process your enrollment, support your experience on this website, and for other purposes described in our Privacy Policy.

After registration, you’ll see the survey button below.

// Check if user is logged in document.addEventListener(‘DOMContentLoaded’, function() { const isLoggedIn = document.body.classList.contains(‘logged-in’); if (isLoggedIn) { // Show survey button for logged-in users showSurveyButton(); } }); function showSurveyButton() { // Find the registration form area const registerArea = document.querySelector(‘.llms-register-form’); if (registerArea) { const surveyButton = document.createElement(‘div’); surveyButton.innerHTML = ‘
‘ + ‘

Ready for the next step?

‘ + ‘[qualtrics_button text=”Take the Survey →” class=”qualtrics-survey-button”]’ + ‘
‘; registerArea.parentNode.insertBefore(surveyButton.firstChild, registerArea.nextSibling); } }
Scroll to Top