-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AI Questions for All Rubrics #6034
Conversation
"params": [ | ||
{ | ||
"name": "question", | ||
"value": "Does this illustrate an understanding of how to display a random number in response to input?" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this question needs some tweaking. I know showing a number is the concrete end of the tutorial, but is it the most important that a number is displayed? What if a student decided to generate a random number and, depending on the number gotten, displayed different images?
"value": "Does this illustrate an understanding of how to display a random number in response to input?" | |
"value": "Does this illustrate an understanding of how to use the display in response to input?" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kiki-lee thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say that having something to do with the random number is most important. It's fine as-is for now and can be tweaked if there are any changes requested by the group this afternoon.
Co-authored-by: Sarah Rietkerk <[email protected]>
…/microsoft/pxt-microbit into thsparks/ai_questions_in_rubrics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The remaining feedback I have is not blocking and I know this would be good to get in before testing. Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These look good. I did only look at the values, though. I can't speak to formatting :)
@kiki-lee and I went through and tried to determine learning objectives for each tutorial, and then tried to encapsulate those into AI questions.
I tried to keep them to a single sentence / question on the hypothesis that this feature will be received better if teachers don't feel they need to construct a whole preamble to their question before asking it. If that turns out to be untrue, we can adjust, but we should also increase the text field to be multi-line, since it currently gets cut off.