[Building Sakai] Question about Samigo code.

Alaa NIZAR alaanizar at iihem.ac.ma
Sun Nov 9 23:37:46 PST 2014


Hi,

Thank you for the hint. That's the page I was looking for.

Besides, is there any document that describes the anatomy of Sakai tools?

Thank you once again.

Yours, 
Alaa


Sent from Samsung Mobile.

<div>-------- Original message --------</div><div>From: Yegeneswari Nagappan <ynagappan at unicon.net> </div><div>Date:10/11/2014  06:40  (GMT+00:00) </div><div>To: Alaa NIZAR <alaanizar at iihem.ac.ma> </div><div>Cc: sakai-dev at collab.sakaiproject.org </div><div>Subject: Re: [Building Sakai] Question about Samigo code. </div><div>
</div>Hi,

Here is the file that renders the 'edit' part page in Test:

samigo/samigo-app/src/webapp/jsf/author/editPart.jsp

You can comment the below lines of code to hide the question ordering options from front end ( around line 160):

<!-- Question Ordering -->
   <div class="longtext">
   <h:panelGroup >
   <h:outputText value="#{authorMessages.q_ordering_n}" />

     <h:selectOneRadio disabled="#{sectionBean.type =='2'}" layout="pageDirection" value="#{sectionBean.questionOrdering}">
       <f:selectItem itemLabel="#{authorMessages.as_listed_on_assessm}"
         itemValue="1"/>
       <f:selectItem itemLabel="#{authorMessages.random_within_p}"
         itemValue="2"/>
     </h:selectOneRadio>
   </h:panelGroup>
   </div>

Hope this helps!

Thanks
Esh
----- Original Message -----
From: "Alaa NIZAR" <alaanizar at iihem.ac.ma>
To: sakai-dev at collab.sakaiproject.org
Sent: Friday, November 7, 2014 4:43:45 PM
Subject: [Building Sakai] Question about Samigo code.







Hello, 


I was reading some files in the Samigo package in a desperate attempt to locate the option of random testing, and only leave the linear questions delivery style. 


We faced a huge load on the database while having assessments that bring question by question randomly. 
When the test is linear even though questions were drawn randomly from the pool, the test went well. 


Can you please show me what page or procedure is responsible for this? 
I just want to hide that option from the html page that is shown to instructors. 


Thank you so much for your help. 


Yours, 
Alaa 







Sent from Samsung Mobile. 
-- 
This message has been scanned for viruses and 
dangerous content by MailScanner , and is 
believed to be clean. 
_______________________________________________
sakai-dev mailing list
sakai-dev at collab.sakaiproject.org
http://collab.sakaiproject.org/mailman/listinfo/sakai-dev

TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20141110/2339d151/attachment.html 


More information about the sakai-dev mailing list