Skip to content

Commit 26d82cb

Browse files
author
Nelson Moller
committed
Merge remote-tracking branch 'origin/ver2.8+' into ver2.8+
2 parents 2c42f9f + 6394167 commit 26d82cb

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

README-wwassignment6_ver2.8+

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
This version ver2.8+ of the assignment level bridge between
26
moodle and webwork works for Moodle 2.+ and
37
WeBWorK 2.8.3+.
@@ -8,17 +12,25 @@ http://math.wallawalla.edu/~duncjo/
812
With further work by Michael Gage http://www.math.rochester.edu/
913

1014
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+
1628
A moodle administrator will need to login from the web in order to activate the new
1729
module and set up the preferences so that it points to a local webwork server.
1830

1931
moodle ver 1.9.8 — wwassignment4 — branch: ver1.9.8
2032
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+
2234

2335
Nothing new needs to be added to WeBWorK to allow it work in conjunction with moodle
2436
but a few features have to be turned on, and on URL may have to be updated in WSDL.pm.

view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
);
108108
print("<iframe id='wwPage' src='$wwsetlink' frameborder='0' "
109109
. "width='".$CFG->wwassignment_iframewidth."' "
110-
. "height='".$CFG->wwassignment_iframeheight."' scrolling='no' >"
110+
. "height='".$CFG->wwassignment_iframeheight."'>"
111111
);
112112

113113

0 commit comments

Comments
 (0)