Skip to content

Commit

Permalink
Add warning to generator dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
cayb0rg committed Jun 18, 2024
1 parent cf3217b commit 5359ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/question-generator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,13 @@ const QsetGenerator = () => {

return (
<div>
<h1>Generate Questions</h1>
<h1>Generate Questions (Beta Feature)</h1>
{loading && <div className="loading">
<LoadingIcon/>
<p>Generating questions. Do not close this window.</p>
</div>}
<div id="generate_form">
<span><strong>This question generator is powered by AI, so errors in the generated content can occur</strong>. There will be an option after generation is complete to keep or revert all changes.</span>
<span className="error">{serverError}</span>
<div id="topic-field">
<label htmlFor="topic">Topic</label>
Expand Down

0 comments on commit 5359ec0

Please sign in to comment.