From 9006fd2b772aff8f2aa817ee893388378fd9a6cb Mon Sep 17 00:00:00 2001 From: Anto Stupak Date: Thu, 25 Apr 2013 14:06:00 +0300 Subject: [PATCH] word cloud: return percents. Additional attribute description is added into doc file --- doc/public/course_data_formats/word_cloud/word_cloud.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/public/course_data_formats/word_cloud/word_cloud.rst b/doc/public/course_data_formats/word_cloud/word_cloud.rst index 3aef22a6ae..0401421ea0 100644 --- a/doc/public/course_data_formats/word_cloud/word_cloud.rst +++ b/doc/public/course_data_formats/word_cloud/word_cloud.rst @@ -18,6 +18,7 @@ The following attributes can be specified for this tag:: [display_name| AUTOGENERATE] – Display name of xmodule. When this attribute is not defined - display name autogenerate with some hash. [num_inputs| 5] – Number of inputs. [num_top_words| 250] – Number of max words, which will be displayed. + [display_percents| True] – Dispaly usage percents for each word. .. note::