1
+ wwassignment and wwlink are moodle "mods" and "blocks" written in php. They work
2
+ together to connect moodle and webwork so that webwork assignments are available
3
+ within moodle.
4
+
1
5
This version ver2.8+ of the assignment level bridge between
2
6
moodle and webwork works for Moodle 2.+ and
3
7
WeBWorK 2.8.3+.
@@ -8,17 +12,25 @@ http://math.wallawalla.edu/~duncjo/
8
12
With further work by Michael Gage http://www.math.rochester.edu/
9
13
10
14
To install
11
- (1) move the wwlink directory, currently in the blocks subdirectory,
12
- into the moodle/blocks directory
13
- (2) move the wwassignment directory, currently in the mod subdirectory,
14
- into the moodle/mod directory.
15
-
15
+ (1) cd moodle/blocks
16
+ git clone https://github.com/mgage/wwlink.git
17
+ cd wwlink
18
+ git fetch ----- this pulls down all of the versions
19
+ git branch -a ----- this will show all of the branches available
20
+ (2) cd moodle/mod
21
+ git clone https://github.com/mgage/wwassignment.git
22
+ cd wwassignment
23
+ git fetch ----- this pulls down all of the versions
24
+ git branch -a ----- this will show all of the branches available
25
+
26
+
27
+
16
28
A moodle administrator will need to login from the web in order to activate the new
17
29
module and set up the preferences so that it points to a local webwork server.
18
30
19
31
moodle ver 1.9.8 — wwassignment4 — branch: ver1.9.8
20
32
moodle ver 2.6.8 - wwassignment5 - branch: ver2.6+
21
- moodle ver 2.8.3 - wwassignment6 - branch: ver2.8+
33
+ moodle ver 2.8.3+ - wwassignment6 - branch: ver2.8+
22
34
23
35
Nothing new needs to be added to WeBWorK to allow it work in conjunction with moodle
24
36
but a few features have to be turned on, and on URL may have to be updated in WSDL.pm.
0 commit comments