https://earnest-pie-1eee3e.netlify.app/
Kullanıcıya çeşitli sorular soran bir quiz uygulamasında, kullanıcı sorulara belirli bir süre içinde cevap vermelidir.
Greeting Component: Question App başlamadan önce kullanıcıya karşılama ekranı gösterir.
Info Component: Test sırasında çeşitli durumları ve kalan süreyi gösterir.
Content Component: Soruları ve seçenekleri gösterir.
Footer Component: O anki soru numarasını ve toplam soru sayısını gösterir.
Toast Component: Test tamamlandığında sonuçları gösterir ve testi yeniden başlatma seçeneği sunar.
Test Başlangıcı: Kullanıcı, karşılama ekranında "Teste basla" butonuna tıkladığında test başlar.
Süre Yönetimi: Her soru için belirli bir süre vardır (30 sn). Kullanıcı seçenekleri ancak belirli bir süre geçtikten sonra (10 sn) seçebilir.
Soru Geçişleri: Kullanıcı doğru/yanlış cevabı seçtiğinde veya süre dolduğunda bir sonraki soruya geçilir.
Testin Tamamlanması: Tüm sorular cevaplandığında veya süre dolduğunda, sonuç ekranı (Toast Component) gösterilir.
Testi Yeniden Başlatma: Kullanıcı, sonuç ekranındaki butona tıklayarak testi yeniden başlatabilir.
https://earnest-pie-1eee3e.netlify.app/
In a quiz application that asks users various questions, the user must answer the questions within a specific time limit.
Greeting Component: Displays a welcome screen to the user before starting the Question App.
Info Component: Shows various statuses and the remaining time during the test.
Content Component: Displays the questions and options.
Footer Component: Shows the current question number and total number of questions.
Toast Component: Displays results when the test is completed and offers the option to restart the test.
Test Start: The user starts the test by clicking the "Start Test" button on the welcome screen.
Time Management: Each question has a specific time limit (30 seconds). The user can select options only after a certain time has passed (10 seconds).
Question Transitions: The application transitions to the next question when the user selects a correct/incorrect answer or when time runs out.
Test Completion: When all questions are answered or when time runs out, the result screen (Toast Component) is displayed.
Restarting the Test: Users can restart the test by clicking the button on the result screen.