Purpose: Create a notebook to store exam questions for a course with their answer
Tools: TiddlyWiki, CodeMirror, KaTex, Shiraz, Commander, Section-Editior, Autocomplete
Design Objectives
- A question is stored in single tiddler (I call it QT: Question Tiddler)
-
The QT has colorful tags
-
Easy
in green -
Moderate
in yellow -
Difficult
in red
-
-
The QT has few fields
- The
source
: the place you take the question, name of textbook, web, or course pamphlets tiddler - The
exam
: the name of semester, this question is used likeWinter 2024
, orFall 2018
- The
description
orcaption
: to store a short description or a longer title for the question - The
topic
refers to course topics like: linear algebra, initial value problems, can store more than one topic
- The
-
-
The answer tiddler which stores the answer to a question (I call it AT: Answer Tiddler)
- The AT has few fields
-
question
to store the name of tiddler contains the question -
description
to store short description on how problem solved e.g. method
-
- The AT transclude the question tiddler
- The AT uses Section editor when the answer is long or multipart
- The AT has few fields
-
On click on an exam e.g.
Winter 2024
a tiddler is opened with all questions in that exam are transcluded -
A sidebar tab to show all questions with title, dificullty level, description and list of exams in them this question is used
More input please. What do you think?