David Mudrak
deea6e7a64
workshop fixed none participants case
2010-01-04 18:29:49 +00:00
David Mudrak
da23213827
workshop: english strings for workshop capabilities
2010-01-04 18:29:39 +00:00
David Mudrak
7ba8781635
workshop: preparing possibility to publish selected submissions
2010-01-04 18:29:29 +00:00
David Mudrak
810941b6a0
workshop in reply to MDL-20787 switching to pix_url()
2010-01-04 18:29:19 +00:00
David Mudrak
581878b8fa
workshop displays assessment weight in the grading evaluation report
2010-01-04 18:29:06 +00:00
David Mudrak
090a7907da
workshop fixing incorrect use of logical operators
2010-01-04 18:28:56 +00:00
David Mudrak
a0aa8b2c01
workshop: do not allow editing outside the given frame
2010-01-04 18:28:46 +00:00
David Mudrak
0f6bf8c93d
workshop in reply to MDL-20204 - new output API in example submissions code
2010-01-04 18:28:36 +00:00
David Mudrak
cbf87967c7
MDL-20652 workshop: more work on example submissions
...
Important change: teacher's assessments of example submissions (now
known as "reference assessments") are now displayed to students after
they assess example submission.
2010-01-04 18:28:25 +00:00
David Mudrak
028cd0616c
workshop 2.0: do not register cron job before it is really implemented
2010-01-04 18:28:12 +00:00
David Mudrak
74bf8a947f
workshop 2.0: implement phase-related allowers
2010-01-04 18:28:02 +00:00
David Mudrak
ef96efe04d
workshop viewlets are collapsible
...
So far using the obsolete function, to be upgraded to using output renderer
2010-01-04 18:27:52 +00:00
David Mudrak
becec954e6
MDL-20652 workshop: more work on example submissions
2010-01-04 18:27:41 +00:00
David Mudrak
81eccf0a36
MDL-20652 workshop: initial work on example submissions
2010-01-04 18:27:21 +00:00
David Mudrak
0d0b7d99db
workshop uses plain checkbox instead of advcheckbox
2010-01-04 18:27:07 +00:00
David Mudrak
6adbcb8015
workshop in reply to MDL-20204 - new output API
2010-01-04 18:26:56 +00:00
David Mudrak
e2f9cc471f
workshop in reply to MDL-20787: module icon moved to the new location
2010-01-04 18:26:21 +00:00
David Mudrak
f0ec02a443
workshop: fixed two grading evaluation errors
...
The first one was caused by the wrong rounding. The second one caused
the best assessment not being recognized properly.
2010-01-04 18:26:02 +00:00
David Mudrak
d864fdfb14
Fixed deprecated call by reference
2010-01-04 18:25:52 +00:00
David Mudrak
e1aa152246
Yet another MySQL fix
2010-01-04 18:25:41 +00:00
David Mudrak
fc399336b3
An attempt to fix an SQL bug appearing at MySQL
2010-01-04 18:25:23 +00:00
David Mudrak
f1b4b38774
workshop submission: fixed error preventing to submit at MySQL server
2010-01-04 18:25:13 +00:00
David Mudrak
f7d3a9656f
Fixed missing library include when deleting an instance
2010-01-04 18:25:03 +00:00
David Mudrak
aabf73b7a1
MDL-19937 workshop migration - setting day zero versions
2010-01-04 18:24:52 +00:00
David Mudrak
ec0753e35b
Dropping support for scheduled release of grades - it is gradebook's
...
duty
2010-01-04 18:24:28 +00:00
David Mudrak
10bc4bce2b
Various fixes found during testing
2010-01-04 18:24:17 +00:00
David Mudrak
f27b70fbbc
MDL-20058 totalgrade stuff removed from workshop code
2010-01-04 18:24:03 +00:00
David Mudrak
365c2cc22a
MDL-20058 workshop pushed grades into gradebook
2010-01-04 18:23:52 +00:00
David Mudrak
f82567aff7
Renamed a param to handle block editing mode
2010-01-04 18:23:42 +00:00
David Mudrak
4f16959f58
MDL-20058 workshop grades can be overridden in grading evaluation phase only
2010-01-04 18:23:32 +00:00
David Mudrak
557a11009e
MDL-20058 workshop allows override grade for submission
2010-01-04 18:23:22 +00:00
David Mudrak
67cd00ba5b
Refactor submission.php a bit to prepare for feedback form
2010-01-04 18:23:08 +00:00
David Mudrak
aa6610f31b
workshop: fixed link to the attachment in a folder
2010-01-04 18:22:58 +00:00
David Mudrak
d183140de8
MDL-20058 workshop grading report fixes and small improvements
2010-01-04 18:22:47 +00:00
David Mudrak
8d57ce649d
Do not display given grade before the workshop is closed
2010-01-04 18:22:37 +00:00
David Mudrak
04f24757f7
Replaced develtools with a temporary loginas tab
2010-01-04 18:22:27 +00:00
David Mudrak
f6e8b31802
workshop: general cleanup
...
Moving stuff from lib.php into static methods in localib.php. Removing
things from workshop core that were implemented in a subplugin. Dropping
stuff related to features not to be implemented in 2.0.
2010-01-04 18:22:10 +00:00
David Mudrak
d84d06ceff
MDL-19930 workshop: comments grading strategy
2010-01-04 18:21:42 +00:00
David Mudrak
6f3535ac9c
Rough search and replace accumulative > comments
2010-01-04 18:21:24 +00:00
David Mudrak
669314615f
Initial copy of form/accumulative code
2010-01-04 18:21:04 +00:00
David Mudrak
e554671dc4
Assessments overrides and feedbacks
...
This requires the patch of MDL-20623 to be applied
2010-01-04 18:20:24 +00:00
David Mudrak
77f43e7d1a
Frozen grid rubric layout fix
2010-01-04 18:20:10 +00:00
David Mudrak
407b1e9177
VIP Assessment review
2010-01-04 18:19:58 +00:00
David Mudrak
1696f36cf2
Fixed submission grade aggregation
...
Overriding the submission grade influence the total grade, not the
aggregated one.
2010-01-04 18:19:48 +00:00
David Mudrak
43b34576a4
Assessment form preview handled by a dedicated script
...
This was part of assessment.php but it makes the things too complicated.
2010-01-04 18:19:37 +00:00
David Mudrak
1a888282c9
eval/best/ is officially called 'Comparison with the best assessment'
2010-01-04 18:19:24 +00:00
David Mudrak
37f37237c8
Allow opening assessment forms in read-only mode
2010-01-04 18:19:13 +00:00
David Mudrak
1372eaa91b
Remember the recently used grading evaluation settings
2010-01-04 18:18:53 +00:00
David Mudrak
f55650e6bc
Grading evaluation is now configurable on-the-fly
2010-01-04 18:18:30 +00:00
David Mudrak
1fed6ce39a
Workshop total grade calculation support
2010-01-04 18:18:00 +00:00