Asking Good Questions

Asking Good Questions
Author

Celik Harun

Published

January 26, 2023

Prompt:

Asking good questions is a valuable skill to have - asking questions in an online setting is both easier and harder than asking questions in person: we can prepare to ask a question but we are also expected to prepare. The links posted here give some advice on how to ask good questions:

Follow these links and read through the advice given, then

  1. Pick at least one question from stackoverflow or the R help and answer it.

Write a blog post answering the following questions:

  1. Document which question you answered (link to your answer).

  2. Relate your experience of answering the question to your reading.

Instructions to follow.

Harun’s Blog

I chose to answer a question from StackOverflow because I have used the forum as a resource plenty of times in the past but never contributed. The question I answered was this one about using a list of variables in a loop in R. My username is HarunCelikOtto and is chronologically the second answer to the question.

I think that after reading the advice by Stack Overflow’s “How do I ask a good question?” I came to better understand why I had trouble understanding the question that the user posted on the forum. While the inquirer added some example code about what data they were working with, they didn’t elaborate on the outcome that was expected of the corrected code. For this reason, another user and myself had to assume what the intended output had to be. While the user may find my answer helpful, maybe it isn’t exactly the result that they want because the objective was unclear. Looking through questions, I’ve come to the realization after this activity that only a good question can elicit a good response.