Toggle navigation
Go
English
Log-in
Home
Go to Wiki
Wiki Index
Document Index
User Index
Tests
Go to Space
Document Index
WebHome
Ante.lv
Tests
Wiki source code of
Tests
More actions
Content
Comments
Attachments
History
Information
Hide line numbers
1: = Multiple-choice Tests = 2: 3: [[How test items are being organized>>Tests.Structure]] 4: 5: We believe that test content on certain common-knowledge topics should be open content - so that the test questions can be improved over time, and people can adequately prepare for the tests. 6: 7: //Right now you can see only questions and answer choices (alternatives). Ante.lv developers are currently working on functionality allowing to test your knowledge online, and to see the right answer and analysis.// 8: 9: {{velocity filter="none"}} 10: #set ($sql = ", BaseObject as obj where obj.name=doc.fullName and obj.className='Tests.ItemSetClass' and obj.name<>'Tests.ItemSetClassTemplate'") 11: #foreach ($item in $xwiki.searchDocuments($sql)) 12: #set ($itemdoc = $xwiki.getDocument($item)) 13: #if ($itemdoc.parent == "${doc.web}.${doc.name}") 14: 1. [[$itemdoc.displayTitle>>$item]] (${itemdoc.defaultLanguage})#end 15: #end 16: 17: 18: ## 1. [Basic XML|Tests.BasicXML.WebHome] 19: 20: 21: {{html clean="false" wiki="true"}} 22: #if($context.hasAdminRights()) 23: **Create a New ItemSet:** <form action="" id="newdoc"> 24: <input type="hidden" name="parent" value="${doc.web}.${doc.name}"/> 25: <input type="hidden" name="template" value="Tests.ItemSetClassTemplate"/> 26: <input type="hidden" name="sheet" value="1"/> 27: <table> 28: <tr><th>ItemSet Space:</th><td><input type="text" name="webname" value="${doc.web}" size="30"/></td></tr> 29: <tr><th>**ItemSet Name:**</th><td><input type="text" name="name" value="Name of your ItemSet" size="30"/></td></tr> 30: <tr><td colspan='2'><input type="button" value="Create the ItemSet" onclick='if (updateName(this.form.name)) {this.form.action="../../inline/" + this.form.webname.value + "/" + this.form.name.value; this.form.submit(); }'></td></tr> 31: </table> 32: </form> 33: #end 34: 35: <p/> 36: 37: {{/html}} 38: {{/velocity}}
Applications
Blog
Dashboard
Scheduler
User Index
More applications
Create your own!
Quick Links
Blog