-
Notifications
You must be signed in to change notification settings - Fork 1
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
How do I add questions? #1
Comments
One .md file per question (linked from the readme) might be a good solution. |
I'd say create a folder per question. If that gets out of hand we can later organize them into sub folders. |
Or a subfolder for each question with a README in it containing the basic question and another file containing the answer, more detailed explanations, etc? That way you could use it to test your own skills too without seeing the answer immediately |
What about phone screen questions that test how do things work in the language? I ask basic stuff in the pre-interview phone screen like: var o = {f: function() { console.log(this); }}
var g = o.f;
g(); // what is logged? |
Questions in one file answer key in a other?
|
Is that worthy of a whole two files? |
if only spoiler syntax was supported then you could....
but without that I don't see how you can 'hide' answer keys without a new file? |
Edit into the readme?
Open a file?
The text was updated successfully, but these errors were encountered: