Hm, why classroom requires admin access to organisation and private repos? It seems there is no way to opt out.
GitHub Classroom
31–40 of 171 posts
Re: GitHub Classroom
#32 Delete repositories
Ability to delete any adminable repository
This application will be able to delete any repository to which you have admin rights.Re: GitHub Classroom
#33I'd hate the idea of having a record of all my mistakes as a student. I'd probably just use a separate remote for my develop branch and squash into one commit when merging to master.
In a classroom setting, you don't have to pretend to be perfect. You have to learn. Perfection, polished history, etc is something you can save for your future career.
Re: GitHub Classroom
#34Re: GitHub Classroom
#35I know this comes from the Github team, but I'm not sure if I want to grant this permission: Delete repositories Ability to delete any adminable repository This application will be able to delete any repository to which you have admin rights.
Re: GitHub Classroom
#36This type of system seems obvious for programming courses but I wonder how intuitive it is for pure documents; the classic essay or report style assignments. At what age do kids embrace Markdown as the single source of truth for their documents? Do technical writers within Google use Gerrit, or whatever their Perforce based review process is called, as a core part of their collaborative workflow like coders do?
Anecdotally, never for most students. I know many of my college classes required submissions in Microsoft Word format.
Re: GitHub Classroom
#37This type of system seems obvious for programming courses but I wonder how intuitive it is for pure documents; the classic essay or report style assignments. At what age do kids embrace Markdown as the single source of truth for their documents? Do technical writers within Google use Gerrit, or whatever their Perforce based review process is called, as a core part of their collaborative workflow like coders do?
Re: GitHub Classroom
#38Earlier quoted context omitted.
That being said, I'm a little too annoyed that "GitHub" is synonymous with "Git" in many students' (and professors'!) minds…
Yeah, if a student is taught Github as part of their curriculum they're more likely to stick with it. I can't really knock it, but at the same time, this has been Microsoft's strategy for a long time, with students learning Office in school but no competitors, so they take it with them in their private and professional life. It's a difficult one though, given that both github and office are pretty standardized / ubiq…
Re: GitHub Classroom
#39Earlier quoted context omitted.
Sorry, professor, I simply don’t make mistakes.
It does. First hand experience when after couple of months of not showing any progress student shows up with completed assignment coded using constructs which where not even taught in lectures... and when asked, can not modify a thing.
Re: GitHub Classroom
#40This type of system seems obvious for programming courses but I wonder how intuitive it is for pure documents; the classic essay or report style assignments. At what age do kids embrace Markdown as the single source of truth for their documents? Do technical writers within Google use Gerrit, or whatever their Perforce based review process is called, as a core part of their collaborative workflow like coders do?
Markdown is out of its league for proper typestting. LaTeX is superior in a major way.