pilpi
dbd2b0fd45
quiz editing: MDL-17595 changed string from "question name" to "question"
2008-12-10 14:44:40 +00:00
pilpi
d8875b3eae
quiz editing: MDL-17590 added an id attribute for the grading input field to make labels work
2008-12-10 12:04:28 +00:00
tjhunt
e8f99abc68
quiz manual grading: MDL-5517 manual grading pop-up is too small. HTML editor does not fit. Merged from MOODLE_19_STABLE.
...
Also MDL-17585 Improve layout of manual grading forms to make them look more like formslib forms. The standard trick of stealing the HTML and class names that formslib works, so the standard style rules apply to your form.
2008-12-10 09:11:30 +00:00
tjhunt
aafdb447bf
quiz: MDL-6085 when editing a question from various places like a preview attempt or review screen, don't use a popup, instead take advantage of the fact that question.php now takes a returnurl. Merged from MOODLE_19_STABLE.
...
And MDL-17568 minor niggles with new queston navigation:
* The bit that scrolls down to the question you just submitted in adaptive mode was not working with random questions.
* Teachers reviewing an open attempt were shown the qusetions as editable, not read only!
2008-12-10 06:26:47 +00:00
tjhunt
be0ba083a0
performance: MDL-17577 only include lib/questionlib.php from the few parts of mod/quiz/lib.php that actually need it. Merged from MOODLE_19_STABLE.
2008-12-10 02:11:42 +00:00
skodak
ecb45a9e40
MDL-17275 fixed DML syntax
2008-12-09 23:46:03 +00:00
tjhunt
4e6f553d43
quiz editing: MDL-15903 fix the code that updates $quiz->sumgrades,
...
so we only update the database when something changes, not on every page view.
2008-12-05 05:08:37 +00:00
tjhunt
ab652c35ee
quiz settings: MDL-16781 Avoid concatenating and calling strtolower on language strings.
2008-12-05 04:20:26 +00:00
pilpi
74c640b3a7
quiz editing: MDL-17409 converted string to use $a
...
created new string
2008-12-04 15:53:30 +00:00
pilpi
5af1b21ab2
quiz editing: MDL-17409 converted strings to use $a
...
converted concatenation to use $a instead for new (committed with the rest of Quiz UI redesign project) strings, created new strings for old strings that did not yet use $a
2008-12-04 15:13:22 +00:00
pilpi
3e6ad1d7a4
quiz editing: MDL-17409 removed ":" from source
...
removed ":" from source where they occured with new (committed with the rest of Quiz UI redesign project) strings and changed the strings accordingly
2008-12-04 13:28:20 +00:00
pilpi
033c8cde6e
quiz editing: MDL-17294 removed unnecessary comment
2008-11-28 19:51:30 +00:00
pilpi
588a58b8d9
quiz editing: MDL-17294 improved the error situation handling in process_randomquestion_formdata
2008-11-28 19:43:45 +00:00
pilpi
4897ae1b94
quiz editing: MDL-17294 removed unnecessary comment
2008-11-28 18:58:30 +00:00
pilpi
49a020c672
quiz editing: MDL-17294 removed unnecessary comments
2008-11-28 18:57:43 +00:00
pilpi
38faf00984
quiz editing: MDL-17418 added another random question preview link
2008-11-28 18:49:28 +00:00
pilpi
94da24dc76
quiz editing: MDL-17294 added a call to quiz_question_tostring()
2008-11-28 18:47:46 +00:00
pilpi
8c4d6dd2a2
quiz editing: MDL-17294 removed the $showbreaks parameter from quiz_print_question_list
2008-11-28 18:37:24 +00:00
pilpi
c7c7f25a84
quiz editing: MDL-17294 changed quiz_process_randomquestion_formdata to always return (instead of sometimes redirecting)
2008-11-28 17:29:04 +00:00
pilpi
439d9cbe90
quiz editing: MDL-17452 customized the link tooltip to "Remove empty page" for the link for deleting an empty page
2008-11-28 16:33:48 +00:00
pilpi
8333ad82ae
quiz editing: MDL-17398 Added "show category contents" as a tooltip for the link with the category name as its contents
2008-11-28 16:27:42 +00:00
pilpi
3814fb96fc
quiz editing: MDL-17398 link to edit random question (configuration) in new UI
2008-11-28 15:43:10 +00:00
pilpi
7b2c3bde9e
quiz editing: MDL-17451 CSS and whitespace fixes to truncate overlong question category name
...
Tested on opera 9.27, IE6, Firefox 3 on Ubuntu Linux 8.04
2008-11-28 15:16:40 +00:00
pilpi
9cdcf82665
quiz editing: MDL-17398 cleaned up random question display in the edit subtab
...
made the link in an empty random question more readable, added a link to show category contents after the list of sample questions of a random question
2008-11-28 14:07:06 +00:00
jamiesensei
2280e147c5
MDL-12418 "Item Analysis shows duplicate responses for Multiple Choice questions with LaTeX in answers" This problem was caused by the formatting of questions in get_actual_responses. Now formatting is done in response_summary rather than get_actual_response which returns an array of unformatted strings.
...
Have fixed the formatting in responses report and in statistics report to use the correct formatting for the question type.
Created new functions format_responses and format_response. format_responses works on an array and normally just walks through the array calling format_response.
2008-11-28 10:14:19 +00:00
tjhunt
f24493ec9b
random essay questions: MDL-8648 Allow essay questions to be selected by random question.
...
In the 1.9 branch this is controlled by a new option under Admin -> Experimental. In Moodle 2.0 dev it is not optional, it just works.
The main change is letting the manual grading report know which random questions might need manual grading. MDL-4004 - this depends on the random question under consideration, which requires a new questiontype method.
I also changed the random question code so that I could remove some global variables.
2008-11-28 06:07:11 +00:00
tjhunt
16590517fa
fix notices: MDL-15974 Some systems that were upgraded have nullable columns, leading to notices
...
A new install has NOT NULL DEFAULT 0.
2008-11-27 05:12:11 +00:00
pilpi
9e5d7a8c5b
quiz editing: MDL-17418 added back (removed comments around) random question preview link for also the random question printing function for the order and paging tab.
2008-11-26 16:24:46 +00:00
pilpi
1b90bb45c5
quiz editing: MDL-17284 removed a print_r() call that must have been forgotten there when debugging
2008-11-26 15:36:34 +00:00
pilpi
0ff9576738
quiz editing: MDL-17284 converted a space to an to keep preview label on same line with its icon.
2008-11-26 15:35:08 +00:00
pilpi
101cad083a
quiz editing: MDL-17294 added back (removed comments around) random question preview link
2008-11-26 13:16:49 +00:00
tjhunt
2e883810d3
quiz editing: MDL-17296 refactor print_timing_information to avoid duplicating code from mod/quiz/accessrules.php
2008-11-26 04:52:46 +00:00
tjhunt
d7129a519f
accessibility / lang strings: MDL-17359 remove > being used as an arrow - screen readers don't like it.
2008-11-25 13:15:53 +00:00
tjhunt
1372b5d2cf
quiz editing: MDL-17298 We should not add JavaScript to the YAHOO namespace
Also, use the newer methods for including required JavaScript.
2008-11-25 12:31:59 +00:00
jamiesensei
bbf4f440ee
MDL-15326 "allow for per report capabilities to replace mod/quiz:viewreports"
2008-11-25 12:11:27 +00:00
tjhunt
1332ce5397
quiz unittests: MDL-17295 start writing unit tests for some of mod/quiz/locallib.php - and fix the bugs they revealed!
2008-11-23 12:46:51 +00:00
tjhunt
1499ce3185
unit test reliability: For some reason this does not work on my laptop. because the standard function getrempteadr returns '', so just skip this test.
2008-11-23 11:53:21 +00:00
pilpi
721efa237d
quiz editing: MDL-17298 removed debugging code forgotten there in the previous revision
2008-11-22 17:26:13 +00:00
pilpi
12e6b459c6
quiz editing: MDL-17298 use onDOMReady instead of onload.
...
In the previous commit to this file (1.2) I accidentally tried to do this already, but did it wrong, so javascript dialogs did not work.
2008-11-22 17:20:18 +00:00
pilpi
e81702f83a
quiz editing: MDL-17362 Cleaned away the js code related to MDL-17362 question bank javascript collapsing until that is done
2008-11-22 16:57:50 +00:00
pilpi
5c8505d034
quiz editing: MDL-17293 changed how the page number to add on is passed to the form for creating a random question
2008-11-22 16:32:36 +00:00
pilpi
414d5bfb7e
quiz editing: MDL-17290 doc comments were updated
2008-11-22 15:28:46 +00:00
pilpi
3fd9edf010
quiz editing: MDL-17300 it is now possible to change question grades after there are quiz attempts
2008-11-22 13:45:45 +00:00
pilpi
8bccba71e6
quiz editing: MDL-17299 Moved function definitions from mod/quiz/edit.php to mod/quiz/editlib.php
2008-11-22 12:36:14 +00:00
pilpi
d9daa35ca9
quiz editing: MDL-17297 Got rid of editcss.js and adjusted stylesheets accordingly
2008-11-22 11:42:06 +00:00
pilpi
1cdbd5e46f
quiz editing: MDL-17301 avoid inline CSS in mod/quiz/edit.php
2008-11-22 11:29:20 +00:00
pilpi
f0fbea15ba
quiz editing: MDL-17292 made it possible to delete an empty page from a quiz with attemtps
2008-11-21 19:48:57 +00:00
pilpi
ca63fb8b31
quiz editing: MDL-17291 Move selected questions to page is now disabled when Questions per page is set
2008-11-21 17:22:08 +00:00
pilpi
218dfb9127
quiz editing: MDL-17291 Question moving functionality to a user-selected page now manipulates an array instead of string
...
The old implementation was string-based and flawed, so switched to a more readable array-based one.
Also removed strpos2() since it was only used in edit.php locally and due to this change became unused.
2008-11-21 17:08:36 +00:00
pilpi
47a8933f62
quiz editing: MDL-17288 Lang string issues
...
questionsperpageselected and shufflequestionsselected from lang/en_utf8/quiz.php now use a $a, rather than concatenation.
2008-11-21 13:35:15 +00:00