Questions tagged [github-classroom]
13 questions
6
votes
1 answer
GitHub Classroom / GitHub Actions Autograding, how to give positive feedback by mail?
We are experimenting and evaluating GitHub Classroom and GitHub Actions for "autograding".
In our assignment students get points if unit tests are passed. So the autograding.json is comparably simple running mvn test -Dtest=testClass#testmethod.
In…

Christian Fries
- 16,175
- 10
- 56
- 67
4
votes
1 answer
How can students update their GitHub Classroom assignment repository?
I have an assignment that was already accepted by some of the students and I need to update it.
I updated the assignment template.
How can students now merge the updates into their repositories? (I need to have the students merge the changes to…

traveh
- 2,700
- 3
- 27
- 44
3
votes
2 answers
Can you use secret tests in github classroom autograding?
For a new machine learning course we're looking to design a series of coding assignments in which students get some starter code, and make improvements until the unit tests pass. Then they commit and push their code back to the remote where an…

ObscureOwl
- 91
- 5
1
vote
0 answers
How to automatically copy autograding files onto the students' repository?
I am teaching a course in C++. For automatic homework grading, I use a system that works as follows:
Clones the student's repository from GitHub;
Copies the test files from my repository on top of the student's code;
Runs the tests, computes the…

Erel Segal-Halevi
- 33,955
- 36
- 114
- 183
1
vote
0 answers
How to prevent commits through web interface for GitHub repositories
I'm teaching a first year Computer Science uni course in which we introduce students to git as an essential version control tool. For this, we leverage GitHub Classroom to generate all student GitHub repositories for their projects.
However, a lot…

Gertjan Franken
- 596
- 1
- 5
- 24
1
vote
1 answer
Error occurs when running a dynamic test: "run dynamic test: error::Error: Exit code with code: 1 and signal: null"
My objective is to sort out an array of numbers that are in a txt file called "3_1.txt". I have implemented code in C Lang to sort the numbers out called "sort.c". This is an assignment for school I have been working on but cannot seem where I am…

Cody DOrazio
- 11
- 4
1
vote
0 answers
Github Classroom Autograding
I created an assignment in Github classroom and added test. The test is running when student commits and in actions tab shows passed or not.But in Github Classroom page as a teacher I cant see this.Doesn`t matter what I change I always get an "No…

Khagan
- 21
- 3
1
vote
2 answers
Is there any way to get google classroom form question insert title image URL
I want to get the image url which is inserted when create a question into the classroom form.
Below is the code through we get the title , choices if available but i am not able to get the image url which is insert under the question…

harveer singh
- 13
- 3
0
votes
0 answers
Cannot automate searching of Github classroom repos
I am an instructor that uses Github classroom. All students in the classroom setup their repos with a specific prefix. I have a script that will retrieve my repos, find the ones that have the specific prefix and set the Notifications as I wish. All…
0
votes
0 answers
why github classroom's auto-grading runs so long and gives me "error::Setup timed out in 571113 milliseconds"?
Does this mean I have some codes missing? As when I have some codes wrong, it will be shown as red rather than "timeout".

resssslll
- 65
- 1
- 7
0
votes
1 answer
How to remove everything inside a github repository without removing the repository?
During a classroom project a github repository with a new project was created by my instructor. The problem is before this repository I had my own project created with my a lot of work done, in the eleventh hour I found that it was difficult to…

Ishtiaq Naqi
- 19
- 6
0
votes
0 answers
How to open a file from Github Classroom on VS Code?
I tried opening an assignment file from Github classroom on VS Code. But, failed.
This is the file I tried to open
And VS Code gave me this message
Open Assignment: Failed to run 'git clone'. fatal: Too many arguments. usage: git clone [] [--] []…

Emthosin
- 11
- 3
-1
votes
1 answer
How to transfer GitHub classroom private repo to my GitHub repo?
I have an assignment project which was created by GitHub Classroom and is also private. So how to transfer my project to my personal account with all existing commits?

nurmdrafi
- 419
- 4
- 11