https://github.com/juseounghyun/learnenglish
WPF로 개발된 영어 시험 프로그램입니다.
https://github.com/juseounghyun/learnenglish
Last synced: about 2 months ago
JSON representation
WPF로 개발된 영어 시험 프로그램입니다.
- Host: GitHub
- URL: https://github.com/juseounghyun/learnenglish
- Owner: JUSEOUNGHYUN
- Created: 2025-04-08T14:13:39.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-08T14:16:17.000Z (about 2 months ago)
- Last Synced: 2025-04-08T15:27:29.466Z (about 2 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LearnEnglish
WPF로 개발된 영어 시험 프로그램입니다.
## 기능
- Excel 파일에서 문제 불러오기
- 세 가지 유형의 문제 지원 (Idiom, Word, Sentence)
- 한글 입력 지원
- 정답 확인 및 점수 계산
- 키보드 단축키 지원## 사용 방법
1. 시트 선택 (Idiom, Word, Sentence)
2. '문제 불러오기' 버튼 클릭
3. 답 입력 후 Enter 키 또는 '정답 확인' 버튼 클릭
4. 오답인 경우 'A' 키 또는 ESC 키로 다음 문제 건너뛰기 가능## 개발 환경
- .NET Framework
- WPF (Windows Presentation Foundation)
- Visual Studio 2022
- C### 필요 패키지
- EPPlus (Excel 파일 처리)