Skip to content
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

(Very rough draft) of Google Classroom porting over example #648

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

cansavvy
Copy link
Collaborator

@cansavvy cansavvy commented Jun 1, 2023

Purpose/implementation Section

What changes are being implemented in this Pull Request?

Here's a very rough example of how you can turn an OTTR course into a Google Classroom.

You would do this because:

  1. It allows you to keep track of what your students have completed -- something Leanpub and Coursera aren't really built for since they are meant for self-learners
  2. It's familiar to people -- public schools often use it
  3. It's free
  4. Allows non-GitHub fellow instructors to help you track the students.

If you want to see what this looks like from a student's perspective, go here: https://classroom.google.com/c/NjEyNjU2ODI2MDEz?cjc=gljsqgf

These scripts need a lot more work and there needs to be more documentation overall, but I just wanted to post this as a quick example.

How these scripts would work

  1. You would get yourself a Google Classroom account https://edu.google.com/workspace-for-education/classroom/
  2. You would run materials_df.R script to obtain a TSV file that shows the material that would be ported over to Google Classroom. You may want to add due dates to it manually so those are also added to the Google Classroom.
  3. Then interactively, when you want a new classroom to be started, you would run the port_to_google_classroom.R script.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 1, 2023

No spelling errors! 🎉
Comment updated at 2023-11-21 with changes from 166a2bd

@github-actions
Copy link
Contributor

github-actions bot commented Jun 1, 2023

No broken urls! 🎉
Comment updated at 2023-11-21 with changes from 166a2bd

@github-actions
Copy link
Contributor

github-actions bot commented Jun 1, 2023

Re-rendered previews from the latest commit:

Updated at 2023-11-21 with changes from 166a2bd

@cansavvy cansavvy self-assigned this Jun 27, 2023
@howardbaek
Copy link
Member

Performing housecleaning here...is this PR still active?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants