Jump to content
IGNORED

PC Basic Programs where to find.


bradhig1

Recommended Posts

Quiz-Make one of two programs in the quiz construction set.  Has issues  issue 4.5

 

Question title during editing quiz get put on the right side of the screen rather then the left.   Search function doesn't work right and print option won't print to screen because of bad file number or name error.  Vocab.qz is a sample quiz I started entering from the magazine and only has three records until the bugs are fixed.

QUIZMAKE.BAS VOCAB.QZ

Link to comment
Share on other sites

Updated version of quizmake.   It won't clear the question field when moving to a new record.    Question still on the right side of the screen rather then the left.  Quiztake has issues with records not reading and letter clues not working ,but those could be related to issues in quizmake. Search still not working in quizmake.

QUIZTAKE.BAS QUIZMAKE.BAS

Edited by bradhig1
Link to comment
Share on other sites

1 hour ago, bradhig1 said:

Quiz-Make one of two programs in the quiz construction set.  Has issues  issue 4.5

 

Question title during editing quiz get put on the right side of the screen rather then the left.   Search function doesn't work right and print option won't print to screen because of bad file number or name error.  Vocab.qz is a sample quiz I started entering from the magazine and only has three records until the bugs are fixed.

QUIZMAKE.BAS 7.62 kB · 1 download VOCAB.QZ 206 B · 1 download

On line 240:  "QUIZ-NAKE"

On line 370:  LOCATE 5.1   <-- should be LOCATE 5,1

On line 500:  Missing closing parenthesis

On line 560:  ANSWERES

On line 1180,1190:  There is something else wrong between 1180 and 1190.  1180 is probably missing a LOCATE.  But really, it's bad even as designed.  Better:

1180 IF K$ <> CHR$(8) THEN 1200 ELSE IF LEN(A$) = 0 THEN 1150

1190 XP=XP-1:IF XP<1 THEN XP=40:YP=YP-1

1195 A$=LEFT$(A$,LEN(A$)-1):LOCATE YP,XP:PRINT " ";:GOTO 1150

1330 "SCRE:" <- "SCRN:"

 

Also, this would have been an excellent use of the RANDOM access type for files.

  • Like 1
Link to comment
Share on other sites

3 hours ago, bradhig1 said:

Peg Jump same issue.   Keep getting illegal move everytime I try to move the pegs.  The small text on screen and in the mag is hard on my eyes

PEGJUMP.BAS 5.08 kB · 1 download

Here's a fixed version.  Biggest fix is line 250 which used the same variable name twice in the declaration.  Also fixed a number in the solution data, the cheerleader message data, and the use of { where ( should have been used.

PEGJUMP.BAS

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...