Kevsoft

The more idiot proof you make something the better class of idiot you find.

Kevsoft RISC OS Software MyQuiz

Kevsoft RISC OS Software

Software for RISC OS Computers

Grokipedia Comes To TrainTimes

My UK train time table application for RISC OS called TrainTimes has been upgraded to version 2.09 New in this version is that Grokipedia an online AI powered encyclopedia has been added to options for getting information about stations. Grokipedia is not the finished article at the moment so some URLS do not work properly. … Continue reading "Grokipedia Comes To TrainTimes"
TrainTimes Updated Software
Tue, 17 Feb 2026 20:14:08 +0000

FlagQuiz Version 1.02 Released

I have made another little update to my RISC OS world flag quiz application FlagQuiz taking it to version 1.02 New in this version is that the question sprites are local to the application itself rather than being placed in the WIMP sprite pool. This should avoid conflicts with other application that use sprites with … Continue reading "FlagQuiz Version 1.02 Released"
FlagQuiz Updated Software
Tue, 30 Dec 2025 22:17:47 +0000

FlagQuiz Goes To Version 1.01

My RISC OS application for testing peoples knowledge on world flags called FlagQuiz has had a little upgrade taking it to version 1.01 One was a bug fix in which it was possible for no correct answers were available to be picked, which has now been fixed with the help of Reporter. The other changes … Continue reading "FlagQuiz Goes To Version 1.01"
FlagQuiz Updated Software
Thu, 18 Dec 2025 18:35:27 +0000

New App FlagQuiz

I have released a new RISC OS application called FlagQuiz which is a quiz about flags from around the world. It is multiple choice quiz with 10 questions with each question having 4 choices, you are presented a flag and have to guess the country it belongs to. It supports the RISC OS interactive help, … Continue reading "New App FlagQuiz"
FlagQuiz New Software
Wed, 19 Nov 2025 23:17:22 +0000

TrainTimes Chugs Along To Version 2.08

My train time table application for RISC OS called TrainTimes has had a couple of tweaks making it now version 2.08 New in this version is that it is now possible on the Station Details window to see th eopening times of the ticket office. The tweak was that when I introduced the station details … Continue reading "TrainTimes Chugs Along To Version 2.08"
TrainTimes Updated Software
Mon, 13 Oct 2025 17:51:21 +0000

TrainTimes Goes To Version 2.07

My UK train time table application for RiSC OS called TrainTimes has had a couple of updates taking it to version 2.07 New in this version is that on the train time table window the origin time was wrong, which has been fixed plus their are more ways to access the station information window which … Continue reading "TrainTimes Goes To Version 2.07"
TrainTimes Updated Software
Fri, 12 Sep 2025 20:50:06 +0000

Web2PDF Gets Help

I have made a few updates to my RISC OS application to turn web pages into PDF files with Web2PDF taking it to version 1.01 New in this version is the ability to use the interactive help to get help with the application, the other update is to fix a little bug that if certain … Continue reading "Web2PDF Gets Help"
Updated Software Web2PDF
Tue, 02 Sep 2025 10:17:04 +0000

New Application WebShot

I have released a new RISC OS application that takes a screenshot of a web page which is called WebShot and it is at version 1.00 WebShot allows a screenshot of a web page on the internet to be taking based on the Chrome browser, with the screen shot can be viewed as a PNG … Continue reading "New Application WebShot"
New Software WebShot
Wed, 13 Aug 2025 21:18:30 +0000

Kevsoft Goes Secure

This is a short post to inform people that the software site at Kevsoft has at long last got the https attached to it. If you have a link to my site without the secure bit you may want ot alter it. Thanks.
Site News
Fri, 01 Aug 2025 19:15:10 +0000

Web2PDF New Application

I have released a new RISC OS application that converts a web page into a PDF file called Web2PDF which is at version 1.00 To use simple enter the URL of the web page concerned and after a short while a PDF file will be created which then can be run or saved. It does … Continue reading "Web2PDF New Application"
New Software Web2PDF
Sun, 13 Jul 2025 23:05:02 +0000

The Kevsoft QuizEngine

Current Version

The current version of the Kevsoft QuizEngine is 1.02

Downloads

You will only need to download the Skeleton application for the first time using it, the Quiz Engine download will be if and when the quiz engine gets updated that can be downloaded then copied into your working application.

How to make your own quiz application.

Unzip the MyQuiz/zip and copy it somewhere on your computer. Which should look something like the image below.

Inside of !MyQuiz

Inside of !MyQuiz


Rename !MyQuiz to what you want ot call your quiz keeping the exclamation mark at the beginning, for example change from !MyQuiz to !AcornQuiz

Load the following four files into your text editor of choice !Boot, !Help, !Run and !RunImage and do a search and replace with MyQuiz to what you are calling your quiz application. In the image below we will change MyQuiz to AcornQuiz.
Replacing MyQuiz with AcornQuiz

Replacing MyQuiz with AcornQuiz


With !Sprites and !Sprites22 delete kevsoft and kevsoftsm and put your own logos in those 2 sprite files. Also delete !myquiz sprite and put your own application sprite in there.

The files ccode and pics are related in which your image files live inside pics and ccode is what you call the individual sprite. One name per line on ccode. So for example if you are doing a quiz on computers produced by Acorn, then you had a sprite called bbcb in pics, then on ccode you would have bbcb on one line and another image of an Acorn Electron called elct then the next line on ccode would be elct and so on, until you have every image matched with a line on ccode.

You may have some images that are so close to other in looks that it would be unfair to have them come up as options on the same question, that is where the file dup comes in. For example the RISC PC610, 710 and Strong ARM machines look the same from the outside.So if we called them rispc610, rispc710 nnd strongarm we would change the following, from the dup file which you would load into your text editor and see image below
Duplicate what to change

Duplicate what to change


Then change it with what is shown on the image below
Duplicate what has changed

Duplicate what has changed


What that does is basically when it finds an answer that has more than one possible answer it will stop those answers being an option.

The misc file is where you change certain items about your quiz application, the following do:
logo1 is the logo that appears when the opening banner is displayed and that lives in !Sprites and !Sprites22
logo2: is where the name of the smaller logo and is displayed on the main quiz window.
web: is the URL of where to get more information about your quiz application can be found. Clicking on the logo2 in the main window will open your browser to there.
quest: is the number of question you want the quiz to ask.
ibar: is if you want text to appear under it‘s icon on the iconbar with N or for no and Y for yes.
version: is the version of your quiz application how you number that is up to you.
Contents of the misc file

Contents of the misc file


The Lang directory contains the language files in sub directories, inside each of those directories are 3 files called Help, message and Name. These 3 files are all message files. The Help file contains the text that appears when some one uses an interactive help application and needs very few changes, which will be changing MyQuiz to what your application is called and .... to what you want to put their. The Message is where the text for the window titles, icons and menus appear and the same changes to be made here. The file called Name which is blank must contain the same case and codes used in ccode with the wording of the answers. For example if you are doing a quiz on Acorn computers you could have:
rpc610:RISC PC610
rpc710:RISC PC710
stronarm:Strong ARM RISC PC
bbcb:BBC Model B
And so on. One point to note is that the last line in a message file is not read by the computer so put a blank line or something that will not be shown.

This will need to be repeated for each of the languages you wish to support.

Before Releasing Your Quiz Application.

Before you release your application into the wild you must make sure your application name is unique. To do so you will need to download the Allocate application from RISC OS Open and follow the instruction on that page. Also test it before hand.

Good luck in designing and releasing your own quizzes.

Menu

Home
Links
Credits
Inter Nationalising MACadd
MyQyuz
Using Netsurf with a Netgear DG834G
Contact Me
Your Info
Tutorials Hints and Tips
Past Polls
Kevsoft Merchandise
Daily Sudoku
Scrabble Word Checker
Site News
Kevsoft on Ko-fi
Kevosft YouTube Channel
Kevsoft on Twitter

KPDFutil nominee in the Best non-commercial software 2020
KPDFUtil Nominee 2020 Awards

Shop

Buy Me a Coffee at ko-fi.com


Picik My Post Code Loettery

Cartridgex
Hey Chimp
Slightly Disturbed

© Kevsoft 2002 - 2026