Skip to content

Commit a80159e

Browse files
committed
clean up
1 parent 2a7a384 commit a80159e

3 files changed

Lines changed: 51 additions & 2 deletions

File tree

TODO.txt

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
## topics
22

3+
### Orientation
4+
5+
Copy over Getting Started tutorial. Rename it "Orientation."
6+
7+
* Download button should be visible the first time the word download is used. Otherwise, students are looking for a button which is not there yet.
8+
9+
* R Tutorials icon is often hidden in the `...`. Show this.
10+
11+
* Copy and paste question is unclear. Change so that we set out a little poem (First stanza of If) and then tell students to copy and paste that. (Is that in workspace?)
12+
13+
* Explain trash cans next to terminal symbols. Use that to kill the tutorial. Perhaps mention the split symbol. Try it? How do you unsplit? Probably should just mention and not use.
14+
15+
* Discuss Reload/Restart options for tutorials. Grey them out in purpose. Show some images. Show other broken images. See the text below.
16+
17+
* Advice on how to copy/paste images from PNG files to discord?
18+
19+
Update the Getting Started chapter to be consistent with the above. Plan going forward is that this will be the first lecture/session of the class.
20+
21+
### Reload/Restart/Re-Codespace
22+
23+
Not sure where this goes, but . . .
24+
25+
2) If a tutorial ever "greys out" or doesn't display fully or just doesn't work, there are three possible solutions:
26+
27+
a) Reload the tutorial by clicking the swirling-arrow image:
28+
image.png
29+
That is the image for Chrome (which you should be using, or Edge).
30+
31+
2) Restart the tutorial the usual way:
32+
33+
image.png
34+
35+
You should probably also delete the broken tab, either by closing it or by using the "Garbage Can" icon in the Terminal list:
36+
37+
image.png
38+
39+
Restarting the tutorial will almost always work.
40+
41+
3) Delete the codespace and start a new one. The first two options will definitely preserve your answers. This one might or might not. If it does not, no worries! Fill in the name and email boxes, but then skip all the questions you already did and just start where you left off.
42+
43+
44+
### Other Stuff
45+
46+
* Workspace and workflow need to make the `Ctrl + S` method of saving the script easier to handle.
47+
48+
* W/W need a cool image that shows the filesystem.
49+
350
* Should Terminal tutorials start in a repo? Maybe not. But then maybe the beginning of every tutorial starts up a repo? But then you always need to restart the tutorial afterwards?
451

552
* Seems like the default width for our answer boxes does not match the display width in a rendered tutorial. Example:

inst/tutorials/00-workspace/tutorial.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ codespace-starter $
135135

136136
### Exercise 4
137137

138-
In the bash Terminal, run `ls`.
138+
In the bash Terminal, run `ls`. (This is the lowercase letter `L` followed by the lowercase letter `S`.)
139139

140140
CP/CR.
141141

inst/tutorials/01-workflow/tutorial.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ An R script is a text file containing R commands. `Rscript warmup.R` asks R to r
225225

226226
### Exercise 4
227227

228-
Run `ls` again. CP/CR.
228+
Run `ls`. (Again, this is the lowercase letter `L` followed by the lowercase letter `S`.)
229+
230+
CP/CR.
229231

230232
```{r the-terminal-4}
231233
question_text(NULL,

0 commit comments

Comments
 (0)