Giter Site home page Giter Site logo

engenharia-de-software-desafio's Introduction

Software Engineering Challenge

Welcome to the Software Engineering Challenge repository!

This project is part of a challenge to demonstrate understanding and proficiency in software engineering concepts. It encompasses various aspects of software development, including analysis, design, implementation, and testing.

Table of Contents

  1. Introduction
  2. Features
  3. Installation
  4. Usage
  5. License
  6. Contact
  7. Disclaimer

Introduction

A spreadsheet of students was provided, containing their absence count and grades for 3 assessments.

The challenge is to calculate the average of the 3 assessments. If the average grade is:
m < 5 - Failing Grade
5 <= m < 7 - Final Exam
m >= 7 - Passed

If the number of absences exceeds 25% of the total number of classes, the student will have the status "Failed due to Absence," regardless of the average. If the status is "Final Exam," it is necessary to calculate the "Final Approval Grade" (naf) for each student according to the following formula:
5 <= (m + naf) / 2

If the student's situation is different from "Final Exam," fill in the "Final Approval Grade" field with 0.

Round the result to the nearest integer (increase) if necessary. Use log lines to track the activities of the application.

Features

  • Requirement Analysis: Analyze and understand the given requirements thoroughly.
  • Implementation: Code the solution adhering to best practices.
  • Documentation: Document the codebase and provide necessary instructions for setup, configuration, and usage.

Installation

To install and run this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/manuelaalecio/engenharia-de-software-desafio.git
  1. Install dependencies:
npm install
  1. Build the project:
npm run build

Usage

In process

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries or suggestions, feel free to contact the project maintainer:

Disclaimer

This project is for educational purposes and may contain bugs or incomplete features. Use it at your own discretion.

engenharia-de-software-desafio's People

Contributors

manuelaalecio avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.