Widget:Sandbox: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 670: | Line 670: | ||
hints : ['Very Poor', 'Poor', 'Average', 'Good', 'Very Good'] | hints : ['Very Poor', 'Poor', 'Average', 'Good', 'Very Good'] | ||
}); | }); | ||
$("#star1").append(res.wbrgetrating.difficulty + " " + res.wbrgetrating. | $("#star1").append(res.wbrgetrating.difficulty + " " + res.wbrgetrating.diffCount); | ||
$("#star2").raty({ | $("#star2").raty({ | ||
path : 'http://www.wikidoc.org/includes/raty/img/', | path : 'http://www.wikidoc.org/includes/raty/img/', | ||
Line 679: | Line 679: | ||
hints : ['Very Poor', 'Poor', 'Average', 'Good', 'Very Good'] | hints : ['Very Poor', 'Poor', 'Average', 'Good', 'Very Good'] | ||
}); | }); | ||
$("#star2").append(res.wbrgetrating.difficulty + " " + res.wbrgetrating. | $("#star2").append(res.wbrgetrating.difficulty + " " + res.wbrgetrating.qualCount); | ||
$("#star3").raty({ | $("#star3").raty({ | ||
path : 'http://www.wikidoc.org/includes/raty/img/', | path : 'http://www.wikidoc.org/includes/raty/img/', |