Moodle

Rework reviewquestion.php to use attemptlib.php

Details

  • Type: Sub-task Sub-task
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.0
  • Fix Version/s: 2.0
  • Component/s: Quiz
  • Labels:
    None
  • Affected Branches:
    MOODLE_20_STABLE
  • Fixed Branches:
    MOODLE_20_STABLE

Activity

Hide
Tim Hunt added a comment -

The script either takes state and number parameters, or attempt and questionid parameters.

It seems really strange to me to pass in the question number as as URL parameter, so I think I will change it to either take state or attempt, and make questionid required.

Show
Tim Hunt added a comment - The script either takes state and number parameters, or attempt and questionid parameters. It seems really strange to me to pass in the question number as as URL parameter, so I think I will change it to either take state or attempt, and make questionid required.
Hide
Tim Hunt added a comment -

Actually, it was possible to eliminate all use of the number parameter, so I am doing that, but it is not quite finished yet. Will have to wait until tomorrow.

Show
Tim Hunt added a comment - Actually, it was possible to eliminate all use of the number parameter, so I am doing that, but it is not quite finished yet. Will have to wait until tomorrow.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: