home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 1
/
ARM_CLUB_CD.iso
/
contents
/
education
/
a
/
biology1
/
!Biology1
/
h
/
prompts
< prev
next >
Wrap
Text File
|
1991-12-03
|
689b
|
32 lines
/* prompts.h */
#ifndef __wimp_h
#include "wimp.h"
#endif
#ifndef __input_h
#include "input.h"
#endif
#ifndef __data_h
#include "data.h"
#endif
extern int standard_line; /* standard line length for test */
void *prompt_YNTF (wimp_w wnd, int line, char *corr_let);
void *prompt_string (wimp_w wnd, int line, int length, string str, int res_type);
void *prompt_ok (wimp_w wnd, int line, char *prompt);
void prompt_ok_delete (wimp_w wnd);
char *ans_YNTF (char *correct_ans);
void *prompt_choice (wimp_w wnd, int line, question *curr_quest,
int quest_no, int test_type);