-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Questioncounter #4761
Questioncounter #4761
Conversation
Updated readme up to Bash, not doing the rest right now.
should note that this is for #hacktoberfest-accepted |
The ones I didn't put in yet are (in filename, "total questions", "answered questions", "unanswered questions" format). It's not perfectly accurate, mostly because sometimes people will only post the answer, not bothering to write the incorrect answers down. ./c++/c++-quiz.md 85.0 [x] 84 [ ] 1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing job, @jdelucca thank you! Can you please solve merge conflicts and add instruction how to run your script.
# Conflicts: # README.md
I'm not really sure how to describe it, but you just run it in python. I guess the description would be "install python, then open a python terminal, then run the python script and read the output?" current output: |
cool you can add at the TOP of the file small description How to run:
thank you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also could you pls fix merge conflicts, thanks
merge conflicts fixed, with instruction comment added. ./accounting/accounting-quiz.md 74.0 [x] 52 [ ] 22.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you again for your great contribution! 🌹
Trying to automate counting the number of questions that are posted and how many of them are answered with a python script for issue #3533 #3533
To do this, I removed curly quotes from a bunch of different files, and a few other odd characters including a dog emoji 🐶 in css-quiz, and changed the names of a few files/folders to be consistent with the others.
I did not write anything to automatically put the output of the counter into the main Readme.md file, and started doing it manually, before getting annoyed and giving up on it.
Should be easier to automate now, if anyone wants to give it another shot, or just finish manually updating it.