Hi Skye Simply brilliant - thanks for sharing :-)
Regards Måns Mårtensson On 27 Nov., 18:29, skye riquelme <[email protected]> wrote: > Hi Again... > > after much thinking and tinkering I found the solution myself...and > its actually quite simple... > > in the course admin file I simply enter a tiddler with the name of the > report (and its tagged with name of author and other useful > stuff !)....and the text of the tiddler is - > > <<loadTiddlers {{config.options.txtSiteURL > +"/"+config.options.txtCourseName+"/files/"+tiddler.title+".html"}} > noreport temporary>> > <<tiddler {{tiddler.title}}>> > > the first part simply calculates where the file is from the name of > the tiddler itself...the second effectively opens the main tiddler in > the file...which has the same name....so in fact what happens it that > tagglytagging lists all the reseume e reflection items it found. > > Now individual students use there local TW, and when they want to read > any of the reports...a local tiddler loads (loadTiddler) the Report > items in the central file and the above text does the > rest....simple!!!!!! > > Thanks > > Skye > > On 26 Nov, 16:44, skye riquelme <[email protected]> wrote: > > > > > > > Hi All > > > I am hoping someone can help me with some code, thats a bit too > > complicated for me to figure out even where to start.....here's the > > story... > > > Amongst other activities, students periodically write reports on their > > learning path. These reports have two parts (tagged resume and > > reflections...however there may be many tiddlers tagged resume and > > similarly reflections for each report). These tiddlers are generated > > by the students from within their locally-hosted TW and saved > > (SaveAsPlugin) as a local purestorecode file, where each report is > > separate purestorecode file with multiple tiddlers (tagged resume or > > reflection). > > > Once the report is finished this report file is simply uploaded to my > > server (using a simple uploader script - thanks Mans!!). > > > Now, I want students to be able to read each others reports. A central > > (online TW which I administer) has a list of students in the course > > and can easily have a list of these report files (tagged as reports > > and tagged by student name) whch would hold the URL to the report > > purestorecode file - I am using purestoreformat as there will be many > > of these reports and my server space is limited. > > > Each student´s local TW can read the central Course TW > > (LoadTiddlersPlugin) looking for the tiddlers marked as reports.....so > > far its all simple stuff...... > > > Now the question is how do I have them - > > select the student/report that they are interested in .... > > load in the tiddlers from that report file....... > > display the "main" tiddler from that file ....(each file has a tiddler > > that has the same name as the filename {for file "ReportFred_2.html > > the initial tiddler is reportFred_2} with NewHerePlugn generating the > > new tiddlers liked to this main one and also tagged resume or > > reflection.......tagglyTagging is installed so it will take care of > > subitem listings. > > > My students aren´t super competent in computar skills...so I am > > looking for a script which....shows the selection available...and when > > they make the choice..it loads (ExternalTiddlersPlugin?) the tiddlers > > from the file and displays the main tiddler (same name as file). > > > Is all that possible? > > > Thanks in Advance > > SkyeHi Again... > > after much thinking and tinkering I found the solution myself...and > its actually quite simple... > > in the course admin file I simply enter a tiddler with the name of the > report (and its tagged with name of author and other useful > stuff !)....and the text of the tiddler is - > > <<loadTiddlers {{config.options.txtSiteURL > +"/"+config.options.txtCourseName+"/files/"+tiddler.title+".html"}} > noreport temporary>> > <<tiddler {{tiddler.title}}>> > > the first part simply calculates where the file is from the name of > the tiddler itself...the second effectively opens the main tiddler in > the file...which has the same name....so in fact what happens it that > tagglytagging lists all the reseume e reflection items it found. > > Now individual students use there local TW, and when they want to read > any of the reports...a local tiddler loads (loadTiddler) the Report > items in the central file and the above text does the > rest....simple!!!!!! > > Thanks > > Skye -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

