SBSPSS/data/Scripts/defs/response.scr

13 lines
202 B
Plaintext
Raw Normal View History

2001-01-04 20:37:03 +01:00
// Question and answer responses
// Questions
#define QUESTION_OK 0
#define QUESTION_YES_NO 1
// Answers
#define ANSWER_NONE 0
#defein ANSWER_OK 1
#define ANSWER_YES 2
#define ANSWER_NO 3