0% found this document useful (0 votes)
23 views

Accessing CodeTantra Coding Course - GLBITM

This document serves as a comprehensive guide for students on accessing the CodeTantra coding course, detailing the login process using their institute email and password. It explains how to navigate the CodeTantra portal, complete learning activities including MCQs and coding questions, and highlights important notes regarding code submission and evaluation. Additionally, it provides contact information for technical support.

Uploaded by

yagaofficial02
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Accessing CodeTantra Coding Course - GLBITM

This document serves as a comprehensive guide for students on accessing the CodeTantra coding course, detailing the login process using their institute email and password. It explains how to navigate the CodeTantra portal, complete learning activities including MCQs and coding questions, and highlights important notes regarding code submission and evaluation. Additionally, it provides contact information for technical support.

Uploaded by

yagaofficial02
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Accessing CodeTantra Coding Course

A comprehensive guide for the students

Table of Contents
1. Email Id and Password 2
2. How to access course through CodeTantra Portal 3
a) Completing a learning activity with MCQ in it 6
b) Completing a learning activity with coding question in it 7
c) Important Notes 7
To access the courses , you need to know the followings:
1. Email id and Password
2. How to access course through CodeTantra Portal
3. How to access course through CodeTantra
SEA

Let’s explore all these in detail.

1. Email Id and Password


Your institute email ids ([email protected]) have been registered on the portal
and OTP mails have been sent from [email protected] . Kindly search for this
mail in the inbox/spam folder and follow the instructions mentioned in the OTP mail to
set a password for your account and login.
If you are not able to find the OTP mail or OTP has expired or you have forgotten the
password, you can reset your password by clicking on Forgot Password option on the
login page of https://glbitm.codetantra.com/login.jsp

2. How to access course through CodeTantra Portal

1. Visit https://glbitm.codetantra.com/login.jsp

2. Click on the Courses tile on the homepage.


3. Click on the preferred course name.

4. Click on Contents visible on the dashboard.

5. Click on the Topic Name and the respective lesson you want to study from the list.
6. Selecting a lesson will show you a list of sub-topics and its associated learning
activities grouped together.

Once you access a course, you can complete a learning activity and move to the next
one.

a) Completing a learning activity with MCQ in it.


i. Read the learning content given in the left half of the screen.
ii. Read the question instructions present at the bottom of the learning content.
iii. Select all the correct answers.
iv. Click on the submit button to complete the learning activity.
Note: The right combination of the correct answers must be selected in order to
complete the learning activity.

b) Completing a learning activity with coding questions in it.


A coding question lets you write and execute a program using an inbuilt editor and
compiler. The system evaluates the written program automatically upon execution and
lets you move to the next question if the written program is producing the correct
output. The written program is evaluated using test cases.
Let’s say you have been asked to write a program which takes an integer input from a
user and print either Odd Number or Even Number. In this case, the program should
take one input from the user and produce one output. Any combination of an input and
its corresponding output can be a test case.

● A program can have n test cases.

● Some of the test cases are visible and the rest of them are hidden.

● Your program must pass all the test cases.

When you write a program and submit, the system will iterate through each test case
and for each test case, the system will provide input from the test case to your code
and compare your program output with the output of the test cases. If both these
outputs are matching, then the test case will be considered passed.

c)

Important Notes:
1. A question can be there with some code already written in the editor.
2. Any pre-written code with a red background indicates that it is non-editable.
3. Users must pay attention to the details of given Sample Test Cases before
solving a problem and try to produce the result as per the given test cases.
Consider the following output comparison. In Test case 1, the expected output is
lb:·264.0 but the user output is lb:··264.0. The difference here is one additional
space between lb: and 264.0 in user output.
To human eyes, both outputs look the same but to a computer it is not because
of character-by-character comparison. Therefore, it is important to pay attention
to the details of the test cases.
In this case, the user should modify the code to ensure that extra space is not
being printed and submit the code again.
For any technical query
Email: [email protected]

Call:

+91 799 541 7777

+91 630 500 7479

+91 630 500 8997

You might also like