microsoft / microsoft/pxt-microbit
Add example prompts for AI questions
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 804
- Forks
- 721
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 2
Description
Would be great to have a drop-down of some example questions that teachers can use for the AI prompts
From Abhijith:
I asked LLM itself on what are the good questions for middle school students project.
✅ Basic Code Quality
Is the code clear and easy to understand?
Are the blocks arranged in a logical order?
Do the names of variables make sense for what they do?
Are there any blocks that don’t seem necessary?
🐞 Bug Checking
Are there any bugs or mistakes in this program?
Does the program work the way it’s supposed to?
Is anything missing that would make the program work better or more completely?
💡 Suggestions & Improvements
What are some ways this program could be improved?
Can the code be made simpler or shorter without changing how it works?
What could the student add to make this project more interesting or fun?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the AI prompts entry point in the TypeScript editor and inspect how prompt questions are currently presented. Add a drop-down containing the suggested code-quality, bug-checking, and improvement questions, then verify that teachers can select and use an example question.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ai, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100