![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Damn...hit the wrong key. Sorry. Here's what I meant to post. I am working on an electronic flashcard program. It will offer the user a collection of "subjects" to study, such as: vocabulary, history, geography, trivia, etc. The program has the concept of "physical subjects" and "logical subjects". A physical subject is a relatively static collection of itesm in the database. A logical subject is a derivative collection based on one or more physical subjects and can be quite dynamic. Some are pre-defined and others are created by the user. The user will be allowed to filter and/or combine subjects (physical or logical) to form new (logical) subjects tailored to their needs or interests. The vocabulary subject, for example, is subdivided several ways: grade level (K-6, 7-9, 10-12, college), discipline (science, medicine, politics, technology, etc.), and by tests (SAT, GRE, LSAT, etc.). A high school student might want to study the 10-12 grade words one day and the SAT words the next. The two logical subjects will inlude many of the same words. Internally, I want to keep track of usage statistics by item in physicla subjects, regardless of which or how many logical subjects it might be associated with. I am looking for a pair or terms to use in replace "physical subject" and "logcial subject", which I find too cumbersome. I have 99% decided that I will use "subject" for "logical subject", because that is the term that the user will see. "Subject" is natural and user friendly. The user will have little concept of the underlying physical subjects, so I can use a less user-friendly term for that. Possible terms I have considered are: dataset topic module physical subject |
|
"Dataset" is currently leading, but to me it signifies a subset, which is not what it is. It's more of a building block, which is why module is on the list. "Topic" is good, but, again, I see that as a subset of a subject, not the other way around. I may end up just using "subject" and "physcial subject". I would appreciate any comments or suggestions. -- |
#4
| |||
| |||
|
|
On Jul 16, 11:17 am, LurfysMa <inva... (AT) invalid (DOT) invalid> wrote: Damn...hit the wrong key. Sorry. Here's what I meant to post. I am working on an electronic flashcard program. It will offer the user a collection of "subjects" to study, such as: vocabulary, history, geography, trivia, etc. The program has the concept of "physical subjects" and "logical subjects". A physical subject is a relatively static collection of itesm in the database. A logical subject is a derivative collection based on one or more physical subjects and can be quite dynamic. Some are pre-defined and others are created by the user. The user will be allowed to filter and/or combine subjects (physical or logical) to form new (logical) subjects tailored to their needs or interests. The vocabulary subject, for example, is subdivided several ways: grade level (K-6, 7-9, 10-12, college), discipline (science, medicine, politics, technology, etc.), and by tests (SAT, GRE, LSAT, etc.). A high school student might want to study the 10-12 grade words one day and the SAT words the next. The two logical subjects will inlude many of the same words. Internally, I want to keep track of usage statistics by item in physicla subjects, regardless of which or how many logical subjects it might be associated with. I am looking for a pair or terms to use in replace "physical subject" and "logcial subject", which I find too cumbersome. I have 99% decided that I will use "subject" for "logical subject", because that is the term that the user will see. "Subject" is natural and user friendly. The user will have little concept of the underlying physical subjects, so I can use a less user-friendly term for that. Possible terms I have considered are: dataset topic module physical subject I am not certain I understand, but it sounds like each flash card can be associated with multiple subjects, but can be pinned to just one discipline. So, for example, you might study logic and it might have the subjects of philosophy and mathematics, but it might be pinned to the discipline of mathematics. If I am understanding this correctly, then perhaps "subject" and "discipline" would work. Even if I am not catching on to the question properly, I suspect that "physical subject" will not resonate with too many people. From the above words, my preference would be "module". Best wishes. --dawn |
![]() |
| Thread Tools | |
| Display Modes | |
| |