How to Set up an iQuanda/edQuestion site- Check for updates

How to Set up an iQuanda/edQuestion site- Check for updates

Steps needed to set up edQuestion for a client

  • Add entry to tblSite in databae iQuanda using handle (aka “name”) and make note of site ID
  • Add tag to C:\WebSites\iquanda\App_Data\Sites.xml
    • Set Site ID attribute to new ID
    • Set Site name attribute to handle/name
    • Generate a registration code (random chars & nums) and set Site regcode attribute to that value
    • Set up tags with domain(s) (e.g. www.edquestion.com, www.iquanda.com) and handle(s) desired
    • Set up other information as appropriate
    • Be sure that any "handle" attributes used in <Route> tags are unique else the site itself could ruin
      other sites.
  • Copy folder C:\WebSites\iquanda\App_Data\Content\Cuesta and give the new copy the name of the handle. Change XML files’ content as appropriate.
  • In C:\WebSites\iquanda\Images create a folder with the name of the handle. In this folder place the logo image (preferably PNG format). Suggested height = 75px
  • In C:\WebSites\iquanda\Styles create a folder with the name of the handle. In this folder create a file named “_SiteOverride.css”. In this file put and override css necessary to customize the template. Some examples include:
    • #logo-area {background-image: url(../../Images/comevoconnect/ComevoLogo.png); backgroundrepeat: no-repeat; background-position: left center; }
    • #logo-area h1 {margin-left: 130px; margin-top: 0.75em; color: #0095C6;}
    • #nav-bar-wrapper {background-color: #0095C6; }
    • #nav-bar nav ul li {background-color: #007BA4; }
    • .ask, .button-small, .ask-small {background-color: #007BA4; }
    • a.author-link {color: #0095C6;}
    • #feedback {background-color: #0095C6; border-color: #0095C6;}
  • To enable reports, add a record to tblFunctionalPackageException to allow the Organization (get ID from tblOrganizationalUnit) an Exception Type of "Allow" (value = 1) on iQuanda Reports Functional Area (ID = 12).
  • If necessary, add Categories to tblCategory (check to make sure any one category does not already exist) and then bind to site using trelSite_Category.
  • If any users who need access to iQuanda are already in ComevoApp.dbo.tblAccountUser, records will need to be added to iQuanda.dbo.tblPerson and iQuanda.dbo.trelUser_SiteRole (role ID = 5) for each user.

    • Related Articles

    • Invoicing/Collections Process

      Invoices will be due on the first of the month in which the service starts. For example, if a school’s hosting and maintenance runs from Jan – Dec, the payment is due 1/1. The exception is schools whose service starts in July; payments for education ...
    • Invoicing/Collections Process - Needs Updating

      Invoices will be due on the first of the month in which the service starts. For example, if a school’s hosting and maintenance runs from Jan – Dec, the payment is due 1/1. The exception is schools whose service starts in July; payments for education ...
    • Tasks - Needs updating

      Daily Tasks: Check email when arrive Enter any bills or charges that have come in Answer any collections emails Go thru folders for any receipts/bills/deposits that may have come in Record as necessary Update Access file for any demos scheduled/demos ...
    • Adding Reports V2 to the Management Console

      Must Haves: Report Name Report's Table Name Report ID (Guid) Dataset ID (Guid)   Steps to obtain the above pieces of information: 1. Construct the report in Power BI Desktop Ideally, the data set will be created locally and uploaded to BI Cloud. From ...
    • How to Copy a Module into the "Demo" Handle

      Step by step walk through to copy a live site (course) into the Demo Handle. Must Haves: Organization Unit Handle, Organization Unit ID Module ID that will be copied to "Demo", Training Course ID for current instance of training course The "Demo" ...