From 8483755a11e341a7789d6bae593b722142a0ff05 Mon Sep 17 00:00:00 2001 From: Pat O'Connor Date: Sun, 23 Mar 2025 12:52:39 +0000 Subject: [PATCH] task(GUIDEFRAME-55): updated tutors demo Signed-off-by: Pat O'Connor --- .DS_Store | Bin 8196 -> 12292 bytes .github/workflows/render.yaml | 8 +-- guideframe_tutors_demo.md | 35 +++++++++++++ tutors_test.py => guideframe_tutors_demo.py | 53 +++++++++++++------- tutors_test.md | 26 ---------- 5 files changed, 73 insertions(+), 49 deletions(-) create mode 100644 guideframe_tutors_demo.md rename tutors_test.py => guideframe_tutors_demo.py (68%) delete mode 100644 tutors_test.md diff --git a/.DS_Store b/.DS_Store index ac6da7cc9200808cc0d52a5d327f0edab7ce967f..0ccc17de6a73c7646060c8583628b723bfdeee99 100644 GIT binary patch literal 12292 zcmeHNPj4GV6n~pP#7Ssmq?UrjA0t4jP*UvJNfRNV)T9RvTp9$20*f6x#l_wY@rHn` zRJkGke1?7mI09dyM~-}i-Z{bVz1@vx#xu4fq#W8AX=c{D^P4yCH{&<+-YyXZ_2X8B z=mrrLkhv~CkKzZS(lTl#@pH~2X%=?^(lN@A`XjAJZ_MBprWW^w zXFhobJOiEq&wyv(S!96sUZjGt-=}wd=^5}0Jkt!YeJCMwy_3~vX)UG$1s~!0IUnIA z;TnE`+$&}EPFA0#wLpOpDC!g%WG+UK!g0UE%~9`U^;ue{a0*g51)1a^^H2hj4qQo^ zQ?QfPzVr-u21Xfp8@F7(_qN^lp1H63-oUTGKmQ*22tND+@v{>k6a4B?SNGfLH?)7G z_~(msm+ru8-=&XGv#&4S`Ou>eeg;DI=!=lkrf(1}=*U$MzamKMi_GsR(Is-EAXrf( zuApU`x`OJUmmZ=O93$vqynP+ZnrfpRi*26t53_Oq**xra`boL`S1>a>H~-v1VWF^G z_B**=FQ^b+uHfRZmw-gYEV5YH4F@>-2Q7aP7@^-@6-r-R(s& zlZg~$R+O%!zt78Ga5YxRZ}*O(ZX7W&+{YUhG7ms%gkVd835szwq&K7k+C~tjNmbgg zFD_mn!9!)b79k-G1ywRcRiC8b)rkl*cmx(S8B2_9AU^{{k6Fn%BVUtf%d@@Mf*{N zAwyP-9Z|E(U?b#^kt0kQYh79J)fw*Ot z!CXy1m@@c(V%H-N|5~`3fG}hTSC6e+<=dPgL%14`Fk}c4J(-2082mGwsXzd&jVP~h}Kiqun@P8P11>j}4Xd#@n2$|pAhd9_- zw{*>qp2emOjK1;nF-!B-o$ud=9=>26DI5G8{P7OEWP0Cx5YYPOb}+Ugz#*=IC_!77#>XUWRM%}7aJrANaz8_N z*mCIN5olw-NN=Na#*C@VzBTpOLg?CnlYT(As4NH8V{q5aj{L@fRYv_#nZb81AZH)P z*BXw(HPmas#lq7XxMIE!Fi-X`KrqYme=9OyzktjZv}!_P6~|9&?{aW{qV&GNYaMgg z#d^Rj>T7^oYiq!0twe@?zx2q^^}(Q4t|1t-F(xkbBNRY##)W>uLqjPe5;QA+t)@;4 zdqf&BSu2H*KQ5h+mj;9N?akFvb*pmDNUgeQM9NrWBqt;6;bhtvOt`|SE^iM#X;GCI z@CRV8(fkyuf(_d4vEahPRB0@@@Oc!-FhOjFr@}kp zHEhC$ACzHkUGnqjjUk^+z*KmL!Qp?(RQNpVV#sIyhxq(6xiS7fRGddfy0MJn4m5Ur z|0j)n;TiA@Je>>#bGv)Hb?6p2^y7E!CFC!W^Mtn29EH4!M=h`7QOm1%)McgZ4qxNm hSz6-?>C!&}kXL1X{~!IF+VB6j)%_D|^J(Az{{tM1I5hwO delta 173 zcmZokXmOBWU|?W$DortDU;r^WfEYvza8E20o2Vx_*+7Ry63Ax&5sW}_28K+A5{7sn z)MF^vd{DxReX;^$ moving to assembly") driver.quit() -# End of walkthrough section -#---------------------------------------------------------------------------------------------------------------------------------------------------------------------- -# Main function to run the test and assemble the clips (now passing the number of steps to the assembly function) +# Main function to run the test and assemble the clips if __name__ == "__main__": guideframe_script() - assemble(9) + assemble(12) diff --git a/tutors_test.md b/tutors_test.md deleted file mode 100644 index 13fd152..0000000 --- a/tutors_test.md +++ /dev/null @@ -1,26 +0,0 @@ -## Step 1 -First, let's open tutors.dev. On this page we see the web toolkit, in addition to any courses we may recently have accessed. - -## Step 2 -Before we go any further, let's change to dark mode using the layout button in the top right of the screen. - -## Step 3 -Now that we're in dark mode, let's navigate to the docs page by clicking the docs button under the web toolkit - -## Step 4 -On the docs page, we can see a number of cards. Each of these cards leads to a specific portion of the getting started guide. - -## Step 5 -The getting started card introduces the basic design model of tutors. - -## Step 6 -The simple starter card provides a helpful template course. - -## Step 7 -The alternative starter card provides an example course to demonstrate layouts and nesting. - -## Step 8 -The reference course contains another example course. This one contains all Tutors learning objects for demonstration. - -## Step 9 -Finally, let's return to the getting started card and click it to demonstrate the getting started page. \ No newline at end of file