How do I view my earned certificates/badges in my learning course on QuoDeck platform?

Follow these 3 simple steps to view your certificate/badges;

Step 1: Login to your learner app.

Step 2: Open the progress report page using application’s main slider menu.

Step 3: You will find a section that says “Certificates Collected”. You can find all your certificates under this section

Advertisement

What is the time limit to complete a learning course on QuoDeck platform?

If your trainer has not set any limit on given course, then there is no time limit to complete the course as an enrolled learner. The trainer can enforce a time limit with an access window defined by start and end date. If the trainer has applied such a window you will require to complete the course before the end date. Post end date, the course will appear in your list of courses, but it will not be accessible.

How to check my course score, does Quodeck even have any course score feature at all?

Yes, it does. There is a feature in QuoDeck that helps you to check your course completion scores, this feature will help you to keep a track on how much have you finished and whats left. Here’s what you need to do to view your Course Scores;

Step 1: Login to your learner app.

Step 2: Open the progress report page using application’s main slider menu.

Step 3: On this page, you’ll come across course cards on each course you have started with. Your scores will appear on each of those course cards.

How can we remove a property from a JavaScript object?

Objects are one of the essential building blocks of JavaScript Language. You simply can’t have an application that does not make use of Javascript Objects.

We will checkout how to remove a property from a JavaScript object that you already have defined.

Consider you have defined an Object employee as: 

var employee = {

    “name”: “John Doe”,

    “age”: 25,

    “salary”: 35000,

    “department”: “sales”

};

You want to remove property named “department” from employee object. You can do this with delete statement as:

delete employee.department;

How to set a new password for my QuoDeck Trainer account?

Here’s how you can set a new password for your trainer account on QuoDeck;

Step 1: Go to https://www.quodeck.com

Step 2:Navigate to the Trainer login page(find a button at the bottom right that takes you to this page)

Step 3: Click on Forgot Password button

Step 4: Enter your account username(your registered email address)

Step 5: Click on the ‘Send Mail’ button.

Step 6: You will receive an email containing a link to set a new password.

Step 7: Click on received link and set your new password.