1 Screenshots still to add
Drop each PNG into this folder using the exact filename below, then delete the matching <!-- TODO-IMG: ... --> comment line in mwu_tutorial.qmd. Every entry already has its figure caption, {#fig-...} id and cross-references in place, so the document renders as soon as the file exists.
1.1 Walkthrough screenshots
| # | Filename | What to capture |
|---|---|---|
| 1 | TODO-IMG-module-tile.png |
RAISINS home page, Non-Parametric test section, showing the Mann-Whitney module tile with its CPRR icon visible |
| 2 | TODO-IMG-preview-mode.png |
Welcome page with Preview mode and the first-login tour prompt |
| 3 | TODO-IMG-dataset.png |
dataset1.csv open in a spreadsheet - Group column + Height/Weight/Yield |
| 4 | TODO-IMG-create-data.png |
Create Data tab with a generated blank template |
| 5 | TODO-IMG-datasets.png |
Datasets tab listing the downloadable model datasets |
| 6 | TODO-IMG-raone-data.png |
RA-One generating a two-group data template in the chat |
| 7 | TODO-IMG-analysis-sidebar.png |
Analysis sidebar with Test type, Group Column and Characters all selected |
| 8 | TODO-IMG-results-table.png |
Analysis Results table, all columns visible for the three response variables |
| 9 | TODO-IMG-plots.png |
Plots & Graphs tab: the six icon selectors and one rendered plot |
| 10 | TODO-IMG-interpretation.png |
Interpretation tab with the generated text and the Copy / Stop buttons |
| 11 | TODO-IMG-raone.png |
RA-One answering a question about the analysis results |
| 12 | TODO-IMG-faqs.png |
FAQs tab showing the four help entries |
| 13 | TODO-IMG-view-data.png |
View Data tab with the automated health check on dataset1.csv |
1.2 Plot thumbnails for the hover grid
These six fill the 2-column hover grid in the Plots and Graphs section, laid out the same way as the regression tutorial. Each is displayed at 350 x 260 with object-fit: cover, so capture the plot area in roughly a 4:3 landscape crop - a tall or very wide screenshot will be cropped at top and bottom.
Use the same dataset for all six (dataset1.csv, Height) so the grid reads as one consistent comparison.
| # | Filename | Plot |
|---|---|---|
| 14 | TODO-IMG-plot-boxviolin.png |
Box & Violin Plot |
| 15 | TODO-IMG-plot-raincloud.png |
Raincloud Plot |
| 16 | TODO-IMG-plot-beeswarm.png |
Beeswarm Plot |
| 17 | TODO-IMG-plot-stripchart.png |
Stripchart Plot |
| 18 | TODO-IMG-plot-halfeye.png |
Distribution (Half-Eye) Plot |
| 19 | TODO-IMG-plot-qq.png |
Q-Q Plot |
1.3 Two other assets referenced
| File | Used by | Note |
|---|---|---|
mwu.png |
mwu_tutorial.qmd (image: in YAML) |
tutorial listing thumbnail - sits beside the .qmd, not in www/ |
banner.webp |
module_record/mwu.qmd (brandbar) |
the shared RAISINS banner; copy the one KruskalWtest’s CPRR uses |
1.4 Checking progress
ls www/TODO-IMG-*.png 2>/dev/null | wc -l19 means everything is still outstanding; 0 means all screenshots are in and the TODO-IMG filenames in mwu_tutorial.qmd should have been renamed to their final names.