kangwonlee / assignment_meta_template

Meta template for Github Classroom assignments
Other
0 stars 0 forks source link

Title
과제 제목

Description
설명

Implementation
구현

File Table
파일 목록

File or Folder
파일 또는 폴더
Type
형식
Purpose
목적
Description
설명
Permission
권한
my_code_here.py Python Main Script
주 파일
Write your code to solve the assignment problem in this file.
이 파일에 과제 코드를 작성.
Modify
수정
sample.py Python Example Usage
사용 예
This file demonstrates how to use the assignment code.
과제 코드 사용 예.
Read-Only
읽기 전용
.github/workflows/ YAML CI/CD Configuration
연속 통합/배포 설정
Defines automated workflows for testing and deployment.
시험 배포 자동화 절차 설정.
Read-Only
읽기 전용
tests/ Python Test Cases
시험 파일
Tests to check the correctness of your code.
코드가 맞는지 시험.
Read-Only
읽기 전용

Function Table
함수 목록

function
함수
return type
반환 형
unit
단위
return value
반환값
f(x0, x1) float $m^2$ The area of the cross-section.
단면의 전체 면적.

Argument Table
매개변수 목록

argument
매개변수
return type
반환 형
unit
단위
return value
반환값
x0 float $m$ The width of the cross-section.
단면의 폭.
x1 float $m$ The height of the cross-section.
단면의 높이.

Return Value Key Table
매개변수 키 목록

return value key
반환값 key
type
unit
단위
value
'a_moment_above' float $m^3$ area moment of the section above the centroid. (>0)
중립축 위의 면적 모멘트. (>0)
'a_moment_below' float $m^3$ area moment of the section below the centroid. (>0)
중립축 아래의 면적 모멘트. (>0)
'close' bool - whether these two area moments are close to each other?
두 면적 모멘트가 가까운가?

Allowed Modules
허용 모듈 목록

module
모듈
description
설명
math math functions
수학 함수

Grading
평가

Criteria
기준
Points
배점
Python Grammar
파이썬 문법
2
Coding Style
모든 코드는 함수 안에
1
Final Result
최종 결과
2

Example

Notes
참고사항

References
참고문헌

NOTICE REGARDING STUDENT SUBMISSIONS
제출 결과물에 대한 알림