Learner Landing Content - Welcome Message

Learner Landing Content - Welcome Message



This help guide will explain how to edit Platform Learner Landing Content, also known as the Platform Welcome Message


Visit your eAssessor Pro platform & log into your System Admin Account.

1. Log Into your System Admin Account.
If you have forgotten your account password, "Click" Forgotten Password?

2. Navigate to the "Admin" drop-down on the sidebar.


3. Once the drop-down appears, "Click" the Organisation button.


4. Then "Click" on the Branding tab.


5. Then scroll down to the bottom of the page and you will see the "Learner Landing Content" Section


6. From here you can see a Yes / No radio button to Enable and Disable the content. and below that you can see a box where you can start to enter your Welcome Message


7. For the text box, you can start to type in this box and style this in whatever way you prefer, for example I have added the following example message.


And this is how the example message above looks on a Learners Platform:



However, HTML Code is allowed to be entered into this text box, so you can style your welcome message in any way you wish.

For example, here is a basic Welcome Message in HTML Code that can be used and edited to your preference:

<!DOCTYPE html>
<!Demo Welcome Message>
<html>
 <body>

  <div class="main-content p-0">
    <div class="background-box">
     <h5 class="m-0"><b>Welcome to College Name Here and your Distance Learning Course. We hope that you enjoy studying with us and achieve your goals</br></h5>
    </div>
  </div>

 <style>

 .background-box {
                background: #095898;
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
                border-bottom-right-radius: 20px;
                border-bottom-left-radius: 20px;
                padding: 22px;
                color: white;
 }
 </style>

 </body>
</html>
And here is an example of how this Message Looks.



For additional help & information visit all Help Guides