You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ⓘ Check the box beside the Type of Work to indicate whether this pull request is for a tutorial or an extension. If editing, place an X in the [ ] (e.g. [X] to check it.
- Tutorial
- Extension
Topic
ⓘ Check the box beside the topic to which course topic this pull request applies. If editing, place an X in the [ ] (e.g. [X] to check it.
- 01 - HTML/CSS/JS
- 02 - Vue 1
- 03 - Vue 2
- 04 - Vue 3
- 05 - Vue 4
- 06 - Cypress Testing
- 07 - Vue Lifecycle Hooks and API Calls
Time Estimate
ⓘ Provide an estimate of the number of hours you spent working on the contents of this pull request.
Additional Information
ⓘ Provide any feedback you have that might help improve this assignment for future students.
@braughtg The model GPT is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it.
You can try again without specifying a model (just @copilot) to use the default, or choose a different model from the model picker.
If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: 9b4fc98b-5869-467f-8551-d9fc2175dc8a
@braughtg The model GPT is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it.
You can try again without specifying a model (just @copilot) to use the default, or choose a different model from the model picker.
If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: 9b4fc98b-5869-467f-8551-d9fc2175dc8a
Conditional app elements use v-show; no v-if remains.
Extensions with AI
Criterion
Status
Evidence
Introductory text describes the FlashWord app
✅
Introductory paragraph appears near the top.
reset sets correct to null
✅
reset() assigns this.correct = null.
Text input has a descriptive placeholder
✅
Input placeholder is Enter translation.
Label is associated with the text input
✅
Label for matches the input id.
Reset selects and applies a random word
✅
reset() selects from words and updates both values.
AI Reflection
Criterion
Status
Evidence
PR comment answers all AI Reflection questions
❌
The comment omits question 2, and the response to question 1 does not address gains or losses from completions. Issue #48 requires answers to all three questions.
What do you feel that you gained and lost by using completions?
I gained speed in completing the answers because I didn't need to do extensive research into syntax and avoided syntax errors. But i don't think I'll remember what the solutions were if I need them again.
Conditional app elements use v-show; no v-if remains.
Extensions with AI
Criterion
Status
Evidence
Introductory text describes the FlashWord app
✅
Introductory paragraph appears near the top.
reset sets correct to null
✅
reset() assigns this.correct = null.
Text input has a descriptive placeholder
✅
Input placeholder is Enter translation.
Label is associated with the text input
✅
Label for matches the input id.
Reset selects and applies a random word
✅
reset() selects from words and updates both values.
AI Reflection
Criterion
Status
Evidence
PR comment answers all AI Reflection questions
❌
Questions 1 and 3 have responses, but question 2—how completions were evaluated for acceptance, modification, or rejection—remains unanswered. Issue #48 requires all three questions.
@braughtg The model GPT is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it.
You can try again without specifying a model (just @copilot) to use the default, or choose a different model from the model picker.
If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: 9b4fc98b-5869-467f-8551-d9fc2175dc8a
@braughtg The model GPT is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it.
You can try again without specifying a model (just @copilot) to use the default, or choose a different model from the model picker.
If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: 9b4fc98b-5869-467f-8551-d9fc2175dc8a
@braughtg The model GPT is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it.
You can try again without specifying a model (just @copilot) to use the default, or choose a different model from the model picker.
If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: 9b4fc98b-5869-467f-8551-d9fc2175dc8a
@braughtg The model GPT is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it.
You can try again without specifying a model (just @copilot) to use the default, or choose a different model from the model picker.
If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: 9b4fc98b-5869-467f-8551-d9fc2175dc8a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Work
Topic
Time Estimate
Additional Information