Spaces:
Sleeping
Sleeping
TOMOCHIN4 Claude Opus 4.5 commited on
Commit ·
3aa1dc8
1
Parent(s): c71b90b
fix: time_slot表示修正(AM→朝の配信)
Browse files🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- ChoTensai_Deli +1 -1
- PLAN.md +31 -5
- STATUS.md +27 -6
- gas/Code.js +3 -1
- gas/delivery_functions.js +70 -0
- gas/gemini_functions.js +4 -4
- log/LOG.md +53 -0
- 超天才クイズv3_GoogleSheets/Answers.html +0 -0
- 超天才クイズv3_GoogleSheets/DailyQuizzes.html +1 -1
- 超天才クイズv3_GoogleSheets/GeneratedQuestions.html +0 -0
- 超天才クイズv3_GoogleSheets/GeneratedQuestionsV2.html +1 -1
- 超天才クイズv3_GoogleSheets/QuestionDatabase.html +0 -0
- 超天才クイズv3_GoogleSheets/Sessions.html +1 -1
- 超天才クイズv3_GoogleSheets/Summaries.html +1 -1
- 超天才クイズv3_GoogleSheets/UserProfiles.html +1 -1
- 超天才クイズv3_GoogleSheets/UserQuestionUsage.html +0 -0
- 超天才クイズv3_GoogleSheets/Users.html +1 -1
ChoTensai_Deli
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit d7c6aca8b5b37ec89e172abcbc748ba8ae7c88e7
|
PLAN.md
CHANGED
|
@@ -1,14 +1,40 @@
|
|
| 1 |
-
# PLAN: 超天才クイズ v2.
|
| 2 |
|
| 3 |
> **作成日**: 2025-12-28
|
| 4 |
> **更新日**: 2025-12-29
|
| 5 |
-
> **ベースライン**:
|
| 6 |
-
>
|
| 7 |
-
> **バックアップ**: `V2.0.0/` に完全バックアップ済み
|
| 8 |
|
| 9 |
---
|
| 10 |
|
| 11 |
-
## v2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
| 項目 | 値 |
|
| 14 |
|------|-----|
|
|
|
|
| 1 |
+
# PLAN: 超天才クイズ v2.1.0 - UI移植(React+Tailwind)
|
| 2 |
|
| 3 |
> **作成日**: 2025-12-28
|
| 4 |
> **更新日**: 2025-12-29
|
| 5 |
+
> **ベースライン**: v2.0.0 STABLE(完全バックアップ済み `V2.0.0/`)
|
| 6 |
+
> **現在**: 🔄 **v2.1.0 UI移植 - デバッグ中**
|
|
|
|
| 7 |
|
| 8 |
---
|
| 9 |
|
| 10 |
+
## v2.1.0 UI移植(現在進行中)
|
| 11 |
+
|
| 12 |
+
| 項目 | 値 |
|
| 13 |
+
|------|-----|
|
| 14 |
+
| GAS バージョン | @56 |
|
| 15 |
+
| HuggingFace コミット | `3d66c2b` |
|
| 16 |
+
| ベース | v2.0.0 STABLE |
|
| 17 |
+
|
| 18 |
+
### 目的
|
| 19 |
+
V1.xのリッチUI(React + Tailwind CSS)をv2.0.0配信モードに移植し、統一されたデザインを実現
|
| 20 |
+
|
| 21 |
+
### 実装済み
|
| 22 |
+
- ✅ React 18 + Tailwind CSS CDN導入
|
| 23 |
+
- ✅ SPA構成(index.htmlのみで全画面管理)
|
| 24 |
+
- ✅ V1.xスタイル移植(ベージュ/ブラウン配色、フォント、アニメーション)
|
| 25 |
+
- ✅ apiClient.js(GAS API用)
|
| 26 |
+
- ✅ components.js(LoginScreen, HomeScreen, QuizScreen, ResultScreen, RankingScreen)
|
| 27 |
+
- ✅ getTodayQuizzes API追加(GAS)
|
| 28 |
+
|
| 29 |
+
### 未解決
|
| 30 |
+
- ❌ **getTodayQuizzesで配信リストが表示されない**
|
| 31 |
+
- DailyQuizzesシートにデータあり(2025-12-29-AM-jp, 2025-12-29-AM-math)
|
| 32 |
+
- 日付比較のロジックに問題がある可能性
|
| 33 |
+
- GASログで確認が必要
|
| 34 |
+
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
## v2.0.0 リリース完了(参照用)
|
| 38 |
|
| 39 |
| 項目 | 値 |
|
| 40 |
|------|-----|
|
STATUS.md
CHANGED
|
@@ -1,15 +1,36 @@
|
|
| 1 |
-
# プロジェクト: 超天才クイズ v2.
|
| 2 |
|
| 3 |
## ステータス概要
|
| 4 |
-
- **現在地**: ✅ **v2.
|
| 5 |
-
- **v1.8.1**: STABLE
|
| 6 |
-
- **v2.0.0**: STABLE
|
| 7 |
- **ブロッカー**: なし
|
| 8 |
-
- **次期開発**: v2.x
|
| 9 |
|
| 10 |
---
|
| 11 |
|
| 12 |
-
## v2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
| 項目 | 値 |
|
| 15 |
|------|-----|
|
|
|
|
| 1 |
+
# プロジェクト: 超天才クイズ v2.1.0 UI移植
|
| 2 |
|
| 3 |
## ステータス概要
|
| 4 |
+
- **現在地**: ✅ **v2.1.0 UI移植 - 完了**
|
| 5 |
+
- **v1.8.1**: STABLE稼働中(バックアップ `V1.8.1/`)
|
| 6 |
+
- **v2.0.0**: STABLE(バックアップ `V2.0.0/`)
|
| 7 |
- **ブロッカー**: なし
|
| 8 |
+
- **次期開発**: v2.x マイナーアップデート継続
|
| 9 |
|
| 10 |
---
|
| 11 |
|
| 12 |
+
## v2.1.0 リリース(UI移植)
|
| 13 |
+
|
| 14 |
+
| 項目 | 値 |
|
| 15 |
+
|------|-----|
|
| 16 |
+
| GAS バージョン | @57 |
|
| 17 |
+
| HuggingFace コミット | `d7c6aca` |
|
| 18 |
+
| ベース | v2.0.0 STABLE |
|
| 19 |
+
|
| 20 |
+
### 実装完了
|
| 21 |
+
- ✅ V1.xのReact+Tailwind UIを完全移植
|
| 22 |
+
- ✅ SPA構成に変更(index.htmlのみで全画面管理)
|
| 23 |
+
- ✅ apiClient.js(GAS API用)
|
| 24 |
+
- ✅ components.js(配信モード専用Reactコンポーネント)
|
| 25 |
+
- ✅ getTodayQuizzes API追加
|
| 26 |
+
- ✅ Code.jsにv2_get_today_quizzesルーティング追加(修正)
|
| 27 |
+
|
| 28 |
+
### 修正した問題
|
| 29 |
+
- ✅ v2_get_today_quizzesがCode.jsのv2Actionsリストに未登録だった
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
+
## v2.0.0 リリース情報(参照用)
|
| 34 |
|
| 35 |
| 項目 | 値 |
|
| 36 |
|------|-----|
|
gas/Code.js
CHANGED
|
@@ -82,6 +82,7 @@ function doGet(e) {
|
|
| 82 |
'v2_verify_token',
|
| 83 |
'v2_generate_token',
|
| 84 |
'v2_check_status',
|
|
|
|
| 85 |
'v2_trigger_morning', // 朝配信トリガー
|
| 86 |
'v2_trigger_afternoon', // 夕方配信トリガー
|
| 87 |
'v2_regenerate_am', // AM再生成
|
|
@@ -192,7 +193,8 @@ function doPost(e) {
|
|
| 192 |
'v2_update_class',
|
| 193 |
'v2_verify_token',
|
| 194 |
'v2_generate_token',
|
| 195 |
-
'v2_check_status'
|
|
|
|
| 196 |
];
|
| 197 |
|
| 198 |
if (v2Actions.includes(action)) {
|
|
|
|
| 82 |
'v2_verify_token',
|
| 83 |
'v2_generate_token',
|
| 84 |
'v2_check_status',
|
| 85 |
+
'v2_get_today_quizzes', // 今日の配信リスト取得
|
| 86 |
'v2_trigger_morning', // 朝配信トリガー
|
| 87 |
'v2_trigger_afternoon', // 夕方配信トリガー
|
| 88 |
'v2_regenerate_am', // AM再生成
|
|
|
|
| 193 |
'v2_update_class',
|
| 194 |
'v2_verify_token',
|
| 195 |
'v2_generate_token',
|
| 196 |
+
'v2_check_status',
|
| 197 |
+
'v2_get_today_quizzes' // 今日の配信リスト取得
|
| 198 |
];
|
| 199 |
|
| 200 |
if (v2Actions.includes(action)) {
|
gas/delivery_functions.js
CHANGED
|
@@ -70,6 +70,9 @@ function handleV2Action(action, params) {
|
|
| 70 |
|
| 71 |
switch (action) {
|
| 72 |
// 配信管理
|
|
|
|
|
|
|
|
|
|
| 73 |
case 'v2_get_delivery':
|
| 74 |
return getDeliveryQuiz(params);
|
| 75 |
|
|
@@ -114,6 +117,73 @@ function handleV2Action(action, params) {
|
|
| 114 |
// 配信管理関数
|
| 115 |
// ============================================================================
|
| 116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
/**
|
| 118 |
* 配信問題を取得
|
| 119 |
*
|
|
|
|
| 70 |
|
| 71 |
switch (action) {
|
| 72 |
// 配信管理
|
| 73 |
+
case 'v2_get_today_quizzes':
|
| 74 |
+
return getTodayQuizzes(params);
|
| 75 |
+
|
| 76 |
case 'v2_get_delivery':
|
| 77 |
return getDeliveryQuiz(params);
|
| 78 |
|
|
|
|
| 117 |
// 配信管理関数
|
| 118 |
// ============================================================================
|
| 119 |
|
| 120 |
+
/**
|
| 121 |
+
* 今日の配信クイズ一覧を取得
|
| 122 |
+
*
|
| 123 |
+
* @param {Object} params - { user_id }
|
| 124 |
+
* @returns {Object} - { success, quizzes: [{quiz_id, subject, time_slot, status}] }
|
| 125 |
+
*/
|
| 126 |
+
function getTodayQuizzes(params) {
|
| 127 |
+
try {
|
| 128 |
+
const spreadsheet = SpreadsheetApp.openById(SPREADSHEET_ID);
|
| 129 |
+
const dailyQuizzesSheet = spreadsheet.getSheetByName('DailyQuizzes');
|
| 130 |
+
|
| 131 |
+
if (!dailyQuizzesSheet) {
|
| 132 |
+
return { success: true, quizzes: [] };
|
| 133 |
+
}
|
| 134 |
+
|
| 135 |
+
// 今日の日付(JST)- GASではUtilities.formatDateを使用
|
| 136 |
+
const now = new Date();
|
| 137 |
+
const today = Utilities.formatDate(now, 'Asia/Tokyo', 'yyyy-MM-dd');
|
| 138 |
+
|
| 139 |
+
Logger.log('[getTodayQuizzes] Today (JST): ' + today);
|
| 140 |
+
|
| 141 |
+
// DailyQuizzesシートからデータ取得
|
| 142 |
+
const data = dailyQuizzesSheet.getDataRange().getValues();
|
| 143 |
+
const headers = data[0];
|
| 144 |
+
const quizIdIdx = headers.indexOf('quiz_id');
|
| 145 |
+
const dateIdx = headers.indexOf('delivery_date');
|
| 146 |
+
const subjectIdx = headers.indexOf('subject');
|
| 147 |
+
const timeSlotIdx = headers.indexOf('time_slot');
|
| 148 |
+
const statusIdx = headers.indexOf('status');
|
| 149 |
+
|
| 150 |
+
const quizzes = [];
|
| 151 |
+
|
| 152 |
+
for (let i = 1; i < data.length; i++) {
|
| 153 |
+
const row = data[i];
|
| 154 |
+
const quizId = row[quizIdIdx];
|
| 155 |
+
let deliveryDate = row[dateIdx];
|
| 156 |
+
|
| 157 |
+
// 日付形式を正規化
|
| 158 |
+
const originalDate = deliveryDate;
|
| 159 |
+
if (deliveryDate instanceof Date) {
|
| 160 |
+
deliveryDate = Utilities.formatDate(deliveryDate, 'Asia/Tokyo', 'yyyy-MM-dd');
|
| 161 |
+
} else if (typeof deliveryDate === 'string') {
|
| 162 |
+
deliveryDate = deliveryDate.split('T')[0];
|
| 163 |
+
}
|
| 164 |
+
|
| 165 |
+
Logger.log('[getTodayQuizzes] Row ' + i + ': quizId=' + quizId + ', originalDate=' + originalDate + ', normalizedDate=' + deliveryDate + ', today=' + today);
|
| 166 |
+
|
| 167 |
+
if (deliveryDate === today) {
|
| 168 |
+
quizzes.push({
|
| 169 |
+
quiz_id: quizId,
|
| 170 |
+
subject: row[subjectIdx],
|
| 171 |
+
time_slot: row[timeSlotIdx],
|
| 172 |
+
status: row[statusIdx] || 'active'
|
| 173 |
+
});
|
| 174 |
+
}
|
| 175 |
+
}
|
| 176 |
+
|
| 177 |
+
Logger.log('[getTodayQuizzes] Found ' + quizzes.length + ' quizzes for today');
|
| 178 |
+
|
| 179 |
+
return { success: true, quizzes: quizzes };
|
| 180 |
+
|
| 181 |
+
} catch (e) {
|
| 182 |
+
Logger.log('[getTodayQuizzes] Error: ' + e.message);
|
| 183 |
+
return { success: false, error: e.message };
|
| 184 |
+
}
|
| 185 |
+
}
|
| 186 |
+
|
| 187 |
/**
|
| 188 |
* 配信問題を取得
|
| 189 |
*
|
gas/gemini_functions.js
CHANGED
|
@@ -20,11 +20,11 @@ const GEMINI_CONFIG = {
|
|
| 20 |
DEFAULT_MODEL: 'gemini-flash-latest', // スクリプトプロパティで上書き可能
|
| 21 |
MAX_TOKENS: 65536, // 本システムと同じ(最大値)
|
| 22 |
TEMPERATURE: 1.0, // 本システムと同じ
|
| 23 |
-
// 用途別Thinking Budget
|
| 24 |
THINKING_BUDGET: {
|
| 25 |
-
GENERATION:
|
| 26 |
-
VALIDATION:
|
| 27 |
-
EVALUATION:
|
| 28 |
}
|
| 29 |
};
|
| 30 |
|
|
|
|
| 20 |
DEFAULT_MODEL: 'gemini-flash-latest', // スクリプトプロパティで上書き可能
|
| 21 |
MAX_TOKENS: 65536, // 本システムと同じ(最大値)
|
| 22 |
TEMPERATURE: 1.0, // 本システムと同じ
|
| 23 |
+
// 用途別Thinking Budget(すべて最大値)
|
| 24 |
THINKING_BUDGET: {
|
| 25 |
+
GENERATION: 65536, // 問題生成用
|
| 26 |
+
VALIDATION: 65536, // 検証用
|
| 27 |
+
EVALUATION: 65536 // 評価用
|
| 28 |
}
|
| 29 |
};
|
| 30 |
|
log/LOG.md
CHANGED
|
@@ -1,5 +1,58 @@
|
|
| 1 |
# 開発ログ
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## v2.0.0 問題配信サービス開発
|
| 4 |
|
| 5 |
### 2025-12-29 22:00 - v2.0.0 STABLE リリース完了 ✅
|
|
|
|
| 1 |
# 開発ログ
|
| 2 |
|
| 3 |
+
## v2.1.0 UI移植
|
| 4 |
+
|
| 5 |
+
### 2025-12-29 13:00 - v2.1.0 UI移植 完了 ✅
|
| 6 |
+
|
| 7 |
+
#### 実施作業
|
| 8 |
+
|
| 9 |
+
V1.xのReact+Tailwind UIをv2.0.0配信モードに完全移植
|
| 10 |
+
|
| 11 |
+
#### 変更内容
|
| 12 |
+
|
| 13 |
+
| ファイル | 変更 |
|
| 14 |
+
|---------|------|
|
| 15 |
+
| index.html | React SPA構成に変更 |
|
| 16 |
+
| css/style.css | V1.xスタイル移植 |
|
| 17 |
+
| js/apiClient.js | GAS API用に新規作成 |
|
| 18 |
+
| js/components.js | 配信モード専用Reactコンポーネント |
|
| 19 |
+
| js/config.js | GAS URL設定 |
|
| 20 |
+
| js/icons.js | V1.xから移植 |
|
| 21 |
+
| js/sessionManager.js | V1.xから移植 |
|
| 22 |
+
| gas/delivery_functions.js | getTodayQuizzes API追加 |
|
| 23 |
+
| gas/Code.js | v2_get_today_quizzesルーティング追加 |
|
| 24 |
+
|
| 25 |
+
#### 削除ファイル
|
| 26 |
+
- quiz.html, result.html, ranking.html(SPA化により不要)
|
| 27 |
+
- js/api.js, js/auth.js, js/quiz.js(apiClient.js, components.jsに統合)
|
| 28 |
+
|
| 29 |
+
#### デプロイ情報
|
| 30 |
+
|
| 31 |
+
| 項目 | 値 |
|
| 32 |
+
|------|-----|
|
| 33 |
+
| GAS | @57 |
|
| 34 |
+
| HuggingFace | `d7c6aca` |
|
| 35 |
+
|
| 36 |
+
#### 修正した問題
|
| 37 |
+
|
| 38 |
+
- ✅ **v2_get_today_quizzesがCode.jsのv2Actionsリストに未登録だった**
|
| 39 |
+
- 原因: delivery_functions.jsにはhandleV2Actionのcase追加済みだったが、Code.jsのv2Actionsリストに登録されていなかった
|
| 40 |
+
- 解決: doGet/doPost両方のv2Actionsリストに追加
|
| 41 |
+
|
| 42 |
+
#### API動作確認
|
| 43 |
+
|
| 44 |
+
```
|
| 45 |
+
curl v2_get_today_quizzes → success: true, quizzes: [jp, math]
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
#### ステータス
|
| 49 |
+
|
| 50 |
+
- ✅ UI移植完了
|
| 51 |
+
- ✅ getTodayQuizzes API動作確認済み
|
| 52 |
+
- 🔲 ブラウザE2Eテスト待ち
|
| 53 |
+
|
| 54 |
+
---
|
| 55 |
+
|
| 56 |
## v2.0.0 問題配信サービス開発
|
| 57 |
|
| 58 |
### 2025-12-29 22:00 - v2.0.0 STABLE リリース完了 ✅
|
超天才クイズv3_GoogleSheets/Answers.html
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
超天才クイズv3_GoogleSheets/DailyQuizzes.html
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type="text/css" rel="stylesheet" href="resources/sheet.css" >
|
| 2 |
-
<style type="text/css">.ritz .waffle a { color: inherit; }.ritz .waffle .s1{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s3{border-right:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s0{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s2{background-color:#ffffff;text-align:right;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}</style><div class="ritz grid-container" dir="ltr"><table class="waffle" cellspacing="0" cellpadding="0"><thead><tr><th class="row-header freezebar-vertical-handle"></th><th id="239183034C0" style="width:180px;" class="column-headers-background">A</th><th id="239183034C1" style="width:100px;" class="column-headers-background">B</th><th id="239183034C2" style="width:100px;" class="column-headers-background">C</th><th id="239183034C3" style="width:100px;" class="column-headers-background">D</th><th id="239183034C4" style="width:100px;" class="column-headers-background">E</th><th id="239183034C5" style="width:300px;" class="column-headers-background">F</th><th id="239183034C6" style="width:100px;" class="column-headers-background">G</th><th id="239183034C7" style="width:100px;" class="column-headers-background">H</th></tr></thead><tbody><tr style="height: 20px"><th id="239183034R0" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">1</div></th><td class="s0" dir="ltr">quiz_id</td><td class="s0" dir="ltr">delivery_date</td><td class="s0" dir="ltr">time_slot</td><td class="s0" dir="ltr">subject</td><td class="s0" dir="ltr">difficulty_pool</td><td class="s0" dir="ltr">question_ids</td><td class="s0" dir="ltr">created_at</td><td class="s0" dir="ltr">expires_at</td></tr><tr><th style="height:3px;" class="freezebar-cell freezebar-horizontal-handle"></th><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td></tr><tr style="height: 20px"><th id="239183034R1" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">2</div></th><td class="s1" dir="ltr">2025-12-28-AM-jp</td><td class="s2" dir="ltr">2025-12-28</td><td class="s1" dir="ltr">AM</td><td class="s1" dir="ltr">jp</td><td class="s1" dir="ltr">標準</td><td class="s1" dir="ltr">,,,,,,,,,</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T13:49:17.130Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T14:59:59.999Z</div></td></tr><tr style="height: 20px"><th id="239183034R2" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">3</div></th><td class="s1" dir="ltr">2025-12-28-AM-math</td><td class="s2" dir="ltr">2025-12-28</td><td class="s1" dir="ltr">AM</td><td class="s1" dir="ltr">math</td><td class="s1" dir="ltr">標準</td><td class="s1" dir="ltr">,,,,,,,,,</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T13:49:19.416Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T14:59:59.999Z</div></td></tr></tbody></table></div>
|
|
|
|
| 1 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type="text/css" rel="stylesheet" href="resources/sheet.css" >
|
| 2 |
+
<style type="text/css">.ritz .waffle a { color: inherit; }.ritz .waffle .s1{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s3{border-right:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s0{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s2{background-color:#ffffff;text-align:right;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}</style><div class="ritz grid-container" dir="ltr"><table class="waffle" cellspacing="0" cellpadding="0"><thead><tr><th class="row-header freezebar-vertical-handle"></th><th id="239183034C0" style="width:180px;" class="column-headers-background">A</th><th id="239183034C1" style="width:100px;" class="column-headers-background">B</th><th id="239183034C2" style="width:100px;" class="column-headers-background">C</th><th id="239183034C3" style="width:100px;" class="column-headers-background">D</th><th id="239183034C4" style="width:100px;" class="column-headers-background">E</th><th id="239183034C5" style="width:300px;" class="column-headers-background">F</th><th id="239183034C6" style="width:100px;" class="column-headers-background">G</th><th id="239183034C7" style="width:100px;" class="column-headers-background">H</th></tr></thead><tbody><tr style="height: 20px"><th id="239183034R0" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">1</div></th><td class="s0" dir="ltr">quiz_id</td><td class="s0" dir="ltr">delivery_date</td><td class="s0" dir="ltr">time_slot</td><td class="s0" dir="ltr">subject</td><td class="s0" dir="ltr">difficulty_pool</td><td class="s0" dir="ltr">question_ids</td><td class="s0" dir="ltr">created_at</td><td class="s0" dir="ltr">expires_at</td></tr><tr><th style="height:3px;" class="freezebar-cell freezebar-horizontal-handle"></th><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td></tr><tr style="height: 20px"><th id="239183034R1" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">2</div></th><td class="s1" dir="ltr">2025-12-28-AM-jp</td><td class="s2" dir="ltr">2025-12-28</td><td class="s1" dir="ltr">AM</td><td class="s1" dir="ltr">jp</td><td class="s1" dir="ltr">標準</td><td class="s1" dir="ltr">,,,,,,,,,</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T13:49:17.130Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T14:59:59.999Z</div></td></tr><tr style="height: 20px"><th id="239183034R2" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">3</div></th><td class="s1" dir="ltr">2025-12-28-AM-math</td><td class="s2" dir="ltr">2025-12-28</td><td class="s1" dir="ltr">AM</td><td class="s1" dir="ltr">math</td><td class="s1" dir="ltr">標準</td><td class="s1" dir="ltr">,,,,,,,,,</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T13:49:19.416Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T14:59:59.999Z</div></td></tr><tr style="height: 20px"><th id="239183034R3" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">4</div></th><td class="s1" dir="ltr">2025-12-29-AM-jp</td><td class="s2" dir="ltr">2025-12-29</td><td class="s1" dir="ltr">AM</td><td class="s1" dir="ltr">jp</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:297px;left:-1px">jp_009,jp_077,jp_150,jp_103,jp_227,jp_290,jp_305,jp_315,jp_342,jp_365</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29T02:51:38.118Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T14:59:59.999Z</div></td></tr><tr style="height: 20px"><th id="239183034R4" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">5</div></th><td class="s1" dir="ltr">2025-12-29-AM-math</td><td class="s2" dir="ltr">2025-12-29</td><td class="s1" dir="ltr">AM</td><td class="s1" dir="ltr">math</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:297px;left:-1px">math_010,math_054,math_095,math_130,math_163,math_218,math_248,math_316,math_350,math_363</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29T02:51:40.210Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T14:59:59.999Z</div></td></tr></tbody></table></div>
|
超天才クイズv3_GoogleSheets/GeneratedQuestions.html
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
超天才クイズv3_GoogleSheets/GeneratedQuestionsV2.html
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type="text/css" rel="stylesheet" href="resources/sheet.css" >
|
| 2 |
-
<style type="text/css">.ritz .waffle a { color: inherit; }.ritz .waffle .s0{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}</style><div class="ritz grid-container" dir="ltr"><table class="waffle" cellspacing="0" cellpadding="0"><thead><tr><th class="row-header freezebar-vertical-handle"></th><th id="630195231C0" style="width:100px;" class="column-headers-background">A</th><th id="630195231C1" style="width:100px;" class="column-headers-background">B</th><th id="630195231C2" style="width:100px;" class="column-headers-background">C</th><th id="630195231C3" style="width:100px;" class="column-headers-background">D</th><th id="630195231C4" style="width:100px;" class="column-headers-background">E</th><th id="630195231C5" style="width:100px;" class="column-headers-background">F</th><th id="630195231C6" style="width:100px;" class="column-headers-background">G</th><th id="630195231C7" style="width:100px;" class="column-headers-background">H</th><th id="630195231C8" style="width:100px;" class="column-headers-background">I</th><th id="630195231C9" style="width:100px;" class="column-headers-background">J</th><th id="630195231C10" style="width:100px;" class="column-headers-background">K</th></tr></thead><tbody><tr style="height: 20px"><th id="630195231R0" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">1</div></th><td class="s0" dir="ltr">generated_id</td><td class="s0" dir="ltr">quiz_id</td><td class="s0" dir="ltr">answer_id</td><td class="s0" dir="ltr">subject</td><td class="s0" dir="ltr">category</td><td class="s0" dir="ltr">difficulty</td><td class="s0" dir="ltr">question_text</td><td class="s0" dir="ltr">choices_json</td><td class="s0 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">correct_answer</div></td><td class="s0" dir="ltr">order_index</td><td class="s0" dir="ltr">created_at</td></tr><tr><th style="height:3px;" class="freezebar-cell freezebar-horizontal-handle"></th><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td></tr></tbody></table></div>
|
|
|
|
| 1 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type="text/css" rel="stylesheet" href="resources/sheet.css" >
|
| 2 |
+
<style type="text/css">.ritz .waffle a { color: inherit; }.ritz .waffle .s1{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s3{border-right:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s0{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s2{background-color:#ffffff;text-align:right;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}</style><div class="ritz grid-container" dir="ltr"><table class="waffle" cellspacing="0" cellpadding="0"><thead><tr><th class="row-header freezebar-vertical-handle"></th><th id="630195231C0" style="width:100px;" class="column-headers-background">A</th><th id="630195231C1" style="width:100px;" class="column-headers-background">B</th><th id="630195231C2" style="width:100px;" class="column-headers-background">C</th><th id="630195231C3" style="width:100px;" class="column-headers-background">D</th><th id="630195231C4" style="width:100px;" class="column-headers-background">E</th><th id="630195231C5" style="width:100px;" class="column-headers-background">F</th><th id="630195231C6" style="width:100px;" class="column-headers-background">G</th><th id="630195231C7" style="width:100px;" class="column-headers-background">H</th><th id="630195231C8" style="width:100px;" class="column-headers-background">I</th><th id="630195231C9" style="width:100px;" class="column-headers-background">J</th><th id="630195231C10" style="width:100px;" class="column-headers-background">K</th></tr></thead><tbody><tr style="height: 20px"><th id="630195231R0" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">1</div></th><td class="s0" dir="ltr">generated_id</td><td class="s0" dir="ltr">quiz_id</td><td class="s0" dir="ltr">answer_id</td><td class="s0" dir="ltr">subject</td><td class="s0" dir="ltr">category</td><td class="s0" dir="ltr">difficulty</td><td class="s0" dir="ltr">question_text</td><td class="s0" dir="ltr">choices_json</td><td class="s0 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">correct_answer</div></td><td class="s0" dir="ltr">order_index</td><td class="s0" dir="ltr">created_at</td></tr><tr><th style="height:3px;" class="freezebar-cell freezebar-horizontal-handle"></th><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td></tr><tr style="height: 20px"><th id="630195231R1" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">2</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">10ec4919-497e-4b07-9daf-d1db6b1510eb</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-jp</div></td><td class="s1" dir="ltr">jp_009</td><td class="s1" dir="ltr">jp</td><td class="s1" dir="ltr">JP01</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">日本列島を南から北までつらぬいて移動することを「日本○○」と言います。「横断」の対義語として、正しい漢字を選びなさい。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["縦段","従断","縦断","終断"]</div></td><td class="s1" dir="ltr">縦断</td><td class="s2" dir="ltr">0</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:36.018Z</div></td></tr><tr style="height: 20px"><th id="630195231R2" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">3</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">5e019ea7-edda-407c-9577-bb7c90d52b98</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-jp</div></td><td class="s1" dir="ltr">jp_077</td><td class="s1" dir="ltr">jp</td><td class="s1" dir="ltr">JP01</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">「神社の境内(○○○○)を掃除する」という文の下線部の正しい読み方を、次の中から選びなさい。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["きょうない","けいない","境内","きょうだい"]</div></td><td class="s1" dir="ltr">境内</td><td class="s2" dir="ltr">1</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:36.018Z</div></td></tr><tr style="height: 20px"><th id="630195231R3" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">4</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">5b8ad8af-595d-492f-b93b-ec7e333233f0</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-jp</div></td><td class="s1" dir="ltr">jp_150</td><td class="s1" dir="ltr">jp</td><td class="s1" dir="ltr">JP02</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">小さな子どもや立場の弱い者が、困難な状況に立ち向かっていく立派な様子を表す言葉として、最もふさわしいものを選びなさい。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["強気","健気","勇気","意気"]</div></td><td class="s1" dir="ltr">健気</td><td class="s2" dir="ltr">2</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:36.018Z</div></td></tr><tr style="height: 20px"><th id="630195231R4" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">5</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b5343350-20f0-47c4-baaa-cbb4d7ef5c68</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-jp</div></td><td class="s1" dir="ltr">jp_103</td><td class="s1" dir="ltr">jp</td><td class="s1" dir="ltr">JP02</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">次の熟語のうち、「食事を(給)支給する」という「〜を…する」という目的語の関係で成り立っている熟語を���びなさい。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["高低","給食","火災","平和"]</div></td><td class="s1" dir="ltr">給食</td><td class="s2" dir="ltr">3</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:36.018Z</div></td></tr><tr style="height: 20px"><th id="630195231R5" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">6</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2855c19e-0e33-4baa-a71f-d6e028a5e44d</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-jp</div></td><td class="s1" dir="ltr">jp_227</td><td class="s1" dir="ltr">jp</td><td class="s1" dir="ltr">JP03</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">客観的な根拠がなく、先入観だけで一方的に決めつけてしまう偏った考え方のことを、漢字二文字で何と言いますか。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["意見","偏見(へんけん)","発見","見解"]</div></td><td class="s1" dir="ltr">偏見(へんけん)</td><td class="s2" dir="ltr">4</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:36.018Z</div></td></tr><tr style="height: 20px"><th id="630195231R6" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">7</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">65be31c4-e9d7-44fa-aeb5-3a5b169e670c</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-jp</div></td><td class="s1" dir="ltr">jp_290</td><td class="s1" dir="ltr">jp</td><td class="s1" dir="ltr">JP04</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">登山のように、他人の束縛がなく自分の判断で行動できることと、その結果の責任を自分で負う概念の組み合わせを何と言いますか。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["自由と束縛","権利と義務","自由(じゆう)と責任(せきにん)","希望と絶望"]</div></td><td class="s1" dir="ltr">自由(じゆう)と責任(せきにん)</td><td class="s2" dir="ltr">5</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:36.018Z</div></td></tr><tr style="height: 20px"><th id="630195231R7" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">8</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">c40de482-7362-4beb-9efb-d664ff941e0a</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-jp</div></td><td class="s1" dir="ltr">jp_305</td><td class="s1" dir="ltr">jp</td><td class="s1" dir="ltr">JP05</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">随筆文などで、遠い故郷や過ぎ去った過去の出来事をなつかしく思い出す感情を指す言葉として、正しいものを選びなさい。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["情熱","郷愁(きょうしゅう)・ノスタルジー","哀愁","愛着"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">郷愁(きょうしゅう)・ノスタルジー</div></td><td class="s2" dir="ltr">6</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:36.018Z</div></td></tr><tr style="height: 20px"><th id="630195231R8" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">9</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">0d660c9c-6a1e-4147-8c8a-cd1a88264ac3</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-jp</div></td><td class="s1" dir="ltr">jp_315</td><td class="s1" dir="ltr">jp</td><td class="s1" dir="ltr">JP06</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">平安時代の歌人で、『古今和歌集』の編者の一人であ���、女性のふりをして「かな」で『土佐日記』を書いた人物はだれですか。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["清少納言","紫式部","紀貫之(きのつらゆき)","藤原道長"]</div></td><td class="s1" dir="ltr">紀貫之(きのつらゆき)</td><td class="s2" dir="ltr">7</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:36.018Z</div></td></tr><tr style="height: 20px"><th id="630195231R9" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">10</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b0198c0f-4091-4b38-85eb-1c18e83de89e</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-jp</div></td><td class="s1" dir="ltr">jp_342</td><td class="s1" dir="ltr">jp</td><td class="s1" dir="ltr">JP07</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">論説文で重視される「自然との共生」とは、どのような姿勢のことですか。最も適切な説明を選びなさい。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["科学技術を駆使して、人間にとって住みやすい環境を造り替えること。","自然の脅威をすべて排除し、安全な都市空間を広げていくこと。","科学文明による自然支配の限界を認め、人間と自然が対立せず、共に存続していく姿勢のこと。","経済発展のために、自然資源を効率よく利用し尽くすこと。"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">科学文明による自然支配の限界を認め、人間と自然が対立せず、共に存続していく姿勢のこと。</div></td><td class="s2" dir="ltr">8</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:36.018Z</div></td></tr><tr style="height: 20px"><th id="630195231R10" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">11</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">f67c093a-98cb-4cf9-aee2-4f3cdb2afa13</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-jp</div></td><td class="s1" dir="ltr">jp_365</td><td class="s1" dir="ltr">jp</td><td class="s1" dir="ltr">JP08</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">自由な競争によって利益を追求し、社会を豊かにしようとする経済体制を何と言いますか。環境問題とのジレンマもよく語られます。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["封建主義","資本主義","社会主義","民主主義"]</div></td><td class="s1" dir="ltr">資本主義</td><td class="s2" dir="ltr">9</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:36.018Z</div></td></tr><tr style="height: 20px"><th id="630195231R11" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">12</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">6ebe3df9-716a-4432-a1d1-0295209e790d</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-math</div></td><td class="s1" dir="ltr">math_010</td><td class="s1" dir="ltr">math</td><td class="s1" dir="ltr">MA01</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">時速72kmで走る自動車があります。この自動車の速さは、秒速何m(m/s)ですか。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["15m/s","20m/s","25m/s","30m/s"]</div></td><td class="s1" dir="ltr">20m/s</td><td class="s2" dir="ltr">0</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:38.310Z</div></td></tr><tr style="height: 20px"><th id="630195231R12" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">13</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">1d00a8d8-398c-4042-81a7-a276be277af5</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-math</div></td><td class="s1" dir="ltr">math_054</td><td class="s1" dir="ltr">math</td><td class="s1" dir="ltr">MA02</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">ある奇数Bを5倍して72を引いた数を30で割ると、商の整数部分が4になりました。このような条件にあてはまる奇数Bをすべて答えなさい。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["37, 39, 41","39, 41, 43","41, 43, 45","39, 43, 47"]</div></td><td class="s1" dir="ltr">39, 41, 43</td><td class="s2" dir="ltr">1</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:38.310Z</div></td></tr><tr style="height: 20px"><th id="630195231R13" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">14</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">a8a1bdf4-8402-455e-89f1-fe321aadfd2f</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-math</div></td><td class="s1" dir="ltr">math_095</td><td class="s1" dir="ltr">math</td><td class="s1" dir="ltr">MA03</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">機械3台で12日かかる仕事があります。最初の6日間は2台で行い、残りを3台で行うことにしました。あと何日で終わりますか。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["4日","6日","8日","10日"]</div></td><td class="s1" dir="ltr">8日</td><td class="s2" dir="ltr">2</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:38.310Z</div></td></tr><tr style="height: 20px"><th id="630195231R14" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">15</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">85f2e104-d495-4939-bbd6-cf43239e22d3</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-math</div></td><td class="s1" dir="ltr">math_130</td><td class="s1" dir="ltr">math</td><td class="s1" dir="ltr">MA04</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">1km離れたA地点とB地点から、太郎君は分速45m、次郎君は分速80mで向かい合って同時に出発しました。二人が出会うのは、A地点から何mの場所ですか。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["320mの地点","360mの地点","400mの地点","450mの地点"]</div></td><td class="s1" dir="ltr">360mの地点</td><td class="s2" dir="ltr">3</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:38.310Z</div></td></tr><tr style="height: 20px"><th id="630195231R15" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">16</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">a54adf15-0517-467d-ad45-2e3c5a3a769f</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-math</div></td><td class="s1" dir="ltr">math_163</td><td class="s1" dir="ltr">math</td><td class="s1" dir="ltr">MA05</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">ある仕事を終えるのに、Aさんは30日、Bさんは45日かかります。まずBさんが15日間仕事をし、残りをAさんが行うと、Aさんはあと何日かかりますか。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["15日","18日","20日","25日"]</div></td><td class="s1" dir="ltr">20日</td><td class="s2" dir="ltr">4</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:38.310Z</div></td></tr><tr style="height: 20px"><th id="630195231R16" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">17</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">971408ce-e1e8-4cae-92f0-a591c5da3308</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-math</div></td><td class="s1" dir="ltr">math_218</td><td class="s1" dir="ltr">math</td><td class="s1" dir="ltr">MA06</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">上底6cm、下底16cmの台形ABCDにおいて、内部の面積比から線分の比を求める問題です。DE:ECの比として正しいものを選びなさい。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["3:2","4:3","5:3","8:5"]</div></td><td class="s1" dir="ltr">5:3</td><td class="s2" dir="ltr">5</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:38.310Z</div></td></tr><tr style="height: 20px"><th id="630195231R17" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">18</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">0732e72a-3936-47e8-bef7-b9108f6caabe</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-math</div></td><td class="s1" dir="ltr">math_248</td><td class="s1" dir="ltr">math</td><td class="s1" dir="ltr">MA07</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">段差のある水そうに毎分3L給水しました。満水時の高さア、下段の高さイ、下段がたまる時間ウの数値の組み合わせとして正しいものを選びなさい。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["ア:40、イ:10、ウ:5","ア:42、イ:12、ウ:6","ア:45、イ:15、ウ:8","ア:50、イ:20、ウ:10"]</div></td><td class="s1" dir="ltr">ア:42、イ:12、ウ:6</td><td class="s2" dir="ltr">6</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:38.310Z</div></td></tr><tr style="height: 20px"><th id="630195231R18" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">19</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">5bcbd4b7-15fe-4ddc-813e-29509dc80010</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-math</div></td><td class="s1" dir="ltr">math_316</td><td class="s1" dir="ltr">math</td><td class="s1" dir="ltr">MA08</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">1〜5のカードが1枚ずつあり、A,Bが2枚ずつ持ちました。お互いの最大数を見せ合った情報から、選ばれなかった残りのカードを当てます。余った数字は何ですか。</div></td><td class="s1" dir="ltr">["1","3","4",5]</td><td class="s2" dir="ltr">5</td><td class="s2" dir="ltr">7</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:38.310Z</div></td></tr><tr style="height: 20px"><th id="630195231R19" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">20</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">1ee3787d-8081-4f2c-bbd1-5758e8220f83</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-math</div></td><td class="s1" dir="ltr">math_350</td><td class="s1" dir="ltr">math</td><td class="s1" dir="ltr">MA09</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">1から渦巻き状に数字を書いた表があります。真ん中の3×3(合計9個)の数字の和が1989であるとき、この表の1辺に並ぶ個数はいくつか求めなさい。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["13","14",15,"16"]</div></td><td class="s2" dir="ltr">15</td><td class="s2" dir="ltr">8</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:38.310Z</div></td></tr><tr style="height: 20px"><th id="630195231R20" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">21</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">16d154c2-918b-49a2-8bd2-5c5a0e7033a8</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29-AM-math</div></td><td class="s1" dir="ltr">math_363</td><td class="s1" dir="ltr">math</td><td class="s1" dir="ltr">MA10</td><td class="s1" dir="ltr">標準</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">仕事をAなら30日、Bなら45日かかります。Bが先に15日間仕事をしてから、残りをAが引き継いで終わらせました。Aが担当した日数は何日ですか。</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["20日","25日","30日","35日"]</div></td><td class="s1" dir="ltr">20日</td><td class="s2" dir="ltr">9</td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:51:38.310Z</div></td></tr></tbody></table></div>
|
超天才クイズv3_GoogleSheets/QuestionDatabase.html
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
超天才クイズv3_GoogleSheets/Sessions.html
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type="text/css" rel="stylesheet" href="resources/sheet.css" >
|
| 2 |
-
<style type="text/css">.ritz .waffle a { color: inherit; }.ritz .waffle .s1{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s5{border-left:none;background-color:#ffffff;}.ritz .waffle .s4{border-right:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s3{background-color:#ffffff;text-align:center;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s0{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s2{background-color:#ffffff;text-align:right;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s6{border-left:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}</style><div class="ritz grid-container" dir="ltr"><table class="waffle" cellspacing="0" cellpadding="0"><thead><tr><th class="row-header freezebar-origin-ltr"></th><th id="233265578C0" style="width:100px;" class="column-headers-background">A</th><th id="233265578C1" style="width:100px;" class="column-headers-background">B</th><th id="233265578C2" style="width:100px;" class="column-headers-background">C</th><th id="233265578C3" style="width:100px;" class="column-headers-background">D</th><th id="233265578C4" style="width:100px;" class="column-headers-background">E</th><th id="233265578C5" style="width:100px;" class="column-headers-background">F</th><th id="233265578C6" style="width:100px;" class="column-headers-background">G</th></tr></thead><tbody><tr style="height: 20px"><th id="233265578R0" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">1</div></th><td class="s0" dir="ltr">session_id</td><td class="s0" dir="ltr">user_id</td><td class="s0" dir="ltr">subjects</td><td class="s0" dir="ltr">start_time</td><td class="s0" dir="ltr">end_time</td><td class="s0" dir="ltr">total_score</td><td class="s0" dir="ltr">completed</td></tr><tr style="height: 20px"><th id="233265578R1" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">2</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b0e66039-bc2a-4ec6-8f6a-694bc6680bd2</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-20T04:16:00.303Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-20T04:17:54.811Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">30</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R2" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">3</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">9576dbaa-7932-4b3f-817c-469915b0772e</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-20T04:31:06.189Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-20T04:33:16.829Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">70</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R3" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">4</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">515012c0-ca54-484f-9630-696e557b3485</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-20T04:51:39.590Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-20T04:52:39.244Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">30</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R4" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">5</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">8cf7f6de-8d38-44a6-83f4-7ace173774bc</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T00:36:11.100Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T00:38:23.191Z</div></td><td class="s1" dir="ltr">["math"]</td><td class="s2" dir="ltr">40</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R5" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">6</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">422d8a85-913e-4264-8fac-bb6cb46ebcd8</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T00:59:44.411Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T01:01:26.986Z</div></td><td class="s1" dir="ltr">["soc"]</td><td class="s2" dir="ltr">30</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R6" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">7</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">33c71276-4e55-44ea-b832-4a1af374bd31</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T02:55:12.727Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T02:57:58.689Z</div></td><td class="s1" dir="ltr">["soc"]</td><td class="s2" dir="ltr">80</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R7" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">8</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">8783bc61-0bd1-4b2e-ab10-408ea65cbf4a</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">cf03a540-de8d-4b78-977c-df3a8d372098</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T03:03:54.153Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T03:06:43.113Z</div></td><td class="s1" dir="ltr">["soc"]</td><td class="s2" dir="ltr">50</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R8" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">9</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">d58d4fba-7b8a-4c7d-817f-4e8f72245fd0</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T12:09:03.276Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T12:10:58.938Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">90</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R9" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">10</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">c45d790b-0092-40fc-a146-7e7618363161</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T12:13:05.422Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T12:18:57.183Z</div></td><td class="s1" dir="ltr">["jp","math"]</td><td class="s2" dir="ltr">22</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R10" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">11</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">203c2210-20f2-43f2-86fe-25c5afdffcc2</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T12:24:12.524Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T12:34:06.122Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">20</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R11" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">12</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">14b509ef-a17a-4ee1-b5c6-0ddce8f7f950</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s4 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:41:01.065Z</div></td><td class="s5"></td><td class="s6" dir="ltr">["math"]</td><td class="s2" dir="ltr">0</td><td class="s3" dir="ltr">FALSE</td></tr><tr style="height: 20px"><th id="233265578R12" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">13</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">c0e70fcd-b6de-4919-83c8-85c51a1382eb</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s4 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:45:48.363Z</div></td><td class="s5"></td><td class="s6" dir="ltr">["math"]</td><td class="s2" dir="ltr">0</td><td class="s3" dir="ltr">FALSE</td></tr><tr style="height: 20px"><th id="233265578R13" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">14</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">d9b4d6a6-aff8-40b8-8688-eb4633e64f61</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T13:09:41.591Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T13:12:11.122Z</div></td><td class="s1" dir="ltr">["math"]</td><td class="s2" dir="ltr">30</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R14" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">15</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">6445709e-7a0e-4dc7-b525-37b34d46564a</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s4 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T23:55:24.915Z</div></td><td class="s5"></td><td class="s6" dir="ltr">["jp"]</td><td class="s2" dir="ltr">0</td><td class="s3" dir="ltr">FALSE</td></tr><tr style="height: 20px"><th id="233265578R15" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">16</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">8d6be157-231c-4bf4-977e-0d18482696df</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-22T00:04:36.616Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-22T00:06:01.124Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">70</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R16" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">17</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b6420ad9-9f9a-4f00-9aba-f45b523cf637</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">cf03a540-de8d-4b78-977c-df3a8d372098</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-25T03:00:36.471Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-25T03:03:35.052Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">60</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R17" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">18</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">d2869d42-d379-44c0-a917-7d9175e2a28d</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T00:32:31.432Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T00:34:40.242Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">100</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R18" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">19</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2bf1a6ce-f7fc-4482-90fb-cffef28fd019</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T02:44:25.903Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T02:49:24.945Z</div></td><td class="s1" dir="ltr">["sci","math"]</td><td class="s2" dir="ltr">40</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R19" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">20</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b1a98827-5ad5-497c-931a-ada1c0669188</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T14:03:14.862Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T14:04:29.004Z</div></td><td class="s1" dir="ltr">["soc"]</td><td class="s2" dir="ltr">50</td><td class="s3" dir="ltr">TRUE</td></tr></tbody></table></div>
|
|
|
|
| 1 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type="text/css" rel="stylesheet" href="resources/sheet.css" >
|
| 2 |
+
<style type="text/css">.ritz .waffle a { color: inherit; }.ritz .waffle .s1{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s5{border-left:none;background-color:#ffffff;}.ritz .waffle .s4{border-right:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s3{background-color:#ffffff;text-align:center;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s0{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s2{background-color:#ffffff;text-align:right;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s6{border-left:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}</style><div class="ritz grid-container" dir="ltr"><table class="waffle" cellspacing="0" cellpadding="0"><thead><tr><th class="row-header freezebar-origin-ltr"></th><th id="233265578C0" style="width:100px;" class="column-headers-background">A</th><th id="233265578C1" style="width:100px;" class="column-headers-background">B</th><th id="233265578C2" style="width:100px;" class="column-headers-background">C</th><th id="233265578C3" style="width:100px;" class="column-headers-background">D</th><th id="233265578C4" style="width:100px;" class="column-headers-background">E</th><th id="233265578C5" style="width:100px;" class="column-headers-background">F</th><th id="233265578C6" style="width:100px;" class="column-headers-background">G</th></tr></thead><tbody><tr style="height: 20px"><th id="233265578R0" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">1</div></th><td class="s0" dir="ltr">session_id</td><td class="s0" dir="ltr">user_id</td><td class="s0" dir="ltr">subjects</td><td class="s0" dir="ltr">start_time</td><td class="s0" dir="ltr">end_time</td><td class="s0" dir="ltr">total_score</td><td class="s0" dir="ltr">completed</td></tr><tr style="height: 20px"><th id="233265578R1" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">2</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b0e66039-bc2a-4ec6-8f6a-694bc6680bd2</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-20T04:16:00.303Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-20T04:17:54.811Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">30</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R2" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">3</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">9576dbaa-7932-4b3f-817c-469915b0772e</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-20T04:31:06.189Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-20T04:33:16.829Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">70</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R3" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">4</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">515012c0-ca54-484f-9630-696e557b3485</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-20T04:51:39.590Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-20T04:52:39.244Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">30</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R4" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">5</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">8cf7f6de-8d38-44a6-83f4-7ace173774bc</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T00:36:11.100Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T00:38:23.191Z</div></td><td class="s1" dir="ltr">["math"]</td><td class="s2" dir="ltr">40</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R5" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">6</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">422d8a85-913e-4264-8fac-bb6cb46ebcd8</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T00:59:44.411Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T01:01:26.986Z</div></td><td class="s1" dir="ltr">["soc"]</td><td class="s2" dir="ltr">30</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R6" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">7</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">33c71276-4e55-44ea-b832-4a1af374bd31</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T02:55:12.727Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T02:57:58.689Z</div></td><td class="s1" dir="ltr">["soc"]</td><td class="s2" dir="ltr">80</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R7" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">8</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">8783bc61-0bd1-4b2e-ab10-408ea65cbf4a</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">cf03a540-de8d-4b78-977c-df3a8d372098</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T03:03:54.153Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T03:06:43.113Z</div></td><td class="s1" dir="ltr">["soc"]</td><td class="s2" dir="ltr">50</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R8" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">9</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">d58d4fba-7b8a-4c7d-817f-4e8f72245fd0</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T12:09:03.276Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T12:10:58.938Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">90</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R9" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">10</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">c45d790b-0092-40fc-a146-7e7618363161</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T12:13:05.422Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T12:18:57.183Z</div></td><td class="s1" dir="ltr">["jp","math"]</td><td class="s2" dir="ltr">22</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R10" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">11</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">203c2210-20f2-43f2-86fe-25c5afdffcc2</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T12:24:12.524Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T12:34:06.122Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">20</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R11" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">12</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">14b509ef-a17a-4ee1-b5c6-0ddce8f7f950</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s4 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:41:01.065Z</div></td><td class="s5"></td><td class="s6" dir="ltr">["math"]</td><td class="s2" dir="ltr">0</td><td class="s3" dir="ltr">FALSE</td></tr><tr style="height: 20px"><th id="233265578R12" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">13</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">c0e70fcd-b6de-4919-83c8-85c51a1382eb</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s4 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:45:48.363Z</div></td><td class="s5"></td><td class="s6" dir="ltr">["math"]</td><td class="s2" dir="ltr">0</td><td class="s3" dir="ltr">FALSE</td></tr><tr style="height: 20px"><th id="233265578R13" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">14</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">d9b4d6a6-aff8-40b8-8688-eb4633e64f61</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T13:09:41.591Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T13:12:11.122Z</div></td><td class="s1" dir="ltr">["math"]</td><td class="s2" dir="ltr">30</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R14" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">15</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">6445709e-7a0e-4dc7-b525-37b34d46564a</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s4 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T23:55:24.915Z</div></td><td class="s5"></td><td class="s6" dir="ltr">["jp"]</td><td class="s2" dir="ltr">0</td><td class="s3" dir="ltr">FALSE</td></tr><tr style="height: 20px"><th id="233265578R15" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">16</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">8d6be157-231c-4bf4-977e-0d18482696df</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-22T00:04:36.616Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-22T00:06:01.124Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">70</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R16" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">17</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b6420ad9-9f9a-4f00-9aba-f45b523cf637</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">cf03a540-de8d-4b78-977c-df3a8d372098</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-25T03:00:36.471Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-25T03:03:35.052Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">60</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R17" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">18</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">d2869d42-d379-44c0-a917-7d9175e2a28d</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T00:32:31.432Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T00:34:40.242Z</div></td><td class="s1" dir="ltr">["jp"]</td><td class="s2" dir="ltr">100</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R18" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">19</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2bf1a6ce-f7fc-4482-90fb-cffef28fd019</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T02:44:25.903Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T02:49:24.945Z</div></td><td class="s1" dir="ltr">["sci","math"]</td><td class="s2" dir="ltr">40</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R19" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">20</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b1a98827-5ad5-497c-931a-ada1c0669188</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T14:03:14.862Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T14:04:29.004Z</div></td><td class="s1" dir="ltr">["soc"]</td><td class="s2" dir="ltr">50</td><td class="s3" dir="ltr">TRUE</td></tr><tr style="height: 20px"><th id="233265578R20" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">21</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">1afb48c0-5522-4001-b0c3-289d18d625bd</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s4 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:22:03.271Z</div></td><td class="s5"></td><td class="s6 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["jp","math","sci","soc"]</div></td><td class="s2" dir="ltr">0</td><td class="s3" dir="ltr">FALSE</td></tr></tbody></table></div>
|
超天才クイズv3_GoogleSheets/Summaries.html
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type="text/css" rel="stylesheet" href="resources/sheet.css" >
|
| 2 |
-
<style type="text/css">.ritz .waffle a { color: inherit; }.ritz .waffle .s1{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s2{border-right:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s0{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}</style><div class="ritz grid-container" dir="ltr"><table class="waffle" cellspacing="0" cellpadding="0"><thead><tr><th class="row-header freezebar-origin-ltr"></th><th id="951204024C0" style="width:100px;" class="column-headers-background">A</th><th id="951204024C1" style="width:100px;" class="column-headers-background">B</th><th id="951204024C2" style="width:100px;" class="column-headers-background">C</th><th id="951204024C3" style="width:100px;" class="column-headers-background">D</th><th id="951204024C4" style="width:100px;" class="column-headers-background">E</th><th id="951204024C5" style="width:100px;" class="column-headers-background">F</th><th id="951204024C6" style="width:100px;" class="column-headers-background">G</th></tr></thead><tbody><tr style="height: 20px"><th id="951204024R0" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">1</div></th><td class="s0" dir="ltr">summary_id</td><td class="s0" dir="ltr">session_id</td><td class="s0" dir="ltr">subject</td><td class="s0" dir="ltr">keywords</td><td class="s0" dir="ltr">topics</td><td class="s0" dir="ltr">summary</td><td class="s0" dir="ltr">created_at</td></tr><tr style="height: 20px"><th id="951204024R1" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">2</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">5dcf7ec5-85c0-4d91-b232-76e9d2da4485</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b0e66039-bc2a-4ec6-8f6a-694bc6680bd2</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["ようい","異なる","厚い","かげん","率いる","頭痛","給食","感銘","固定観念","健気"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の読み方「容易」","漢字の書き方「異なる」","漢字の使い分け「厚い友情」","漢字の読み方「加減」","送り仮名「率いる」","熟語の組み立て「頭痛」","熟語の組み立て「給食」","語彙の意味「感銘」","語彙の意味「固定観念」","感情語の選択「健気」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の読み書き、熟語の構成、語彙の意味を問う国語問題集。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-20T04:17:09.240Z</div></td></tr><tr style="height: 20px"><th id="951204024R2" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">3</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">4ee5d197-4d1f-4a2e-b516-98d95640c7b4</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">9576dbaa-7932-4b3f-817c-469915b0772e</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["かげん","かんしん","たいしょう","きょうきゅう","温暖","非常","台所","個人主義","コジンシュギ","羨望","体言止め","余韻","情景の強調"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の読み「加減」","漢字の読み「関心」","漢字の読み「対象」","漢字の読み「供給」","熟語の構成「温暖」","熟語の構成「非常」","熟語の読み方「台所」","説明文からのキーワード抽出「個人主義」","語彙の意味「羨望」","表現技法とその効果「体言止め」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の読み・熟語の構成・読み方、語彙、表現技法を問う国語問題。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-20T04:32:06.574Z</div></td></tr><tr style="height: 20px"><th id="951204024R3" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">4</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">be931e66-86ad-404a-ab07-33d12aa6f581</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">515012c0-ca54-484f-9630-696e557b3485</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["しょうたい","看病","独断","規模","提供","無責任","快い","慈悲深い","叙景","建設的な対話を通じた相互理解"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の読み「招待」","漢字の書き取り「看病」","漢字の書き取り「独断」","漢字の書き取り「規模」","漢字の書き取り「提供」","熟語の意味「無責任」","漢字の書き方と送り仮名「快い」","感情語の意味「慈悲深い」","文学表現技法「叙景」","文章読解「コミュニケーションの重要性」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の読み書き、熟語、語彙、文学技法、文章読解など、国語の基礎から応用までを問う。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-20T04:52:15.414Z</div></td></tr><tr style="height: 20px"><th id="951204024R4" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">5</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">42cec42f-cfa2-4849-8e4f-204160d49db7</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">8cf7f6de-8d38-44a6-83f4-7ace173774bc</div></td><td class="s1" dir="ltr">math</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["20分","14分","34分","サイコロ","4桁の整数","4の倍数","324通り","円周率","3.14","円柱","体積","2cm","1.444cm","18.14cm³","2点間の移動","毎秒14cm","毎秒6cm","2回目に重なる","16.8秒後","正方形","くり抜き","表面積","100cm","40cm","8400cm²","円周の長さ","直径10cm","31.4cm","徒競走","順位","CD","坂道","往復","毎時6km","毎時12km","平均速度","8km/時","所持金","分数","1/6","3/5","400円","1000円","2880円"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["時間の合計計算(移動時間)","サイコロの目の組み合わせによる4の倍数の数(場合の数)","円周率の値(一般的な使用)","円柱の体積計算(半径、高さ、円周率使用)","旅人算(往復運動での重なる時間)","くり抜き図形の片面面積計算","円周の長さ計算(直径と円周率使用)","順位確定問題(証言に基づく論理)","往復の平均速度計算","所持金計算(分数と残金)"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">算数の基礎計算、図形、速度、確率、論理、割合に関する応用問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T00:37:57.926Z</div></td></tr><tr style="height: 20px"><th id="951204024R5" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">6</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">e63c65ef-2084-4d8b-a345-e1f1ba7fe020</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">422d8a85-913e-4264-8fac-bb6cb46ebcd8</div></td><td class="s1" dir="ltr">soc</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["酪農","重化学工業","ロシア連邦","北方領土","殖産興業","明治政府","北条時宗","元寇","生類憐みの令","徳川綱吉","産業の空洞化","難民問題","大和政権","第6次産業"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["農業の種類(酪農)","日本の工業(重化学工業)","国際問題(北方領土問題)","明治時代の政策(殖産興業)","鎌倉時代の人物(北条時宗)","歴史的事件(元寇)","江戸時代の法令(生類憐みの令)","歴史上の人物(徳川綱吉)","現代の経済問題(産業の空洞化)","国際社会の課題(難民問題)","日本の古代史(大和政権)","現代の農業経営(第6次産業)"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">日本の歴史、地理、経済、国際問題、産業の基礎知識</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T01:00:40.734Z</div></td></tr><tr style="height: 20px"><th id="951204024R6" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">7</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2606a92b-fc73-415e-843f-f712e047e5ce</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">33c71276-4e55-44ea-b832-4a1af374bd31</div></td><td class="s1" dir="ltr">soc</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["促成栽培","てんさい","レアメタル","荘園","北条時宗","徳川綱吉","戊辰戦争","フェーン現象","エネルギー革命","生産調整","きゅうり","トマト","砂糖","北海道","携帯電話","電気自動車","墾田永年私財法","元寇","文永の役","弘安の役","生類憐みの令","犬公方","1868年","1869年","石炭","石油","1960年代","減反政策","米","転作"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["農業の栽培方法(促成栽培)","農業作物(てんさい)","資源(レアメタル)","歴史用語(荘園)","歴史上の人物(北条時宗)","歴史上の人物(徳川綱吉)","歴史上の戦い(戊辰戦争)","地理現象(フェーン現象)","経済・産業の歴史(エネルギー革命)","農業政策(生産調整)"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">社会科の農業、歴史、資源、地理、産業に関する問題</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T02:56:11.234Z</div></td></tr><tr style="height: 20px"><th id="951204024R7" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">8</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">eee67594-9d21-4f91-ae4c-4e2ac50bc3e4</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">8783bc61-0bd1-4b2e-ab10-408ea65cbf4a</div></td><td class="s1" dir="ltr">soc</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["本州四国連絡橋","西陣織","エジプト","ナイル川","大和政権","4世紀","源頼朝","1192年","楽市・楽座","織田信長","ワシントン会議","1921年","季節風","サウジアラビア","原油輸入","排他的経済水域","200海里"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["本州と四国を結ぶ橋の総称","京都府の伝統的工芸品(西陣織)","アフリカ北東部の国とナイル川(エジプト)","日本最初の統一政権の名称(大和政権)","鎌倉幕府を開いた人物(源頼朝)","織田信長の商業政策(楽市・楽座)","海軍軍縮や日英同盟解消の国際会議(ワシントン会議)","日本の気候に影響する風(季節風)","日本の主要原油輸入先(サウジアラビア)","沿岸国の経済的権利が及ぶ水域(排他的経済水域)"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">日本の地理・歴史、世界地理、国際関係、経済、気候に関する問題</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T03:04:41.255Z</div></td></tr><tr style="height: 20px"><th id="951204024R8" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">9</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">a2ed8408-74e7-40d9-a056-34c086cc82dc</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">d58d4fba-7b8a-4c7d-817f-4e8f72245fd0</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["いとなむ","こくもつ","ようい","補う","温暖","以外","意外","健やか","葛藤","広告","郷愁","五感描写"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の読み「営む」","漢字の読み「穀物」","漢字の読み「容易」","漢字の書き「補う」(おぎなう)","熟語の組み立て「保護」","同音異義語の使い分け「以外・意外」","送り仮名を含む漢字の書き「健やか」(すこやか)","語句の意味「葛藤」","筆者の意図推測「広告の背景」","随筆における感情表現「郷愁」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の読み書き、熟語の構成、語句の使い分け、文章読解まで、幅広い国語知識を問う問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:09:52.165Z</div></td></tr><tr style="height: 20px"><th id="951204024R9" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">10</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b24ed971-8319-4ff1-a29e-c42bb8a2eb73</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">c45d790b-0092-40fc-a146-7e7618363161</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["招待","器用","導く","異なる","快方","解放","悪夢","贈与","ゾウヨ","解放感","本屋","情景描写"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の書き取り「招待」","漢字の読み方「器用」","漢字の書き取り「導く」","漢字の書き取り「異なる」","同音異義語「快方/解放」","熟語の組み立て方「悪夢」","書籍タイトルキーワードのカタカナ表記「贈与(ゾウヨ)」","感情を表す言葉「解放感」","熟語の読み方「重箱読み(本屋)」","表現技法「情景描写」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の読み書き、熟語、語彙、表現技法に関する国語問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:14:21.420Z</div></td></tr><tr style="height: 20px"><th id="951204024R10" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">11</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">e6aa80f5-b29a-4f9d-8607-c0abeec1590d</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">c45d790b-0092-40fc-a146-7e7618363161</div></td><td class="s1" dir="ltr">math</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["徒競走","順位","CDBAE","最小公倍数","電球","24秒後","活動周期","3日おき","4日おき","5日おき","60日後","パン","合計金額","個数","4800円","120円","180円","240円","9個","10個","11個","13個","定価","割引","最終売値","80000円","20%引き","15%引き","54400円","96000円","25%引き","57600円","72000円","43200円","電車","すれ違い","相対速度","距離","時間","120m","200m","分速900m","分速780m","11.4秒","分速1020m","10秒","分速180m","17.78秒","分速768m","分速0m","25秒","等差数列","初項","公差","和","第10項","210","第9項","81","出会う時間","8km","分速50m","分速100m","53.33分後","8.1km","54分後","仕事算","人数","日数","仕事量","10日","円","通過面積","半径1cm","直径2cm","正五角形","6cm","72.56c㎡","扇形","中心角90度","半径2cm","18.14c㎡","正方形","一辺4cm","44.56c㎡","特殊な図形"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["順位決定問題(徒競走の条件整理)","周期問題(最小公倍数の計算)","周期問題(3者の活動が重なる日)","代金計算問題(複数商品の個数と合計金額)","割引計算問題(複数回の割引率適用)","速さの問題(電車のすれ違い)","速さの問題(出会い算)","等差数列の和の計算","仕事算(残りの仕事日数)","図形問題(円が正五角形の外側を転がる面積)","図形問題(円が扇形の外側を転がる面積)","図形問題(円が正方形の外側を転がる面積)","図形問題(円が特殊な図形の外側を転がる面積)"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">徒競走順位、割引計算、速さ、仕事算、最小公倍数、等差数列、図形面積など、様々な算数応用問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:14:48.415Z</div></td></tr><tr style="height: 20px"><th id="951204024R11" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">12</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">fad970c0-1823-48cc-8fc6-c3ade1579fc5</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">203c2210-20f2-43f2-86fe-25c5afdffcc2</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["加減","厳密","宇宙","規模","無事","導く","敬う","罪悪感","コロナ禍","詩のイメージ"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の書き取り(空欄補充)「加減」","漢字の読み方「厳密(げんみつ)」","漢字の書き取り(空欄補充)「宇宙」","漢字の読み方「規模(きぼ)」","熟語の意味「無事」","カタカナを漢字に直す(送り仮名)「導く」","カタカナを漢字に直す(送り仮名)「敬う」","熟語の意味「罪悪感」","文章読解(理由説明)「コロナ禍と教養」","詩の読解(概念理解)「イメージ」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の読み書き、熟語、文章・詩の読解に関する問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:25:00.111Z</div></td></tr><tr style="height: 20px"><th id="951204024R12" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">13</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">a2749203-5d05-45c0-9f5c-3f32ab6c2e61</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">14b509ef-a17a-4ee1-b5c6-0ddce8f7f950</div></td><td class="s1" dir="ltr">math</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["2時間35分10秒","3 + 4 × (10 - 1)","17km","6時間後","1000円","0.57","78.5 cm³","45","8分後","11個","等差数列","旅人算","比","円錐","正方形と半円","連続する整数","割り算の商と余り","円周率3.14","三平方の定理"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["時間の四則演算(秒への変換を含む)","等差数列の一般項の公式","距離の計算(速さと時間)","旅人算(相対速度を利用した池の周りの出会い)","金額の比の計算(使った金額を求める)","複合図形の面積計算(正方形と半円)","円錐の体積計算(回転によってできる円錐)","連続する整数の和の計算","割り算の余りを使った整数の個数計算"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">算数の基本的な計算、速さ、比、図形、数列などの問題。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:42:21.675Z</div></td></tr><tr style="height: 20px"><th id="951204024R13" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">14</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">149a1214-605e-4fd9-bf98-678a7a27d919</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">c0e70fcd-b6de-4919-83c8-85c51a1382eb</div></td><td class="s1" dir="ltr">math</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["54","等差数列の公式","a + (n - 1) × d","連続する整数の和","45","円柱の体積","6280 cm³","3.14","列車の通過時間","10秒間","道のり算","7.5 km","円すいの体積","62.8 cm³","列車のすれ違い時間","8.75秒","群数列","分数数列","8/21","流水算","7 km/時"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["四則演算の計算(括弧を含む)","等差数列の公式","連続する整数の和の計算(1から9)","円柱の体積計算(長方形の回転体)","列車の通過時間計算(踏切)","道のり計算(時間と速さから)","円すいの体積計算","列車のすれ違い時間計算","分数数列(群数列)の規則性発見と特定","流水算(静水時の速さ計算)"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">算数の四則演算、数列、図形の体積、速さ、群数列、流水算</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:46:49.215Z</div></td></tr><tr style="height: 20px"><th id="951204024R14" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">15</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">ec697b53-5ec9-44ec-b584-500d5061a380</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">d9b4d6a6-aff8-40b8-8688-eb4633e64f61</div></td><td class="s1" dir="ltr">math</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["45","43200円","5051番目","20%","3日間","84cm²","96と105","30分後","63cm³","等差数列の和","食塩水の濃度","仕事算","旅人算","立体の切断"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["等差数列の和(1から9の合計)","等差数列の和(おこづかいの合計)","群数列(101が最初に出る番目)","食塩水の濃度(混合による濃度変化)","仕事算(途中で休んだ日数の計算)","等差数列の和(並べたタイルの総数)","相似比(直方体の影の面積算出)","整数の性質(各位の和が15の整数)","��人算(往復路での2回目の出会い)","立体の切断(立方体の切断後の体積)"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">等差数列や旅人算、仕事算、立体図形など、中学受験算数の典型的な文章題と図形問題のセット。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T13:10:47.058Z</div></td></tr><tr style="height: 20px"><th id="951204024R15" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">16</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">eaa4cfba-65e2-4c21-897e-992f9c395cdc</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">8d6be157-231c-4bf4-977e-0d18482696df</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["補う","異なる","規模","厚い","導く","検討","謝る","うなだれる","利他","倒置法"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の使い分け「補う」","漢字と読み「異なる」","語句の読み「規模」","同音異義語の使い分け「厚い」","漢字の使い分け「導く」","語彙の選択「検討」","送り仮名の表記「謝る」","語句の意味と選択「うなだれる」","教養の用語「利他」","表現技法の識別「倒置法」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の使い分けや読み、重要語彙の意味、倒置法などの表現技法に関する国語の問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-22T00:05:19.041Z</div></td></tr><tr style="height: 20px"><th id="951204024R16" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">17</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">4f5e51b1-139c-43bf-b21c-75d8ad07b8ba</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b6420ad9-9f9a-4f00-9aba-f45b523cf637</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["導く","預ける","招待","現れる","同訓異字","読書","増加","葛藤","東洋","情趣"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["「導く」の漢字選択","「預ける」の漢字選択","「招待」の読み方","「現れる」の送り仮名","同訓異字の定義","熟語「給食」「読書」の組み立て","熟語「禁止」「増加」の組み立て","「葛藤」の意味と語彙","論説文における「東洋」の世界観","文学的表現における「情趣」の意味"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の表記や読み、熟語の構成に加え、心情や文学的表現に関する語彙力を問う問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-25T03:01:18.393Z</div></td></tr><tr style="height: 20px"><th id="951204024R17" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">18</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">7e0c47a1-79d4-40c9-954b-5e9808a007a1</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">d2869d42-d379-44c0-a917-7d9175e2a28d</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["穴(あなかんむり)","脳","一体感","無愛想","高揚","ヤングケアラー","体験と感想","松尾芭蕉","自分を演じる","資本主義"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の部首「窓(穴)」","漢字の使い分け「頭脳(脳)」","語彙の語義「一体感」「無愛想」「高揚」","社会問題の用語「ヤングケアラー」","随筆文の構成「体験と感想」","文学史・俳諧「松尾芭蕉」","物語文の読解テーマ「自分を演じる」","論説文の読解テーマ「資本主義」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字・語彙の知識から文学史、現代社会のテーマを含む読解の背景知識までを幅広く問う国語の総合問題。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T00:33:16.483Z</div></td></tr><tr style="height: 20px"><th id="951204024R18" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">19</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">1fe23acc-fa2a-4323-a618-40babb577785</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2bf1a6ce-f7fc-4482-90fb-cffef28fd019</div></td><td class="s1" dir="ltr">sci</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["24秒間","およそ38週","泥(粘土)","付着毛","離弁花","50g","中和熱","ムラサキキャベツの煮出し液","密度","紫色の光"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["液体の加熱時間の計算","ヒトの胎児の受精から誕生までの期間","川の運搬・堆積作用による泥の沈降","メダカの卵にある付着毛の役割","離弁花の分類と具体例","てこの原理を用いたおもりの計算","中和反応時に発生する中和熱","ムラサキキャベツ液の変色反応","水・油・氷の密度差による浮き沈み","プリズムによる光の屈折率の違い"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">生物・化学・地学・物理の各分野から、実験、計算、科学用語を幅広く問う理科の総合問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T02:45:36.304Z</div></td></tr><tr style="height: 20px"><th id="951204024R19" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">20</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">74d39ce9-ac71-40bc-b141-28303a2e547c</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2bf1a6ce-f7fc-4482-90fb-cffef28fd019</div></td><td class="s1" dir="ltr">math</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["15","40秒","45通り","75.36","55歳","5:3","784","3分20秒","4550円","44立方センチメートル","通過算","道順","分配法則","年齢算","つるかめ算","比の性質","立方体"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["3つの整数の積から和を求める問題","列車の通過算(橋の通過時間)","格子状の道の最短経路(積の法則)","3.14を用いた分配法則の計算","母と子の年齢の合計に関する年齢算","台形の面積と線分比の計算","規則性のある整数の和の2乗計算","行列の解消に関するつるかめ算","やり取りによる金額の比の変化(比の合成)","小立方体をくり抜いた残りの体積計算"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">整数、速さ、比、図形、特殊算など、中学受験レベルの多様な算数問題。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T02:45:46.123Z</div></td></tr><tr style="height: 20px"><th id="951204024R20" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">21</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">5dcd2208-9cbc-4147-8762-a1ef4173a219</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b1a98827-5ad5-497c-931a-ada1c0669188</div></td><td class="s1" dir="ltr">soc</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["日本海側の気候","客土","ブラジル","空海","御成敗式目","太閤検地","八幡製鉄所","欽定憲法","労働基準法","団塊の世代"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["日本の気候区分「日本海側の気候」","石狩平野の土地改良「客土」","南アメリカの国と歴史「ブラジル」","平安時代の僧「空海」","鎌倉時代の武家法「御成敗式目」","豊臣秀吉の土地調査「太閤検地」","明治時代の官営工場「八幡製鉄所」","大日本帝国憲法の形式「欽定憲法」","労働条件の最低基準「労働基準法」","戦後の人口急増世代「団塊の世代」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">日本の地理、歴史の重要事項から現代の法律・社会問題までを幅広く網羅した社会科の総合的な問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T14:04:06.967Z</div></td></tr></tbody></table></div>
|
|
|
|
| 1 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type="text/css" rel="stylesheet" href="resources/sheet.css" >
|
| 2 |
+
<style type="text/css">.ritz .waffle a { color: inherit; }.ritz .waffle .s1{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s2{border-right:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s0{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}</style><div class="ritz grid-container" dir="ltr"><table class="waffle" cellspacing="0" cellpadding="0"><thead><tr><th class="row-header freezebar-origin-ltr"></th><th id="951204024C0" style="width:100px;" class="column-headers-background">A</th><th id="951204024C1" style="width:100px;" class="column-headers-background">B</th><th id="951204024C2" style="width:100px;" class="column-headers-background">C</th><th id="951204024C3" style="width:100px;" class="column-headers-background">D</th><th id="951204024C4" style="width:100px;" class="column-headers-background">E</th><th id="951204024C5" style="width:100px;" class="column-headers-background">F</th><th id="951204024C6" style="width:100px;" class="column-headers-background">G</th></tr></thead><tbody><tr style="height: 20px"><th id="951204024R0" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">1</div></th><td class="s0" dir="ltr">summary_id</td><td class="s0" dir="ltr">session_id</td><td class="s0" dir="ltr">subject</td><td class="s0" dir="ltr">keywords</td><td class="s0" dir="ltr">topics</td><td class="s0" dir="ltr">summary</td><td class="s0" dir="ltr">created_at</td></tr><tr style="height: 20px"><th id="951204024R1" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">2</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">5dcf7ec5-85c0-4d91-b232-76e9d2da4485</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b0e66039-bc2a-4ec6-8f6a-694bc6680bd2</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["ようい","異なる","厚い","かげん","率いる","頭痛","給食","感銘","固定観念","健気"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の読み方「容易」","漢字の書き方「異なる」","漢字の使い分け「厚い友情」","漢字の読み方「加減」","送り仮名「率いる」","熟語の組み立て「頭痛」","熟語の組み立て「給食」","語彙の意味「感銘」","語彙の意味「固定観念」","感情語の選択「健気」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の読み書き、熟語の構成、語彙の意味を問う国語問題集。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-20T04:17:09.240Z</div></td></tr><tr style="height: 20px"><th id="951204024R2" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">3</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">4ee5d197-4d1f-4a2e-b516-98d95640c7b4</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">9576dbaa-7932-4b3f-817c-469915b0772e</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["かげん","かんしん","たいしょう","きょうきゅう","温暖","非常","台所","個人主義","コジンシュギ","羨望","体言止め","余韻","情景の強調"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の読み「加減」","漢字の読み「関心」","漢字の読み「対象」","漢字の読み「供給」","熟語の構成「温暖」","熟語の構成「非常」","熟語の読み方「台所」","説明文からのキーワード抽出「個人主義」","語彙の意味「羨望」","表現技法とその効果「体言止め」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の読み・熟語の構成・読み方、語彙、表現技法を問う国語問題。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-20T04:32:06.574Z</div></td></tr><tr style="height: 20px"><th id="951204024R3" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">4</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">be931e66-86ad-404a-ab07-33d12aa6f581</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">515012c0-ca54-484f-9630-696e557b3485</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["しょうたい","看病","独断","規模","提供","無責任","快い","慈悲深い","叙景","建設的な対話を通じた相互理解"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の読み「招待」","漢字の書き取り「看病」","漢字の書き取り「独断」","漢字の書き取り「規模」","漢字の書き取り「提供」","熟語の意味「無責任」","漢字の書き方と送り仮名「快い」","感情語の意味「慈悲深い」","文学表現技法「叙景」","文章読解「コミュニケーションの重要性」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の読み書き、熟語、語彙、文学技法、文章読解など、国語の基礎から応用までを問う。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-20T04:52:15.414Z</div></td></tr><tr style="height: 20px"><th id="951204024R4" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">5</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">42cec42f-cfa2-4849-8e4f-204160d49db7</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">8cf7f6de-8d38-44a6-83f4-7ace173774bc</div></td><td class="s1" dir="ltr">math</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["20分","14分","34分","サイコロ","4桁の整数","4の倍数","324通り","円周率","3.14","円柱","体積","2cm","1.444cm","18.14cm³","2点間の移動","毎秒14cm","毎秒6cm","2回目に重なる","16.8秒後","正方形","くり抜き","表面積","100cm","40cm","8400cm²","円周の長さ","直径10cm","31.4cm","徒競走","順位","CD","坂道","往復","毎時6km","毎時12km","平均速度","8km/時","所持金","分数","1/6","3/5","400円","1000円","2880円"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["時間の合計計算(移動時間)","サイコロの目の組み合わせによる4の倍数の数(場合の数)","円周率の値(一般的な使用)","円柱の体積計算(半径、高さ、円周率使用)","旅人算(往復運動での重なる時間)","くり抜き図形の片面面積計算","円周の長さ計算(直径と円周率使用)","順位確定問題(証言に基づく論理)","往復の平均速度計算","所持金計算(分数と残金)"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">算数の基礎計算、図形、速度、確率、論理、割合に関する応用問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T00:37:57.926Z</div></td></tr><tr style="height: 20px"><th id="951204024R5" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">6</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">e63c65ef-2084-4d8b-a345-e1f1ba7fe020</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">422d8a85-913e-4264-8fac-bb6cb46ebcd8</div></td><td class="s1" dir="ltr">soc</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["酪農","重化学工業","ロシア連邦","北方領土","殖産興業","明治政府","北条時宗","元寇","生類憐みの令","徳川綱吉","産業の空洞化","難民問題","大和政権","第6次産業"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["農業の種類(酪農)","日本の工業(重化学工業)","国際問題(北方領土問題)","明治時代の政策(殖産興業)","鎌倉時代の人物(北条時宗)","歴史的事件(元寇)","江戸時代の法令(生類憐みの令)","歴史上の人物(徳川綱吉)","現代の経済問題(産業の空洞化)","国際社会の課題(難民問題)","日本の古代史(大和政権)","現代の農業経営(第6次産業)"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">日本の歴史、地理、経済、国際問題、産業の基礎知識</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T01:00:40.734Z</div></td></tr><tr style="height: 20px"><th id="951204024R6" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">7</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2606a92b-fc73-415e-843f-f712e047e5ce</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">33c71276-4e55-44ea-b832-4a1af374bd31</div></td><td class="s1" dir="ltr">soc</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["促成栽培","てんさい","レアメタル","荘園","北条時宗","徳川綱吉","戊辰戦争","フェーン現象","エネルギー革命","生産調整","きゅうり","トマト","砂糖","北海道","携帯電話","電気自動車","墾田永年私財法","元寇","文永の役","弘安の役","生類憐みの令","犬公方","1868年","1869年","石炭","石油","1960年代","減反政策","米","転作"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["農業の栽培方法(促成栽培)","農業作物(てんさい)","資源(レアメタル)","歴史用語(荘園)","歴史上の人物(北条時宗)","歴史上の人物(徳川綱吉)","歴史上の戦い(戊辰戦争)","地理現象(フェーン現象)","経済・産業の歴史(エネルギー革命)","農業政策(生産調整)"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">社会科の農業、歴史、資源、地理、産業に関する問題</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T02:56:11.234Z</div></td></tr><tr style="height: 20px"><th id="951204024R7" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">8</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">eee67594-9d21-4f91-ae4c-4e2ac50bc3e4</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">8783bc61-0bd1-4b2e-ab10-408ea65cbf4a</div></td><td class="s1" dir="ltr">soc</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["本州四国連絡橋","西陣織","エジプト","ナイル川","大和政権","4世紀","源頼朝","1192年","楽市・楽座","織田信長","ワシントン会議","1921年","季節風","サウジアラビア","原油輸入","排他的経済水域","200海里"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["本州と四国を結ぶ橋の総称","京都府の伝統的工芸品(西陣織)","アフリカ北東部の国とナイル川(エジプト)","日本最初の統一政権の名称(大和政権)","鎌倉幕府を開いた人物(源頼朝)","織田信長の商業政策(楽市・楽座)","海軍軍縮や日英同盟解消の国際会議(ワシントン会議)","日本の気候に影響する風(季節風)","日本の主要原油輸入先(サウジアラビア)","沿岸国の経済的権利が及ぶ水域(排他的経済水域)"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">日本の地理・歴史、世界地理、国際関係、経済、気候に関する問題</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T03:04:41.255Z</div></td></tr><tr style="height: 20px"><th id="951204024R8" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">9</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">a2ed8408-74e7-40d9-a056-34c086cc82dc</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">d58d4fba-7b8a-4c7d-817f-4e8f72245fd0</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["いとなむ","こくもつ","ようい","補う","温暖","以外","意外","健やか","葛藤","広告","郷愁","五感描写"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の読み「営む」","漢字の読み「穀物」","漢字の読み「容易」","漢字の書き「補う」(おぎなう)","熟語の組み立て「保護」","同音異義語の使い分け「以外・意外」","送り仮名を含む漢字の書き「健やか」(すこやか)","語句の意味「葛藤」","筆者の意図推測「広告の背景」","随筆における感情表現「郷愁」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の読み書き、熟語の構成、語句の使い分け、文章読解まで、幅広い国語知識を問う問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:09:52.165Z</div></td></tr><tr style="height: 20px"><th id="951204024R9" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">10</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b24ed971-8319-4ff1-a29e-c42bb8a2eb73</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">c45d790b-0092-40fc-a146-7e7618363161</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["招待","器用","導く","異なる","快方","解放","悪夢","贈与","ゾウヨ","解放感","本屋","情景描写"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の書き取り「招待」","漢字の読み方「器用」","漢字の書き取り「導く」","漢字の書き取り「異なる」","同音異義語「快方/解放」","熟語の組み立て方「悪夢」","書籍タイトルキーワードのカタカナ表記「贈与(ゾウヨ)」","感情を表す言葉「解放感」","熟語の読み方「重箱読み(本屋)」","表現技法���情景描写」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の読み書き、熟語、語彙、表現技法に関する国語問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:14:21.420Z</div></td></tr><tr style="height: 20px"><th id="951204024R10" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">11</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">e6aa80f5-b29a-4f9d-8607-c0abeec1590d</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">c45d790b-0092-40fc-a146-7e7618363161</div></td><td class="s1" dir="ltr">math</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["徒競走","順位","CDBAE","最小公倍数","電球","24秒後","活動周期","3日おき","4日おき","5日おき","60日後","パン","合計金額","個数","4800円","120円","180円","240円","9個","10個","11個","13個","定価","割引","最終売値","80000円","20%引き","15%引き","54400円","96000円","25%引き","57600円","72000円","43200円","電車","すれ違い","相対速度","距離","時間","120m","200m","分速900m","分速780m","11.4秒","分速1020m","10秒","分速180m","17.78秒","分速768m","分速0m","25秒","等差数列","初項","公差","和","第10項","210","第9項","81","出会う時間","8km","分速50m","分速100m","53.33分後","8.1km","54分後","仕事算","人数","日数","仕事量","10日","円","通過面積","半径1cm","直径2cm","正五角形","6cm","72.56c㎡","扇形","中心角90度","半径2cm","18.14c㎡","正方形","一辺4cm","44.56c㎡","特殊な図形"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["順位決定問題(徒競走の条件整理)","周期問題(最小公倍数の計算)","周期問題(3者の活動が重なる日)","代金計算問題(複数商品の個数と合計金額)","割引計算問題(複数回の割引率適用)","速さの問題(電車のすれ違い)","速さの問題(出会い算)","等差数列の和の計算","仕事算(残りの仕事日数)","図形問題(円が正五角形の外側を転がる面積)","図形問題(円が扇形の外側を転がる面積)","図形問題(円が正方形の外側を転がる面積)","図形問題(円が特殊な図形の外側を転がる面積)"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">徒競走順位、割引計算、速さ、仕事算、最小公倍数、等差数列、図形面積など、様々な算数応用問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:14:48.415Z</div></td></tr><tr style="height: 20px"><th id="951204024R11" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">12</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">fad970c0-1823-48cc-8fc6-c3ade1579fc5</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">203c2210-20f2-43f2-86fe-25c5afdffcc2</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["加減","厳密","宇宙","規模","無事","導く","敬う","罪悪感","コロナ禍","詩のイメージ"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の書き取り(空欄補充)「加減」","漢字の読み方「厳密(げんみつ)」","漢字の書き取り(空欄補充)「宇宙」","漢字の読み方「規模(きぼ)」","熟語の意味「無事」","カタカナを漢字に直す(送り仮名)「導く」","カタカナを漢字に直す(送り仮名)「敬う」","熟語の意味「罪悪感」","文章読解(理由説明)「コロナ禍と教養」","詩の読解(概念理解)「イメージ」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の読み書き、熟語、文章・詩の読解に関する問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:25:00.111Z</div></td></tr><tr style="height: 20px"><th id="951204024R12" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">13</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">a2749203-5d05-45c0-9f5c-3f32ab6c2e61</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">14b509ef-a17a-4ee1-b5c6-0ddce8f7f950</div></td><td class="s1" dir="ltr">math</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["2時間35分10秒","3 + 4 × (10 - 1)","17km","6時間後","1000円","0.57","78.5 cm³","45","8分後","11個","等差数列","旅人算","比","円錐","正方形と半円","連続する整数","割り算の商と余り","円周率3.14","三平方の定理"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["時間の四則演算(秒への変換を含む)","等差数列の一般項の公式","距離の計算(速さと時間)","旅人算(相対速度を利用した池の周りの出会い)","金額の比の計算(使った金額を求める)","複合図形の面積計算(正方形と半円)","円錐の体積計算(回転によってできる円錐)","連続する整数の和の計算","割り算の余りを使った整数の個数計算"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">算数の基本的な計算、速さ、比、図形、数列などの問題。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:42:21.675Z</div></td></tr><tr style="height: 20px"><th id="951204024R13" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">14</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">149a1214-605e-4fd9-bf98-678a7a27d919</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">c0e70fcd-b6de-4919-83c8-85c51a1382eb</div></td><td class="s1" dir="ltr">math</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["54","等差数列の公式","a + (n - 1) × d","連続する整数の和","45","円柱の体積","6280 cm³","3.14","列車の通過時間","10秒間","道のり算","7.5 km","円すいの体積","62.8 cm³","列車のすれ違い時間","8.75秒","群数列","分数数列","8/21","流水算","7 km/時"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["四則演算の計算(括弧を含む)","等差数列の公式","連続する整数の和の計算(1から9)","円柱の体積計算(長方形の回転体)","列車の通過時間計算(踏切)","道のり計算(時間と速さから)","円すいの体積計算","列車のすれ違い時間計算","分数数列(群数列)の規則性発見と特定","流水算(静水時の速さ計算)"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">算数の四則演算、数列、図形の体積、速さ、群数列、流水算</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T12:46:49.215Z</div></td></tr><tr style="height: 20px"><th id="951204024R14" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">15</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">ec697b53-5ec9-44ec-b584-500d5061a380</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">d9b4d6a6-aff8-40b8-8688-eb4633e64f61</div></td><td class="s1" dir="ltr">math</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["45","43200円","5051番目","20%","3日間","84cm²","96と105","30分後","63cm³","等差数列の和","食塩水の濃度","仕事算","旅人算","立体の切断"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["等差数列の和(1から9の合計)","等差数列の和(おこづかいの合計)","群数列(101が最初に出る番目)","食塩水の濃度(混合による濃度変化)","仕事算(途中で休んだ日数の計算)","等差数列の和(並べたタイルの総数)","相似比(直方体の影の面積算出)","整数の性質(各位の和が15の整数)","旅人算(往復路での2回目の出会い)","立体の切断(立方体の切断後の体積)"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">等差数列や旅人算、仕事算、立体図形など、中学受験算数の典型的な文章題と図形問題のセット。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-21T13:10:47.058Z</div></td></tr><tr style="height: 20px"><th id="951204024R15" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">16</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">eaa4cfba-65e2-4c21-897e-992f9c395cdc</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">8d6be157-231c-4bf4-977e-0d18482696df</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["補う","異なる","規模","厚い","導く","検討","謝る","うなだれる","利他","倒置法"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の使い分け「補う」","漢字と読み「異なる」","語句の読み「規模」","同音異義語の使い分け「厚い」","漢字の使い分け「導く」","語彙の選択「検討」","送り仮名の表記「謝る」","語句の意味と選択「うなだれる」","教養の用語「利他」","表現技法の識別「倒置法」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の使い分けや読み、重要語彙の意味、倒置法などの表現技法に関する国語の問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-22T00:05:19.041Z</div></td></tr><tr style="height: 20px"><th id="951204024R16" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">17</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">4f5e51b1-139c-43bf-b21c-75d8ad07b8ba</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b6420ad9-9f9a-4f00-9aba-f45b523cf637</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["導く","預ける","招待","現れる","同訓異字","読書","増加","葛藤","東洋","情趣"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["「導く」の漢字選択","「預ける」の漢字選択","「招待」の読み方","「現れる」の送り仮名","同訓異字の定義","熟語「給食」「読書」の組み立て","熟語「禁止」「増加」の組み立て","「葛藤」の意味と語彙","論説文における「東洋」の世界観","文学的表現における「情趣」の意味"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字の表記や読み、熟語の構成に加え、心情や文学的表現に関する語彙力を問う問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-25T03:01:18.393Z</div></td></tr><tr style="height: 20px"><th id="951204024R17" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">18</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">7e0c47a1-79d4-40c9-954b-5e9808a007a1</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">d2869d42-d379-44c0-a917-7d9175e2a28d</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["穴(あなかんむり)","脳","一体感","無愛想","高揚","ヤングケアラー","体験と感想","松尾芭蕉","自分を演じる","資本主義"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の部首「窓(穴)」","漢字の使い分け「頭脳(脳)」","語彙の語義「一体感」「無愛想」「高揚」","社会問題の用語「ヤングケアラー」","随筆文の構成「体験と感想」","文学史・俳諧「松尾芭蕉」","物語文の読解テーマ「自分を演じる」","論説文の読解テーマ「資本主義」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字・語彙の知識から文学史、現代社会のテーマを含む読解の背景知識までを幅広く問う国語の総合問題。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T00:33:16.483Z</div></td></tr><tr style="height: 20px"><th id="951204024R18" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">19</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">1fe23acc-fa2a-4323-a618-40babb577785</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2bf1a6ce-f7fc-4482-90fb-cffef28fd019</div></td><td class="s1" dir="ltr">sci</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["24秒間","およそ38週","泥(粘土)","付着毛","離弁花","50g","中和熱","ムラサキキャベツの煮出し液","密度","紫色の光"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["液体の加熱時間の計算","ヒトの胎児の受精から誕生までの期間","川の運搬・堆積作用による泥の沈降","メダカの卵にある付着毛の役割","離弁花の分類と具体例","てこの原理を用いたおもりの計算","中和反応時に発生する中和熱","ムラサキキャベツ液の変色反応","水・油・氷の密度差による浮き沈み","プリズムによる光の屈折率の違い"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">生物・化学・地学・物理の各分野から、実験、計算、科学用語を幅広く問う理科の総合問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T02:45:36.304Z</div></td></tr><tr style="height: 20px"><th id="951204024R19" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">20</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">74d39ce9-ac71-40bc-b141-28303a2e547c</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2bf1a6ce-f7fc-4482-90fb-cffef28fd019</div></td><td class="s1" dir="ltr">math</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["15","40秒","45通り","75.36","55歳","5:3","784","3分20秒","4550円","44立方センチメートル","通過算","道順","分配法則","年齢算","つるかめ算","比の性質","立方体"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["3つの整数の積から和を求める問題","列車の通過算(橋の通過時間)","格子状の道の最短経路(積の法則)","3.14を用いた分配法則の計算","母と子の年齢の合計に関する年齢算","台形の面積と線分比の計算","規則性のある整数の和の2乗計算","行列の解消に関するつ��かめ算","やり取りによる金額の比の変化(比の合成)","小立方体をくり抜いた残りの体積計算"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">整数、速さ、比、図形、特殊算など、中学受験レベルの多様な算数問題。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T02:45:46.123Z</div></td></tr><tr style="height: 20px"><th id="951204024R20" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">21</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">5dcd2208-9cbc-4147-8762-a1ef4173a219</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">b1a98827-5ad5-497c-931a-ada1c0669188</div></td><td class="s1" dir="ltr">soc</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["日本海側の気候","客土","ブラジル","空海","御成敗式目","太閤検地","八幡製鉄所","欽定憲法","労働基準法","団塊の世代"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["日本の気候区分「日本海側の気候」","石狩平野の土地改良「客土」","南アメリカの国と歴史「ブラジル」","平安時代の僧「空海」","鎌倉時代の武家法「御成敗式目」","豊臣秀吉の土地調査「太閤検地」","明治時代の官営工場「八幡製鉄所」","大日本帝国憲法の形式「欽定憲法」","労働条件の最低基準「労働基準法」","戦後の人口急増世代「団塊の世代」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">日本の地理、歴史の重要事項から現代の法律・社会問題までを幅広く網羅した社会科の総合的な問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T14:04:06.967Z</div></td></tr><tr style="height: 20px"><th id="951204024R21" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">22</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">bd315f57-a758-4e43-8da9-ef99b2afee03</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">1afb48c0-5522-4001-b0c3-289d18d625bd</div></td><td class="s1" dir="ltr">jp</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["幼い","易しい","郷愁","高揚","健気","バイアス","具体から抽象","小林一茶","瀬戸内地方の降水量","しめすへん"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["漢字の送り仮名「幼い」","同訓異義語の使い分け「易しい」","心情語の意味「郷愁」","心情語の意味「高揚」","心情語の意味「健気」","カタカナ語の意味「バイアス」","随筆の文章構成「具体から抽象」","江戸時代の俳人「小林一茶」","瀬戸内地方の少雨の要因","漢字の部首「しめすへん」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">漢字、語彙、文章構成、文学史、さらには地理的内容を含む、国語の総合的な知識を問う問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:23:36.066Z</div></td></tr><tr style="height: 20px"><th id="951204024R22" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">23</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">543ed041-a951-4427-881a-ac80bfdf7c7a</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">1afb48c0-5522-4001-b0c3-289d18d625bd</div></td><td class="s1" dir="ltr">math</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["3.7dL","98","15000円","21分後","22人","30.28m","283.5","18個","11段目と122段目","84点・72点・69点","1L=10dL","4と5の公倍数","定価と利益","分速と時速","円周率3.14","五角柱の体積"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["単位換算(LからdLへの変換)","公倍数と余りを用いた整数問題","損益算(定価と利益の計算)","旅人算(速さの異なる追及問題)","平均算(比を用いた人数の算出)","平面図形の周りの長さ(円弧を含む計算)","空間図形(五角柱の底面積と体積)","場合の数(格子内の四角形の個数)","数列の規則性(カードの色の和の差)","平均を用いた複数科目の得点特定"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">単位換算、損益、速さ、図形、数列など、中学受験レベルの多様な単元を含む算数問題集。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:23:48.943Z</div></td></tr><tr style="height: 20px"><th id="951204024R23" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">24</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">ad42beae-ee46-4c07-863b-54ff34437347</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">1afb48c0-5522-4001-b0c3-289d18d625bd</div></td><td class="s1" dir="ltr">sci</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["約4000℃","40cm","セミ、トンボ、カマキリ","葉の裏側","電磁誘導","上向きにする","太平洋高気圧","232mL","密度","斑状組織"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["太陽の黒点の温度(約4000℃)","動滑車を用いたひもを引く距離の計算","不完全変態の昆虫(さなぎなし)の分類","植物の葉の裏側にある気孔の分布","磁石とコイルによる電磁誘導の発生","空気の対流を利用した効率的な冷房方法","日本の夏の気圧配置と太平洋高気圧","呼吸量と濃度差による酸素摂取量の計算","物質の密度(1cm3あたりの重さ)","火山岩に見られる斑状組織の名称"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">物理・化学・生物・地学の4分野にわたる、計算問題や基本用語を網羅した理科の総合問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:24:00.032Z</div></td></tr><tr style="height: 20px"><th id="951204024R24" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">25</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">a4a27471-a55b-4c4a-94b2-6dfc748aafd5</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">1afb48c0-5522-4001-b0c3-289d18d625bd</div></td><td class="s1" dir="ltr">soc</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["東日本大震災","鹿児島県・宮崎県","環太平洋造山帯","小野妹子","南北朝時代","島原・天草一揆","日中戦争","国の象徴","TPP","平和主義"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">["震災の名称「東日本大震災」","九州地方の畜産業「鹿児島県・宮崎県」","造山帯の名称「環太平洋造山帯」","遣隋使の人物名「小野妹子」","朝廷が分裂した「南北朝時代」","大規模な一揆「島原・天草一揆」","1937年開始の「日中戦争」","日本国憲法における天皇の地位「象徴」","経済連携協定「TPP」","憲法の三原則の一つ「平和主義」"]</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">日本の歴史的事項、地理的特徴、憲法の基本原則や国際関係を網羅した社会科の総合問題群。</div></td><td class="s2 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:24:09.274Z</div></td></tr></tbody></table></div>
|
超天才クイズv3_GoogleSheets/UserProfiles.html
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type="text/css" rel="stylesheet" href="resources/sheet.css" >
|
| 2 |
-
<style type="text/css">.ritz .waffle a { color: inherit; }.ritz .waffle .s1{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s3{border-right:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s0{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s2{background-color:#ffffff;text-align:right;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}</style><div class="ritz grid-container" dir="ltr"><table class="waffle" cellspacing="0" cellpadding="0"><thead><tr><th class="row-header freezebar-vertical-handle"></th><th id="707786709C0" style="width:100px;" class="column-headers-background">A</th><th id="707786709C1" style="width:100px;" class="column-headers-background">B</th><th id="707786709C2" style="width:100px;" class="column-headers-background">C</th><th id="707786709C3" style="width:100px;" class="column-headers-background">D</th><th id="707786709C4" style="width:100px;" class="column-headers-background">E</th><th id="707786709C5" style="width:250px;" class="column-headers-background">F</th><th id="707786709C6" style="width:100px;" class="column-headers-background">G</th><th id="707786709C7" style="width:100px;" class="column-headers-background">H</th></tr></thead><tbody><tr style="height: 20px"><th id="707786709R0" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">1</div></th><td class="s0" dir="ltr">user_id</td><td class="s0" dir="ltr">current_class</td><td class="s0" dir="ltr">weekly_points</td><td class="s0" dir="ltr">current_item</td><td class="s0 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">item_expires_at</div></td><td class="s0" dir="ltr">token</td><td class="s0 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">token_expires_at</div></td><td class="s0" dir="ltr">created_at</td></tr><tr><th style="height:3px;" class="freezebar-cell freezebar-horizontal-handle"></th><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td></tr><tr style="height: 20px"><th id="707786709R1" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">2</div></th><td class="s1" dir="ltr">test_user_001</td><td class="s2" dir="ltr">1</td><td class="s2" dir="ltr">0</td><td class="s1" dir="ltr">none</td><td></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:247px;left:-1px">b40b15d5-52f2-40bd-b549-9e2bdc4f4867_1766928362267</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2026-01-27T13:26:02.268Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T13:26:02.482Z</div></td></tr><tr style="height: 20px"><th id="707786709R2" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">3</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">4d18cddb-63d4-43ef-b588-778351435f11</div></td><td class="s2" dir="ltr">1</td><td class="s2" dir="ltr">0</td><td class="s1" dir="ltr">none</td><td></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:247px;left:-1px">4210d2b4-90f1-4127-aaa2-5fc1ef1bd1f6_1766933810086</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2026-01-27T14:56:50.086Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T14:56:50.295Z</div></td></tr><tr style="height: 20px"><th id="707786709R3" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">4</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s2" dir="ltr">1</td><td class="s2" dir="ltr">0</td><td class="s1" dir="ltr">none</td><td></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:247px;left:-1px">09e758bf-5e8b-40f9-af02-2aaaf867ee5d_1766966072216</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2026-01-27T23:54:32.216Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T14:57:40.137Z</div></td></tr><tr style="height: 20px"><th id="707786709R4" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">5</div></th><td class="s1" dir="ltr">test-user-001</td><td class="s2" dir="ltr">1</td><td class="s2" dir="ltr">0</td><td class="s1" dir="ltr">none</td><td></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:247px;left:-1px">dc282b76-d697-4285-b3e4-eb87379384b0_1766965045648</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2026-01-27T23:37:25.648Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T23:37:10.760Z</div></td></tr></tbody></table></div>
|
|
|
|
| 1 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type="text/css" rel="stylesheet" href="resources/sheet.css" >
|
| 2 |
+
<style type="text/css">.ritz .waffle a { color: inherit; }.ritz .waffle .s1{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s3{border-right:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s0{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s2{background-color:#ffffff;text-align:right;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}</style><div class="ritz grid-container" dir="ltr"><table class="waffle" cellspacing="0" cellpadding="0"><thead><tr><th class="row-header freezebar-vertical-handle"></th><th id="707786709C0" style="width:100px;" class="column-headers-background">A</th><th id="707786709C1" style="width:100px;" class="column-headers-background">B</th><th id="707786709C2" style="width:100px;" class="column-headers-background">C</th><th id="707786709C3" style="width:100px;" class="column-headers-background">D</th><th id="707786709C4" style="width:100px;" class="column-headers-background">E</th><th id="707786709C5" style="width:250px;" class="column-headers-background">F</th><th id="707786709C6" style="width:100px;" class="column-headers-background">G</th><th id="707786709C7" style="width:100px;" class="column-headers-background">H</th></tr></thead><tbody><tr style="height: 20px"><th id="707786709R0" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">1</div></th><td class="s0" dir="ltr">user_id</td><td class="s0" dir="ltr">current_class</td><td class="s0" dir="ltr">weekly_points</td><td class="s0" dir="ltr">current_item</td><td class="s0 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">item_expires_at</div></td><td class="s0" dir="ltr">token</td><td class="s0 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">token_expires_at</div></td><td class="s0" dir="ltr">created_at</td></tr><tr><th style="height:3px;" class="freezebar-cell freezebar-horizontal-handle"></th><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td><td class="freezebar-cell"></td></tr><tr style="height: 20px"><th id="707786709R1" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">2</div></th><td class="s1" dir="ltr">test_user_001</td><td class="s2" dir="ltr">1</td><td class="s2" dir="ltr">0</td><td class="s1" dir="ltr">none</td><td></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:247px;left:-1px">b40b15d5-52f2-40bd-b549-9e2bdc4f4867_1766928362267</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2026-01-27T13:26:02.268Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T13:26:02.482Z</div></td></tr><tr style="height: 20px"><th id="707786709R2" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">3</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">4d18cddb-63d4-43ef-b588-778351435f11</div></td><td class="s2" dir="ltr">1</td><td class="s2" dir="ltr">0</td><td class="s1" dir="ltr">none</td><td></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:247px;left:-1px">4210d2b4-90f1-4127-aaa2-5fc1ef1bd1f6_1766933810086</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2026-01-27T14:56:50.086Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T14:56:50.295Z</div></td></tr><tr style="height: 20px"><th id="707786709R3" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">4</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s2" dir="ltr">1</td><td class="s2" dir="ltr">0</td><td class="s1" dir="ltr">none</td><td></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:247px;left:-1px">09e758bf-5e8b-40f9-af02-2aaaf867ee5d_1766966072216</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2026-01-27T23:54:32.216Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T14:57:40.137Z</div></td></tr><tr style="height: 20px"><th id="707786709R4" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">5</div></th><td class="s1" dir="ltr">test-user-001</td><td class="s2" dir="ltr">1</td><td class="s2" dir="ltr">0</td><td class="s1" dir="ltr">none</td><td></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:247px;left:-1px">dc282b76-d697-4285-b3e4-eb87379384b0_1766965045648</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2026-01-27T23:37:25.648Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T23:37:10.760Z</div></td></tr><tr style="height: 20px"><th id="707786709R5" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">6</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">be852ac6-ed6b-493a-9d6e-6bd8346e8a8a</div></td><td class="s2" dir="ltr">1</td><td class="s2" dir="ltr">0</td><td class="s1" dir="ltr">none</td><td></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:247px;left:-1px">69ce3e02-f773-4be4-8bf3-04a26ce63fe8_1766975403085</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2026-01-28T02:30:03.085Z</div></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:30:03.347Z</div></td></tr></tbody></table></div>
|
超天才クイズv3_GoogleSheets/UserQuestionUsage.html
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
超天才クイズv3_GoogleSheets/Users.html
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type="text/css" rel="stylesheet" href="resources/sheet.css" >
|
| 2 |
-
<style type="text/css">.ritz .waffle a { color: inherit; }.ritz .waffle .s1{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s4{border-left:none;background-color:#ffffff;}.ritz .waffle .s5{border-left:none;background-color:#ffffff;text-align:right;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s3{border-right:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s0{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s2{background-color:#ffffff;text-align:right;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}</style><div class="ritz grid-container" dir="ltr"><table class="waffle" cellspacing="0" cellpadding="0"><thead><tr><th class="row-header freezebar-origin-ltr"></th><th id="191692695C0" style="width:100px;" class="column-headers-background">A</th><th id="191692695C1" style="width:100px;" class="column-headers-background">B</th><th id="191692695C2" style="width:100px;" class="column-headers-background">C</th><th id="191692695C3" style="width:100px;" class="column-headers-background">D</th><th id="191692695C4" style="width:100px;" class="column-headers-background">E</th><th id="191692695C5" style="width:100px;" class="column-headers-background">F</th><th id="191692695C6" style="width:100px;" class="column-headers-background">G</th><th id="191692695C7" style="width:100px;" class="column-headers-background">H</th></tr></thead><tbody><tr style="height: 20px"><th id="191692695R0" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">1</div></th><td class="s0" dir="ltr">user_id</td><td class="s0" dir="ltr">username</td><td class="s0" dir="ltr">password_hash</td><td class="s0" dir="ltr">created_at</td><td class="s0" dir="ltr">last_login</td><td class="s1" dir="ltr">total_sessions</td><td class="s1" dir="ltr">total_questions</td><td class="s1" dir="ltr">settings</td></tr><tr style="height: 20px"><th id="191692695R1" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">2</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1" dir="ltr">tomohiro</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">$2b$12$iCzYzgtya79cyusIX.0eOeRXYK223ZUO.LA9e2lAvy2m2wZs9Ho2C</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-20T04:15:52.815Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-
|
|
|
|
| 1 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type="text/css" rel="stylesheet" href="resources/sheet.css" >
|
| 2 |
+
<style type="text/css">.ritz .waffle a { color: inherit; }.ritz .waffle .s1{background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s4{border-left:none;background-color:#ffffff;}.ritz .waffle .s5{border-left:none;background-color:#ffffff;text-align:right;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s3{border-right:none;background-color:#ffffff;text-align:left;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s0{background-color:#ffffff;text-align:left;font-weight:bold;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}.ritz .waffle .s2{background-color:#ffffff;text-align:right;color:#000000;font-family:Arial;font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}</style><div class="ritz grid-container" dir="ltr"><table class="waffle" cellspacing="0" cellpadding="0"><thead><tr><th class="row-header freezebar-origin-ltr"></th><th id="191692695C0" style="width:100px;" class="column-headers-background">A</th><th id="191692695C1" style="width:100px;" class="column-headers-background">B</th><th id="191692695C2" style="width:100px;" class="column-headers-background">C</th><th id="191692695C3" style="width:100px;" class="column-headers-background">D</th><th id="191692695C4" style="width:100px;" class="column-headers-background">E</th><th id="191692695C5" style="width:100px;" class="column-headers-background">F</th><th id="191692695C6" style="width:100px;" class="column-headers-background">G</th><th id="191692695C7" style="width:100px;" class="column-headers-background">H</th></tr></thead><tbody><tr style="height: 20px"><th id="191692695R0" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">1</div></th><td class="s0" dir="ltr">user_id</td><td class="s0" dir="ltr">username</td><td class="s0" dir="ltr">password_hash</td><td class="s0" dir="ltr">created_at</td><td class="s0" dir="ltr">last_login</td><td class="s1" dir="ltr">total_sessions</td><td class="s1" dir="ltr">total_questions</td><td class="s1" dir="ltr">settings</td></tr><tr style="height: 20px"><th id="191692695R1" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">2</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">07e85478-2a1b-4741-8bbf-2bcf29bdd5c9</div></td><td class="s1" dir="ltr">tomohiro</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">$2b$12$iCzYzgtya79cyusIX.0eOeRXYK223ZUO.LA9e2lAvy2m2wZs9Ho2C</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-20T04:15:52.815Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-29T02:48:25.436Z</div></td><td class="s2" dir="ltr">168</td><td class="s2" dir="ltr">10</td><td class="s1" dir="ltr">{}</td></tr><tr style="height: 20px"><th id="191692695R2" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">3</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">cf03a540-de8d-4b78-977c-df3a8d372098</div></td><td class="s1" dir="ltr">Aoi</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">$2b$12$Ndky4xjR1b63wc1dqWVNfumOEFfZkieD7c3p7siSR09hnLU.I3Bnq</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-21T03:03:44.800Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-25T03:00:23.206Z1</div></td><td class="s2" dir="ltr">20</td><td class="s2" dir="ltr">0</td><td class="s1" dir="ltr">{}</td></tr><tr style="height: 20px"><th id="191692695R3" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">4</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">delivery_0e3022eb</div></td><td class="s1" dir="ltr">delivery</td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T07:45:36.591Z</div></td><td class="s2" dir="ltr">0</td><td class="s2" dir="ltr">0</td><td></td><td></td><td></td></tr><tr style="height: 20px"><th id="191692695R4" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">5</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">c3813ceb-6a2a-41fe-85b0-db23bad41ec2</div></td><td class="s1" dir="ltr">E2E_Test_User</td><td></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T13:26:50.187Z</div></td><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">2025-12-28T13:27:39.444Z</div></td><td class="s2" dir="ltr">0</td><td class="s2" dir="ltr">0</td><td class="s1" dir="ltr">{}</td></tr><tr style="height: 20px"><th id="191692695R5" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">6</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">4d18cddb-63d4-43ef-b588-778351435f11</div></td><td class="s1" dir="ltr">test123</td><td></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-28T14:56:05.546Z</div></td><td class="s4"></td><td class="s5" dir="ltr">0</td><td class="s2" dir="ltr">0</td><td class="s1" dir="ltr">{}</td></tr><tr style="height: 20px"><th id="191692695R6" style="height: 20px;" class="row-headers-background"><div class="row-header-wrapper" style="line-height: 20px">7</div></th><td class="s1 softmerge" dir="ltr"><div class="softmerge-inner" style="width:97px;left:-1px">be852ac6-ed6b-493a-9d6e-6bd8346e8a8a</div></td><td class="s1" dir="ltr">ゆうこ</td><td></td><td class="s3 softmerge" dir="ltr"><div class="softmerge-inner" style="width:198px;left:-1px">2025-12-29T02:30:00.187Z</div></td><td class="s4"></td><td class="s5" dir="ltr">0</td><td class="s2" dir="ltr">0</td><td class="s1" dir="ltr">{}</td></tr></tbody></table></div>
|