Development:Quiz UI redesign: Difference between revisions

From MoodleDocs
Line 43: Line 43:
** add page count
** add page count
** how to make string changes go upstream?
** how to make string changes go upstream?
*** (As it says in the Moodle coding guidelines) you should never change langauge strings. This is because the same language packs are used for all versions of Moodle. If you need a different string, create a new one.--[[User:Tim Hunt|Tim Hunt]] 08:41, 2 July 2008 (CDT)
** question box layout: ensure line breaks don't break the layout  unusable
** question box layout: ensure line breaks don't break the layout  unusable
** is it possible to have an empty random question in quiz?  
** is it possible to have an empty random question in quiz?  
*** Basically no, or at least it is possible, but it leads to an error. This situation can be represented in the database, and you can even create it through the current UI (add a random question from a category, then delete all the questions in that category). However, this will lead to an error when you run the quiz.--[[User:Tim Hunt|Tim Hunt]] 08:41, 2 July 2008 (CDT)
* More: project tracker: http://tracker.moodle.org/browse/CONTRIB-528
* More: project tracker: http://tracker.moodle.org/browse/CONTRIB-528

Revision as of 13:41, 2 July 2008

This is the Docs page for the Quiz UI redesign project 2008

The project blog: http://www.pilpi.net/software/moodle_quiz_ui/ .

Related forum discussions

Scenarios

Scenarios work

The Scenarios

Prototype testing

Published June 27th, 2008.

The prototype used in testing, the last iteration (ODP 230 KB; in Finnish. See the Design specification for a more final, translated view of the UI )

Development

Current todo:

  • New Quiz edit tab http://tracker.moodle.org/browse/CONTRIB-530
    • different presentations for at least random questions and other questions
    • make forms functional: question scoring, new question/randomq/description
    • make CSS comply with moodle themes and UI guidelines
    • add page count
    • how to make string changes go upstream?
      • (As it says in the Moodle coding guidelines) you should never change langauge strings. This is because the same language packs are used for all versions of Moodle. If you need a different string, create a new one.--Tim Hunt 08:41, 2 July 2008 (CDT)
    • question box layout: ensure line breaks don't break the layout unusable
    • is it possible to have an empty random question in quiz?
      • Basically no, or at least it is possible, but it leads to an error. This situation can be represented in the database, and you can even create it through the current UI (add a random question from a category, then delete all the questions in that category). However, this will lead to an error when you run the quiz.--Tim Hunt 08:41, 2 July 2008 (CDT)
  • More: project tracker: http://tracker.moodle.org/browse/CONTRIB-528