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

Instructions For Creating and Submitting Effective Assignment Solutions

The document provides instructions for properly formatting and submitting assignment solutions on GitHub, including: 1. Creating a main folder for each assignment with a descriptive name and placing all answer files within with the correct file extensions. 2. Making an "Outputs" subfolder containing screenshots of code outputs with filenames matching the answer files. 3. Using original file formats like .html and .js instead of compressed formats, and following the specified folder structure when submitting on GitHub.

Uploaded by

aditya1611code
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views

Instructions For Creating and Submitting Effective Assignment Solutions

The document provides instructions for properly formatting and submitting assignment solutions on GitHub, including: 1. Creating a main folder for each assignment with a descriptive name and placing all answer files within with the correct file extensions. 2. Making an "Outputs" subfolder containing screenshots of code outputs with filenames matching the answer files. 3. Using original file formats like .html and .js instead of compressed formats, and following the specified folder structure when submitting on GitHub.

Uploaded by

aditya1611code
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Instructions for Creating and

Submitting Effective Assignment


Solutions

Introduction
This document provides detailed instructions on how to create and submit assignment
solutions in an organized and well-structured manner. Properly formatting and submitting
your assignments are essential for efficient grading and feedback.

Complete github submission guide is provided below accompanied with images.

Folder Structure

1. Create one main folder for each assignment solution.

- Folder name should be descriptive and correspond to the assignment title.

2. For all answers of an assignment make a single file and write your all answers over there
with correct formatting and correct extension. For javascript file .js, for html file .html, for css
file .css, for text file .txt. Don’t use .docx, .zip or .pdf etc.

- If a single answer contains multiple files, organize them within subfolders.

Output Screenshots

3. Create a folder named "Outputs" within the assignment folder.

4. Inside the "Outputs" folder, add screenshots of your code output. These screenshots
should capture the entire screen, including the terminal or console displaying the output.

5. Name the output images using the same format as your answer files. Add your
screenshots outputs withing a single file with correct format and alignment within a correct
sequence.
File Formats

8. Ensure that all files are in their original formats and have the correct extensions. For
example, use "index.html" and "index.js" instead of compressed formats like ".zip" or ".pdf."

9. Do not use any other file extensions that are not related to the assignment.

GitHub Submission

When submitting assignments through GitHub, follow the steps as mentioned here:

1. Go to https://github.com/. Then complete the signup for github as shown in the image
below. Then sign in and move forward.

– Make a new repository/repo as shown below.


– Specify repository name, make it public and click on create repository as shown below

– Click on upload existing files/folder as shown below. Here you can drag or choose all files
or folders containing answer files.
– After adding file/folder, specify commit change input field. Here you can mention what you
are adding, and then click on commit changes.

– Then copy your URL from top of your browser’s search field as shown below:
– And then submit it to dashboard.

Note:
1. Add your assignment files to the GitHub repo with their original file extensions and
names, adhering to the format mentioned earlier.
2. Do not submit files in formats like ".pdf," ".zip," or ".docx" on GitHub.
3. If these instructions are not followed, zero marks will be given.
4. A comprehensive guide on "How to Submit on GitHub" is provided, complete with
detailed instructions accompanied by images. And if you still face problems then you
can come to the chat/doubt support navigating to the left bottom from your course
dashboard.
By following these detailed instructions, you will ensure that your assignment submissions
are organized, clear, and easily accessible for grading and feedback.

You might also like