Archive for the ‘Coding’ Category

Status update

Monday, August 4th, 2008

As a result of a change of plans, I started to implement the reordering tab last week. That is: I decided to implement all the functionality before doing usability testing with the actual application. This was due to the fact that it was not easy enough to get teachers as usability test subjects during July. Instead of hunting, I decided to put my energy into implementation.

Thus, the question ordering/paging tab is well underway and will, if all goes well, be finished by next week.

The feedback from the Moodle community about the demo published last week has been very positive, though I have gotten some very interesting development ideas, too. So that is something to be glad about! :)

Looking for impressions

Saturday, July 26th, 2008

This week:

  • Question bank layout (major CSS rework) finished
  • Status bar of quiz etc added
  • Setting grades for questions finished
  • Fixed several small bugs

Published the demo version of the new UI yesterday (link: no user id? login as guest). Today I tested it with IE and the issues seemed less catastrofic than I expected. YUI javascript stuff does not work in IE yet, though.

Weekly report

Friday, July 18th, 2008

Completed:

  • Adding single questions directly to quiz
  • Adding random questions directly to quiz (both AJAX-style/lightbox, and without javascript)
  • Single questions CSS layout in quiz
  • Properly resizing the quiz contents (column width) when showing/hiding question bank
  • Taking javascript out of the PHP file in a separate javascript file
  • Separate ‘add description’ button

Started:

  • CSS layout for random questions

In short, the quiz display is very near complete. Next up: question bank window display. Also considering some negative margins to make the document flow order more sensible. I have not tested anythin in Ye Mighty Internet Exploder yet. I think of that moment in slight feelings of angst. Something amusing about browsers and users

Contacted some usability test persons I recruited earlier. No reply yet.

Adding single questions directly to quiz - completed

Tuesday, July 8th, 2008

Released version 0.21 to tracker. I am planning to put a demo moodle here, once most other features will have been completed. For now, you can look at the static HTML demo and if you wish, download the version in the tracker for testing.

There were a couple of issues with the current quiz/questions. The most pressing one is that the Edit/Add Questions page seems to absolutely require a question category as a parameter. It would fit the workflow much better if a category could be unspecified once entering the question editing page with a new question. Then, the user would have to think about categories at least as much as to select the default category from the list. The changes required to do this seemed too dramatic so they should probably be discussed with Tim Hunt/the community. For now, we are preselecting the default category for the user.

Some highlights: To get quiz work as designed, I added a new GET parameter to the question editing page, which allows specifying the name of a GET parameter to return a newly created question’s id to the page in returnurl. Also, the quiz editing page got a new get parameter, addonpage, for specifying the page on which to add a new question.

Coding and management

Wednesday, July 2nd, 2008

It is somehow frustrating to use precious coding time in project management, but today I did and I am glad. Found many gems from my notes that I would have been sorry if I had found out them too late when actual development would have been done too far.

Last Saturday, I published the final spec with screenshots of the tested UI. Though everybody seems to be on holiday, I got some comments about it, too. Implementation is going on in the tracker, which is the main means of following development at this point, as well as the development section of the project portal for the bleeding edge developments.

Also the prototype testing report and details have been online for about a week now.

Coding: begin.

Thursday, June 26th, 2008

Created an 0.(0)1 version of the functional UI; added it to the new issue in the tracker.