Skip to content

Commit

Permalink
타종 소리 설정 페이지 문구 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
MinSeungHyun committed Sep 9, 2024
1 parent 21d6941 commit a4a3339
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,7 @@ class _AnnouncementSettingPageState extends State<AnnouncementSettingPage> {
Padding(
padding: const EdgeInsets.symmetric(horizontal: 28),
child: Text(
'수능 타종 소리는 지역별로, 학교별로 다를 수 있어요.',
style:
TextStyle(height: 1.35, color: Colors.grey.shade800),
),
),
const SizedBox(height: 4),
Padding(
padding: const EdgeInsets.symmetric(horizontal: 28),
child: Text(
'수능장에서의 타종 소리는 평소 연습하던 환경과 다를 수 있으니 다양한 타종 소리로 연습하는 것을 추천드려요.',
'수능 시험장에서의 타종 소리는 지역별로 다를 수 있어요. 혹시 모를 상황에 대비해 다양한 타종 소리로 연습해보세요.',
style:
TextStyle(height: 1.35, color: Colors.grey.shade800),
),
Expand Down
8 changes: 4 additions & 4 deletions lib/presentation/announcement_setting/announcement_type.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ class AnnouncementType {
const announcementTypes = [
AnnouncementType(
id: 2,
title: '2024학년도 수능 타종 소리 (경기도교육청)',
description: '클래식 음악',
title: '클래식 음악',
description: '2024학년도 수능에 사용된 음원',
),
AnnouncementType(
id: 1,
title: '2022학년도 수능 타종 소리 (인천광역시교육청)',
description: '삐 소리, 코로나 관련 안내가 포함되어 있음',
title: '부저음',
description: '2022학년도 수능에 사용된 음원 (코로나 관련 안내 포함)',
),
];

Expand Down
4 changes: 2 additions & 2 deletions lib/presentation/home/settings/settings_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class _SettingsViewState extends State<SettingsView> {
'기본 과목의 이름, 응시 시간 등을 바꾼 새로운 과목을 만들 수 있어요. (하프 모의고사, 내신 시험 등 커스텀 가능)',
showArrow: true,
),
const SettingDivider(),
const Subtitle(text: '소리 설정', margin: EdgeInsets.zero),
SettingTile(
onTap: _onNoiseSettingButtonTap,
title: '백색 소음, 시험장 소음 설정',
Expand All @@ -119,7 +119,7 @@ class _SettingsViewState extends State<SettingsView> {
SettingTile(
onTap: _onAnnouncementSettingButtonTap,
title: '타종 소리 설정',
description: '2024학년도 경기도교육청 사용 중',
description: '시험 중 재생되는 타종 소리의 종류를 선택할 수 있어요.',
showArrow: true,
),
const Subtitle(text: '기타', margin: EdgeInsets.zero),
Expand Down

0 comments on commit a4a3339

Please sign in to comment.