この記事はWebアプリケーションなどが生成できるAI、DeepSiteのテスト用記事です。
Q1. What is the capital of France?
Q1. What is the capital of France?
Q2. What planet is known as the Red Planet?
Q3. What is the chemical symbol for gold?
問題 1 / 3
Q1. フランスの首都はどこですか?
Q2. 火星はどの惑星ですか?
.quiz-box { display: none; padding: 20px; border: 2px solid #ddd; border-radius: 10px; background: #f9f9f9; margin-bottom: 20px; } .quiz-box.active { display: block; } .quiz-option { display: block; margin: 10px 0; } .correct { background-color: #d1fae5; border-left: 5px solid #10b981; padding-left: 10px; } .wrong { background-color: #fee2e2; border-left: 5px solid #ef4444; padding-left: 10px; } .result-text { font-weight: bold; margin-top: 10px; } button { padding: 8px 16px; margin-top: 10px; background: #6366f1; color: #fff; border: none; border-radius: 6px; cursor: pointer; } #progress { margin-bottom: 20px; } .progress-bar-container { width: 100%; height: 10px; background: #e5e7eb; border-radius: 5px; overflow: hidden; } .progress-bar { height: 100%; background: #6366f1; width: 0%; transition: width 0.3s; }問題 1 / 3


