Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agents/_lib/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Generate ONE multiple-choice question with exactly 4 options (A, B, C, D) and mark the correct one.

Constraints:
- Topic: common-sense trivia (geography, nature, history, science, everyday life).
- Topic: indian mining legislation and safety regulations.
- Difficulty: easy to medium — the kind a curious adult enjoys recalling, not academic minutiae.
- The correct answer must be an objective, uncontested fact. Avoid opinion-based or debatable questions.
- Keep the question concise (one sentence when possible).
Expand Down
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Quiz Starter</title>
</head>
<title>Quiz Starter | EdgeOne Makers</title>
<meta name="description" content="Demo only · EdgeOne Makers" />
<meta name="keywords" content="EdgeOne Makers, Demo only" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
Expand Down