Trouble reusing assignments #153350
Unanswered
NuttKatyISD
asked this question in
GitHub Education
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
We're having some issues with trying to reuse assignments or use starter code repositories across organizations. Thinking they may be related.
We have two separate organizations, one for our on campus courses and one for our district online courses. I've been building starter code in the online org and have had no issues with the classrooms in that organization. We're able to use starter code and students can pull and submit their code.
The issue is if we try to reuse the same assignment from that organization into the on campus one. It acts like it works, but several days later the target assignment still has this header. I was able to accept the assignment as a student, but it's empty.
The other issue is if we go into the on campus classroom to create an assignment the starter code repository in the online class org does not show up in the search to use as starter code. Several teachers have tried, and all of us are owners in both organizations.
Edit: Not sure if this is related, but we are using our own workflow files so there's already a
.github/workflows/classroom.yml
file in the source repo. There's also a.devcontainer/devcontainer.json
file since many of our students are on Chromebooks and are using Codespaces.Beta Was this translation helpful? Give feedback.
All reactions