-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
넌센스퀴즈 만들기 #1
Open
dpqlsn
wants to merge
25
commits into
Bamdoliro:main
Choose a base branch
from
dpqlsn:Yebeen
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
넌센스퀴즈 만들기 #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
넌센스 퀴즈 시작하는 메인화면
시작하기 버튼과 주변 테두리를 꾸밈
퀴즈의 문제와 질문들
퀴즈 문제와 4개의 질문들, 6초 타이머
퀴즈 문제와 4개의 질문들, 6초 타이머
퀴즈 문제와 4개의 질문들, 6초 타이머
퀴즈 문제와 4개의 질문들, 6초 타이머
누적 점수를 알려줌
질문들의 위치와 질문 타이틀, 타이머 상세조정
정답을 맞추면 10점이 올라가고 맞추지 못하면 0점이 누적됨 6초를 넘길 시 0점 누적 후 다음화면으로 넘어감
정답을 맞추면 10점이 올라가고 맞추지 못하면 0점이 누적됨 6초를 넘길 시 0점 누적 후 다음화면으로 넘어감
정답을 맞추면 10점이 올라가고 맞추지 못하면 0점이 누적됨 6초를 넘길 시 0점 누적 후 다음화면으로 넘어감
정답을 맞추면 10점이 올라가고 맞추지 못하면 0점이 누적됨 6초를 넘길 시 0점 누적 후 다음화면으로 넘어감
누적된 최종점수를 알려주는 화면
파일을 만들때는 첫 페이지는 index.html, style.css, script.js로 시작하는게 좋아요. 그리고 파일명에서 단어가 띄워지는 부분은 이런 카멜케이스 형식(ex. firstQuiz.html)으로 하는게 좋아요. 파일명 짓는 방법도 있으니 참고해주세요. |
style.css랑 style2.css를 보니까 거의 같은 코드들이 반복이 되던데 같은 코드가 있기에 파일 하나안에서 해결하는것이 좋고, 만약 태그가 같은데 다른 css를 사용해야 하면 id나 class를 통해서 css를 주는게 좋아요. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📄 구현한 내용
🙋🏻 궁금한 점
🧐 해결한 것