home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / let12.zip / SURVEY.LET < prev    next >
Text File  |  1987-09-17  |  690b  |  10 lines

  1. LN=(concat (chr 13) (chr 10))
  2. Users=(ask "How many other people use your computer, besides you? ")
  3. Use=(ask (concat "What does your computer get used for?" LN "(ie, spreadsheets, database) "))
  4. Batch=(ask "Do you write or use many batch files on your computer? ")
  5. Scale=(ask (concat "On a scale of 1 (novice) to 10 (power-user supreme,)" LN "how would you rate yourself? ")
  6. Rate=(ask "On a scale of 1 (low) to 10 (superb,) how would you rate LET? ")
  7. Interest=(ask (concat "If another version of LET, with more features, was released" LN "would you buy it, too? "))
  8. Best=(ask "What thing do you like best about LET? ")
  9. Worst=(ask "What do you think is the worst thing about LET? ")
  10.