-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Create technical documentation with suggested queries to be circulated with the FormAssembly survey #116
Comments
@feanil Few comments about approaching this iteratively:
|
@jmakowski1123 here is what I was thinking for the attached technical documentation, though honestly I think if we just give them the all-in-one query at the end that might be simpler. Version 1Hello, thank you for your interest in filling out the Instance Survey. For a few of the questions, you may be able to get quick, fairly accurate Number of Unique Courses Currently Offered
Total Number of Learners Currently Using the Site
Total Number of Enrollments for All Courses
(Optional) Total Number of Course CompletionsIf you have Persistent Grades Enabled you can run the below query and get the latest information about how many users have passe their courses.
Run all at onceYou can run all these at once by running the following combined query.
You should get output that looks something like this:
Version 2Thank you for filling out the instance survey, for a few of the questions, you may be able to run a simple query to get answers directly from your database. If you run the following:
You should get output that looks something like this:
Note: |
Thanks @feanil ! Agree, I think Version 2 is better to lead with - less intimidating. We could then have an option to link/scroll down to view each individual one if they want. |
@e0d Two questions about the flow of data: How does data/results from the queries Feanil built above feed into FormAssembly? Is the assumption that Providers would have to manually input the results of each query they run into FA? Once each FA has been submitted, what is the output that we see? How is the data presented? This question is related to how we structure the multi-tenant Google Sheet in #117 |
I think we want the providers to supply us with the data in a sheet or CSV. We can integrate their sheets with the data gathered via the form. The goal is to really minimize busy work for providers. For example, we can use the query function to join data across multiple files or sheets into a single sheet for our comprehensive analysis. |
@e0d Just to make sure I understand the data flow. We circulate the FormAssembly Survey. For the subset of questions that can be answered with the queries, we ask for that data back in csv/excel. The remainder of the questions are answered directly in FA. I'm wondering if it might be more straightforward to circulate the google sheet we are using for multi-tenancy instances for everyone? And not use FA at all? Or am I overlooking something? |
@jmakowski1123 My thought was that one would either use FA or the CSV, not both. The CSV is the interface for experts running many tenants. The FA form is the interface for the rest of us. This relies one the form of the data being the say in either case. If that is true, aggregating it will be easy. |
I think that makes sense and I can incorporate that into instructions. It sounds like the entry point will be the instructions which will tell users to either use the form or the CSV to submit their data based on which criteria they meet. In either case it will be helpful for them to have the queries to get the data that's easy to calculate. For the CSV, how should they get it back to us? Should we have them e-mail it to Jenna? Should we setup a google groups inbox for this so it's not a specific person's e-mail address?(I lean towards the latter). |
Agree, I think a groups inbox is the better option. The instructions can also include that email if they have specific questions or issues perhaps |
Here is a newer version of the instructions incorporating what we just talked about: https://gist.github.com/feanil/0b49d5219ae08baf1216556d455dfdbb |
Thanks @feanil ! Couple of minor edits to the text of the instructions (can I make these changes myself? If not, they are:) In the intro, I'd like to add another line: "We aim to present the results of the Survey – all anonymized and in aggregate – at the Open edX Conference in April." And in this line: "If you operate multiple sites, we'd love to hear about as many of them as you are willing to disclose." Change to ---> "If you operate multiple sites, we'd love to hear about all of them." |
I think you can fork my gist but that can be annoying, so I've just made the updates you've asked for. Link: https://gist.github.com/feanil/0b49d5219ae08baf1216556d455dfdbb |
Thanks!! |
This is a task in epic #107
The assumption is that we will be sending Providers this survey (built in FormAssembly). The expectation will be that one survey will be filled out for each Instance.
We want to make it as easy, quick and seamless as possible for Providers to complete the surveys. One method to accomplish this is to create brief technical documentation with suggested queries that can be run to answer as many questions as possible.
This idea for providing technical documentation was discussed briefly in #62 . Related comments/suggestions copied below:
Is there a form of technical documentation that we would provide with the form to help people successfully fill it out. How to we help people do this, for example?
Is there a form of technical documentation that we would provide with the form to help people successfully fill it out. How to we help people do this, for example
The text was updated successfully, but these errors were encountered: