Skip to content

Add AI to quiz#90

Open
mylan155 wants to merge 14 commits into
mainfrom
mylan/add-ai-to-quiz
Open

Add AI to quiz#90
mylan155 wants to merge 14 commits into
mainfrom
mylan/add-ai-to-quiz

Conversation

@mylan155
Copy link
Copy Markdown
Collaborator

No description provided.

@netlify
Copy link
Copy Markdown

netlify Bot commented Nov 28, 2025

Deploy Preview for apworldwebsite ready!

Name Link
🔨 Latest commit a2615ec
🔍 Latest deploy log https://app.netlify.com/projects/apworldwebsite/deploys/6940e0f379e84d0008ef4fb8
😎 Deploy Preview https://deploy-preview-90--apworldwebsite.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Comment thread src/pages/GeographicSelection.tsx Outdated
Comment on lines +521 to +526
<div className="text-center">
<h2 className="font-bold text-2xl text-black">{chosenCountries[0]}</h2>
</div>
<div className="text-center">
<h2 className="font-bold text-2xl text-black">{chosenCountries[1]}</h2>
</div>
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the extra divs do anything, you can remove them and put text-center in the parent div

onClick={handleSubmit}
className="w-full !bg-white !text-black"
>
{isSumbitting ? "Grading..." : "Submit for Grading"}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Misspelled variable

Comment thread src/pages/GeographicSelection.tsx Outdated
onClick={() => setNotesOpen(true)}
className="mt-4 w-full !text-xs !bg-white !text-black"
>
Need Help?
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be more descriptive like "Need a hint"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants