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

[biocswirl] [feat] Implement Auto Grader / "Smart Checker" #5

Open
1 of 2 tasks
lisancao opened this issue Dec 23, 2019 · 0 comments
Open
1 of 2 tasks

[biocswirl] [feat] Implement Auto Grader / "Smart Checker" #5

lisancao opened this issue Dec 23, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@lisancao
Copy link
Contributor

lisancao commented Dec 23, 2019

[biocswirl] [feat] Smart Checker

About:
This is a feature I thought about for awhile, something that can set BiocSwirl apart from Swirlify through bioconductor-specific debugging and error checking certain inputs to help the student learn how to either improve their syntax or learn where they went wrong. This can either be simple (checking variable naming, mispellings, file types, working directories) to something more advanced like adjusting values during an analysis. Very fluffy idea that hasn't been fully fleshed out yet, and I'm not even entire sure how possible it is- if so would require going through R/Rstudio or at least compiling BiocSwirl into its own package, which is in the works already beyond swirlify's pack_course()

Tasks

  • Brainstorm possible communication pathways
  • Coordinate different resources to find best solution

Resources

https://cseducators.stackexchange.com/questions/1205/how-can-i-automate-the-grading-of-programming-assignments

https://github.com/swirldev/swirl/blob/master/man/AnswerTests.Rd
https://rdrr.io/cran/swirl/man/omnitest.html

*this would be a great feature implementation if we're creating our own terminal interface in C/C++ anyways :)

Tag can be

biocswirl(related to course material)
biocterm (interface changes)
dev      (developers only)
file     (changes to file and folder structuring) 
rpkg     (r package/usethis and CRAN documentation changes)
feat     (new feature)
fix      (bug fix)
refactor (refactoring code)
style    (formatting, missing semi colons, etc; no code change)
doc      (changes to documentation)
test     (adding or refactoring tests; no production code change)
version  (version bump/new release; no production code change)
dbg      (Changes in debugging code/frameworks; no production code change)
license  (Edits regarding licensing; no production code change)
hack     (Temporary fix to make things move forward; please avoid it)
WIP      (Work In Progress; for intermediate commits to keep patches reasonably sized)
@lisancao lisancao changed the title [biocswirl] [feat] Smart Checker [biocswirl] [feat] Implement Auto Grader / "Smart Checker" May 21, 2020
@lisancao lisancao transferred this issue from biocswirl-dev-team/BiocSwirl May 21, 2020
@lisancao lisancao added the enhancement New feature or request label May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant