Fix question ordering bug

This commit is contained in:
Jeremy Ruston
2025-07-04 13:22:28 +01:00
parent 5f941d63a9
commit 33f6eb0ea1
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,7 @@ for(const child of document.querySelector("#tiddlerDisplay").childNodes) {
const titlePrefix = "2010 - ";
const title = child.getAttribute("tiddler");
if(title !== "HelloThere") {
questions.push(title);
questions.push(titlePrefix + title);
const childTitles = [];
const children = title === "What do you think of the name TiddlyWiki and the term \"tiddler\"?" ? child.querySelectorAll("div.content > div.viewer > div.resultsArea > ul > li") : child.querySelectorAll("div.resultsArea > ul > li");
for(const answer of children) {
@@ -1,2 +1,2 @@
list: [[How did you first discover TiddlyWiki?]] [[What was it about TiddlyWiki that captured your interest?]] [[Which aspects of TiddlyWiki do you find most valuable?]] [[How many TiddlyWikis have you created and do you use regularly?]] [[Do you keep adding new features to your existing TiddlyWiki(s)?]] [[Who is the target audience for your TiddlyWiki(s)?]] [[What features of TiddlyWiki made it suitable for your target audience?]] [[How have you found training novice users to use and understand TiddlyWiki?]] [[How many tiddlers and how many megabytes in your largest TiddlyWiki?]] [[How has TiddlyWiki saved time for you as an information publisher?]] [[How has TiddlyWiki saved time for your target audience?]] [[How has the TiddlyWiki community helped you?]] [[How have you been able to contribute back to the TiddlyWiki community?]] [[How many other people have you introduced to TiddlyWiki?]] [[What is the most challenging thing about using TiddlyWiki?]] [[Which plugins do you rely on the most?]] [[What do you think of the name TiddlyWiki and the term "tiddler"?]] [[How might you use TiddlyWiki in the future?]]
list: [[2010 - How did you first discover TiddlyWiki?]] [[2010 - What was it about TiddlyWiki that captured your interest?]] [[2010 - Which aspects of TiddlyWiki do you find most valuable?]] [[2010 - How many TiddlyWikis have you created and do you use regularly?]] [[2010 - Do you keep adding new features to your existing TiddlyWiki(s)?]] [[2010 - Who is the target audience for your TiddlyWiki(s)?]] [[2010 - What features of TiddlyWiki made it suitable for your target audience?]] [[2010 - How have you found training novice users to use and understand TiddlyWiki?]] [[2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki?]] [[2010 - How has TiddlyWiki saved time for you as an information publisher?]] [[2010 - How has TiddlyWiki saved time for your target audience?]] [[2010 - How has the TiddlyWiki community helped you?]] [[2010 - How have you been able to contribute back to the TiddlyWiki community?]] [[2010 - How many other people have you introduced to TiddlyWiki?]] [[2010 - What is the most challenging thing about using TiddlyWiki?]] [[2010 - Which plugins do you rely on the most?]] [[2010 - What do you think of the name TiddlyWiki and the term "tiddler"?]] [[2010 - How might you use TiddlyWiki in the future?]]
title: 2010 - Interview Question