Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8716893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T06:11:29+00:00 2026-06-13T06:11:29+00:00

My first delve into winrt/xaml/html5 development, so any general pointers gratefully accepted. I appreciate

  • 0

My first delve into winrt/xaml/html5 development, so any general pointers gratefully accepted. I appreciate that this is a very open ended question, basically a thought dump, but all opinions are welcome.

I have been asked to look at developing a questionnaire type application to replace current paper based questionnaires. Application will run on win8 tablet devices which may/maynot have online/wifi access.

The current setup is that the ‘main’ system has the questions stored in the database. A simple spreadsheet style input form where trained operators receive the paper questionnaires and input the data. We aim to eliminate that additional input step and remove the paper.

Basic user requirements are

  • Questions should be updatable as required – so questions must be
    stored in a local datastore on the win8 devices – exported from the existing main system database. As the tablet devices may not have online
    access it’s fine to recall the tablets for a manual update rather
    than pushing out new questions OTA)

  • Answers may take the form of YES/NO, Scales (unhappy/moderately
    happy/ecstatic…), free text entry.

  • Sections should be able to be skipped/branched. So answering YES to
    Q2 branches to section 2a, answering NO branches to 2b etc.

  • Answers to be stored in local datastore and some method of exporting
    provided to get data into main database (wifi cannot be guarenteed,
    but all locations will have physical USB connection available to a
    desktop running the ‘main’ application where data is to be imported).

As the questions are dynamic the page content and input controls must be generated at runtime – or generated and stored whenever the questions change?

So Q1 may have input type of Checkbox
Q2 may have input type of dropdown list
Q2a may be free text entry.
Answering Q2 may result in skiping to Q5 etc.
All these rules will be stored in the questions DB.

The question prompts and input types will be stored in a local database

Is it possible with XAML to hide and show ‘sections’ – related to the ‘show section 2a or 2b depending on the answer of Q2 etc.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T06:11:30+00:00Added an answer on June 13, 2026 at 6:11 am

    Is it possible with XAML to hide and show ‘sections’ – related to the ‘show section 2a or 2b depending on the answer of Q2 etc.

    Yes.

    You bind the visibility of the section through a converter to the answer of the question:

    <StackPanel Visibility="{Binding Answer2, Mode=OneWay, Converter={StaticResource AnswerToVisibility})">
        ... Section UI
    </StackPanel>
    

    (I’m using a StackPanel here for simplicty)

    Then your converter needs to look something like this:

    public class DateConverter : IValueConverter
    {
        public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
        {
            // cast value to the correct type
            return value == condition ? Visibility.Visible : Visibility.Collapsed;
        }
    
        public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
        {
            throw new NotImplementedException();
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is an elaboration of a previous question, but as I delve deeper into
My first delve into working with JSON data. I have a bit of experience
this is my first post here so I apologise in advance for any poor
First of all I want to say in advance that I truly appreciate anything
First, the general situation... a 3rd-party library loaded through a DLL does rendering into
First of all, this isn't for a keylogger, it's for an input in a
first take a look on this picture from localScope app : i have 2
First i selected images from photo library to ALAsset Library and after that i
First you should know I have looked into many questions and none of them
Before I delve into it, I'm very new to Android and I have just

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.