Closed KatherineCox closed 1 year ago
The check: spelling errors is currently being re-run :runner: Comment updated at 2022-12-07 with changes from a72518ef345cf5ce0c9b794c521fb14f24235118
The check: broken urls is currently being re-run :runner: Comment updated at 2022-12-07 with changes from a72518ef345cf5ce0c9b794c521fb14f24235118
Re-rendered previews from the latest commit:
Updated at 2022-12-07 with changes from 901348740aeb5cb8660f687261e61aef416cfd62
LOVE THIS!!!! 🤩
My only concern is that the screenshots will always refer to the SARS workspace, even if the instructor specifies some other workspace. Could that potentially be confusing? Maybe some text like "in the example below we are finding the 'SARS Genome' Workspace" ... something like that?
Also agree with @ehumph that we might want out.width = '100%'
... not sure what the default is.
image sizing - done! thanks @avahoffman for saving me a Google search :)
I've added :
(The images below show the SARS-CoV-2-Genome Workspace as an example, but you should look for the Workspace
r workspace_name
.)
to try to address potential confusion. I agree showing the SARS workspace is non-ideal, wish I could magically update the images too.
Perhaps at some point it would be good to redo the screenshots with a workspace named something like "Example_Student_Workspace", to make it more obvious that it's just an example. Then we could also put something in the Dashboard for that workspace saying "Hey...did you really mean to clone me?".
(I actually considered doing this just now, but then hesitated because we'd need to make it public so that it shows up under the PUBLIC tab, so it probably needs a bit more thought/effort beyond just giving it a name)
Great! I have a few more comments.
I made a PR here: #174
AnVIL_module_settings
in one chunk, they persist to the next chunk used. This could be a problem if someone sets variables on chunk 1 but doesn't want them on chunk 2. Added a comment to make that clear.@avahoffman I was able to set AnVIL_module_settings
to NULL at the end of the child using <<-
. There's a demo of it working in #175, but the PR was getting messy with the adjustments I had to make to get it to render a preview, so I went ahead and made the changes in this branch. Look okay?
@KatherineCox sounds great! Let's remove these instructions, then: https://github.com/jhudsl/AnVIL_Template/blob/e64e48f579e9ffab75f0c43df13dba4b26735af4/08-student_modules.Rmd#L39
@KatherineCox sounds great! Let's remove these instructions, then:
Oh, good catch, thanks! Done.
Similar to #169, here's an attempt at student instructions for cloning.
This lets you configure the Workspace name in the parent document, and then inserts the name in the student instructions. If this seems overly complicated, we can drop it. Partly I just wanted to see if this would even work, and, hey, it does! :)