Blogs
OnlineTester: An Arcane Adventure. Part 2: Models and their use
The previous post was about infrastructure, now we'll take a short peek into the model classes, before a more thorough walkthrough through Iliad details in the next post(s).
OnlineTester: An Arcane Adventure. Part 1: The Environment
See definition of arcane, if you're curious...
The prototype is done and appreciated, now it's time for blogging about it.The application is intended to be used (next week :-) for administering a test (online, who'd've guessed) to students of a nearby high-school.
The main use cases for the application are:
- As a teacher I want to develop a test with a set of yes/no/don't know answers, which my pupils can work on at their PCs in the computer lab. Each correct answer is worth an adjustable amount of points, a wrong answer is worth zero points. The total scores shall be presented in a compact list for further use. The individual answers shall be stored on disk in an accessible format.
- As a student I want to view each exercise on a dedicated page and select my choice by clicking on it.
VisualGST
Hi,
After a great brainstorming session with Nicolas Petton (Thanks Nico ;) ). I've changed the main interface of VisualGST and introduced the history support for the navigation through classes. And now you can execute - do it, print, inspect, debug - code inside the browser.
Finally we're close to have a really great IDE for GNU Smalltalk.
Happy hacking with VisualGST !
Gwenael
More readable code with less typing
How do you get back into your code after a week of doing something else?
- Start reading and put comments to what you don't understand.
- Add the categories you left out last week.
Both tasks involve a lot of typing, but that can be alleviated by using
features of your favorite text editor, vim in my case.
GtkLauncher is dead long live VisualGST
Hi,
I am working on the debugger for VisualGST :
Now you can step, step into, run and inspect the stack.
Cheers
