Skip to content

Download individual submitted code for questions from the CodingBat website.

License

Notifications You must be signed in to change notification settings

smhanes15/CodingBat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FOSSA Status

CodingBat

Download individual submitted code for questions from the CodingBat website.

Running

Clearer instructions forthcoming.

  1. compile and run once to generate config file
  2. provide details in config file (recommend verify yaml contents if not familiar with yaml)
  3. run again and give it 30-60 seconds to fetch all of the questions on CodingBat

Notes for Current Version

  1. the current version is functional, but crude
  2. only fetches Java questions, Python coming
  3. makes no distinction between questions you've completed and questions you haven't
  4. will show errors if a question has comments in the code
  5. does not produce code you can run as-is, that is, without creating your own test files

Why Java?

Though this could be accomplished far more efficiently (lines of code) as a script, my students have been learning Java and I wanted to provide them with a tool written in Java to fetch their work for archival / portfolio purposes.

Copyright Notices Regarding Dependencies

  1. jsoup 1.11.2, MIT
  2. google-java-format, Apache-2.0

About

Download individual submitted code for questions from the CodingBat website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages