This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
mirror of
https://github.com/moodle/moodle.git
synced
2025-02-13 20:36:42 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
mod
/
quiz
History
skodak
8df73369ce
MDL-11517 reserved word MOD used in table alias in questions backup code
2007-09-29 16:26:13 +00:00
..
db
Second pass. Modules. Some more default comments are out. MDL-11385
2007-09-24 22:17:05 +00:00
pix
…
report
MDL-10972 - The lang string 'fullname', which is normally used for course fullnames, was being used for a person's full name in some quiz reports. This dual usage is not translatable into all languages. Merged from MOODLE_18_STABLE.
2007-09-19 15:52:27 +00:00
attempt_close_js.php
…
attempt.php
MDL-8682: Pressing enter when answering a short answer question can submit the wrong one. To fix this, I have disabled the enter key unless the keyboard focus is on a submit button (or inside a text box or HTML editor).
2007-09-26 18:15:31 +00:00
backuplib.php
MDL-11517 reserved word MOD used in table alias in questions backup code
2007-09-29 16:26:13 +00:00
comment.php
…
config.html
…
defaults.php
…
edit.php
MDL-11398 - Random questions sometimes ended up with names different from the cateogry they were actually picking from. Also, the same random questoin could be used in more than one quiz, in which case editing that question would change two quizzes unexpectedly. The fix is:
2007-09-26 16:10:38 +00:00
editlib.php
…
grade.php
…
icon.gif
…
index.php
MDL-9331 - Problem with the tables on the quiz index page. Merged from MOODLE_18_STABLE.
2007-09-26 20:45:23 +00:00
jstimer.php
MDL-8682: Pressing enter when answering a short answer question can submit the wrong one. To fix this, I have disabled the enter key unless the keyboard focus is on a submit button (or inside a text box or HTML editor).
2007-09-26 18:15:31 +00:00
lib.php
MDL-6376 - Include quizzes on the MyMoodle page. Initial implementation by Stephen Bourget, with refinements by Tim Hunt. The logic for which quizzes are listed is very similar to the lesson module.
2007-09-21 11:05:04 +00:00
locallib.php
MDL-10030 - the logic controlling whether students were allowed to see the review screen was wrong.
2007-09-21 16:01:40 +00:00
mod_form.php
Add $Id$ tags.
2007-09-26 10:13:23 +00:00
pagelib.php
…
protect_js.php
…
quiz.js
MDL-8682: Pressing enter when answering a short answer question can submit the wrong one. To fix this, I have disabled the enter key unless the keyboard focus is on a submit button (or inside a text box or HTML editor).
2007-09-26 18:15:31 +00:00
quizfile.php
…
report.php
…
restorelib.php
…
restorelibpre15.php
…
review.php
MDL-10030 - the logic controlling whether students were allowed to see the review screen was wrong.
2007-09-21 16:01:40 +00:00
reviewoptions.html
…
reviewquestion.php
…
styles.php
…
tabs.php
removing redundant string fetches
2007-09-04 13:28:50 +00:00
version.php
…
view.php
MDL-10376 - since roles and capabilities came along, the quiz was not very gracious if you were logged in as guest, or really logged in on the server, but using guest access to look a a particular course, or were enrolled in a course, but in a role that did not let you preview or attempt quizzes. This patch should clean up the logic for all these cases.
2007-09-20 15:14:24 +00:00