home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TQUESTIONS / TQUESTIONS.txt
Encoding:
Text File  |  1999-03-17  |  12.5 KB  |  539 lines

  1. object Questions: TQuestions
  2.   Left = 481
  3.   Top = 168
  4.   Width = 650
  5.   Height = 512
  6.   ActiveControl = Occupation
  7.   Caption = 'SuperMemo Questionnaire'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 536
  20.     Top = 0
  21.     Width = 106
  22.     Height = 485
  23.     Align = alRight
  24.     BevelInner = bvLowered
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object OK: TBitBtn
  28.       Left = 8
  29.       Top = 8
  30.       Width = 90
  31.       Height = 32
  32.       Caption = '&OK'
  33.       TabOrder = 0
  34.       OnClick = OKClick
  35.       Kind = bkOK
  36.     end
  37.     object Cancel: TBitBtn
  38.       Left = 8
  39.       Top = 51
  40.       Width = 90
  41.       Height = 32
  42.       Cancel = True
  43.       Caption = 'Cancel'
  44.       ModalResult = 2
  45.       TabOrder = 1
  46.       Glyph.Data = {
  47.         DE010000424DDE01000000000000760000002800000024000000120000000100
  48.         0400000000006801000000000000000000001000000010000000000000000000
  49.         80000080000000808000800000008000800080800000C0C0C000808080000000
  50.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  51.         333333333333333333333333000033338833333333333333333F333333333333
  52.         0000333911833333983333333388F333333F3333000033391118333911833333
  53.         38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  54.         911118111118333338F3338F833338F3000033333911111111833333338F3338
  55.         3333F8330000333333911111183333333338F333333F83330000333333311111
  56.         8333333333338F3333383333000033333339111183333333333338F333833333
  57.         00003333339111118333333333333833338F3333000033333911181118333333
  58.         33338333338F333300003333911183911183333333383338F338F33300003333
  59.         9118333911183333338F33838F338F33000033333913333391113333338FF833
  60.         38F338F300003333333333333919333333388333338FFF830000333333333333
  61.         3333333333333333333888330000333333333333333333333333333333333333
  62.         0000}
  63.       NumGlyphs = 2
  64.     end
  65.   end
  66.   object ScrollBox1: TScrollBox
  67.     Left = 0
  68.     Top = 0
  69.     Width = 536
  70.     Height = 485
  71.     HorzScrollBar.Visible = False
  72.     VertScrollBar.Position = 1735
  73.     Align = alClient
  74.     TabOrder = 1
  75.     object Label1: TLabel
  76.       Left = 8
  77.       Top = -1727
  78.       Width = 521
  79.       Height = 57
  80.       AutoSize = False
  81.       Caption = 
  82.         'Please fill out as many fields below as you consider relevant. A' +
  83.         'll notes will be useful in developing a better SuperMemo and in ' +
  84.         'more efficiently bringing it to people. There are 17 questions t' +
  85.         'o answer.'
  86.       WordWrap = True
  87.     end
  88.     object Label7: TLabel
  89.       Left = 8
  90.       Top = -1663
  91.       Width = 206
  92.       Height = 16
  93.       Caption = 'Use Tab to move from field to field.'
  94.     end
  95.     object GroupBox1: TGroupBox
  96.       Left = 8
  97.       Top = -1639
  98.       Width = 505
  99.       Height = 193
  100.       Caption = 'About you'
  101.       TabOrder = 0
  102.       object Label2: TLabel
  103.         Left = 16
  104.         Top = 32
  105.         Width = 84
  106.         Height = 16
  107.         Caption = '1. O&ccupation:'
  108.         FocusControl = Occupation
  109.       end
  110.       object Label3: TLabel
  111.         Left = 16
  112.         Top = 64
  113.         Width = 131
  114.         Height = 16
  115.         Caption = '2. Company/Institution'
  116.       end
  117.       object Label4: TLabel
  118.         Left = 16
  119.         Top = 88
  120.         Width = 254
  121.         Height = 16
  122.         Caption = '3. Educational background (degree, major)'
  123.       end
  124.       object Label5: TLabel
  125.         Left = 16
  126.         Top = 164
  127.         Width = 38
  128.         Height = 16
  129.         Caption = '4. Age'
  130.       end
  131.       object Occupation: TMemo
  132.         Left = 152
  133.         Top = 24
  134.         Width = 345
  135.         Height = 30
  136.         Lines.Strings = (
  137.           '')
  138.         TabOrder = 0
  139.       end
  140.       object Company: TMemo
  141.         Left = 184
  142.         Top = 56
  143.         Width = 313
  144.         Height = 30
  145.         TabOrder = 1
  146.       end
  147.       object Education: TMemo
  148.         Left = 16
  149.         Top = 112
  150.         Width = 481
  151.         Height = 30
  152.         TabOrder = 2
  153.       end
  154.       object Age: TMemo
  155.         Left = 80
  156.         Top = 155
  157.         Width = 65
  158.         Height = 30
  159.         TabOrder = 3
  160.       end
  161.     end
  162.     object GroupBox2: TGroupBox
  163.       Left = 8
  164.       Top = -1437
  165.       Width = 505
  166.       Height = 338
  167.       Caption = 'About your use of SuperMemo'
  168.       TabOrder = 1
  169.       object Label6: TLabel
  170.         Left = 16
  171.         Top = 24
  172.         Width = 264
  173.         Height = 16
  174.         Caption = '5. How did you first learn about Supermemo?'
  175.       end
  176.       object Label8: TLabel
  177.         Left = 16
  178.         Top = 112
  179.         Width = 202
  180.         Height = 16
  181.         Caption = '6. Which versions have you used?'
  182.       end
  183.       object Label9: TLabel
  184.         Left = 16
  185.         Top = 192
  186.         Width = 451
  187.         Height = 16
  188.         Caption = 
  189.           '7. For how many years (months/days) have you used SuperMemo unti' +
  190.           'l now?'
  191.       end
  192.       object Label10: TLabel
  193.         Left = 16
  194.         Top = 251
  195.         Width = 346
  196.         Height = 16
  197.         Caption = '8. How much time per day do you spend with SuperMemo?'
  198.       end
  199.       object Label11: TLabel
  200.         Left = 16
  201.         Top = 280
  202.         Width = 412
  203.         Height = 16
  204.         Caption = 
  205.           '9. What is the total number of elements memorized in your collec' +
  206.           'tions?'
  207.       end
  208.       object HowLearn: TMemo
  209.         Left = 16
  210.         Top = 48
  211.         Width = 481
  212.         Height = 57
  213.         TabOrder = 0
  214.       end
  215.       object SM2: TCheckBox
  216.         Left = 16
  217.         Top = 136
  218.         Width = 153
  219.         Height = 17
  220.         TabStop = False
  221.         Caption = 'SM2 freeware'
  222.         TabOrder = 2
  223.       end
  224.       object SM5: TCheckBox
  225.         Left = 176
  226.         Top = 136
  227.         Width = 177
  228.         Height = 17
  229.         TabStop = False
  230.         Caption = 'SM5 shareware'
  231.         TabOrder = 3
  232.       end
  233.       object SM6: TCheckBox
  234.         Left = 360
  235.         Top = 136
  236.         Width = 137
  237.         Height = 17
  238.         TabStop = False
  239.         Caption = 'SuperMemo 6'
  240.         TabOrder = 4
  241.       end
  242.       object SM8: TCheckBox
  243.         Left = 176
  244.         Top = 160
  245.         Width = 129
  246.         Height = 17
  247.         TabStop = False
  248.         Caption = 'SuperMemo 8'
  249.         TabOrder = 1
  250.       end
  251.       object SM7: TCheckBox
  252.         Left = 16
  253.         Top = 160
  254.         Width = 145
  255.         Height = 17
  256.         Caption = 'SuperMemo 7'
  257.         TabOrder = 5
  258.       end
  259.       object Use: TMemo
  260.         Left = 16
  261.         Top = 216
  262.         Width = 337
  263.         Height = 30
  264.         TabOrder = 6
  265.       end
  266.       object Time: TMemo
  267.         Left = 400
  268.         Top = 240
  269.         Width = 97
  270.         Height = 30
  271.         TabOrder = 7
  272.       end
  273.       object Memorized: TMemo
  274.         Left = 16
  275.         Top = 300
  276.         Width = 97
  277.         Height = 30
  278.         TabOrder = 8
  279.       end
  280.       object CheckBox1: TCheckBox
  281.         Left = 360
  282.         Top = 160
  283.         Width = 137
  284.         Height = 17
  285.         Caption = 'SuperMemo 98'
  286.         Enabled = False
  287.         State = cbChecked
  288.         TabOrder = 9
  289.       end
  290.     end
  291.     object GroupBox3: TGroupBox
  292.       Left = 8
  293.       Top = -1089
  294.       Width = 505
  295.       Height = 152
  296.       Caption = '10. What is your opinion about the SuperMemo method?'
  297.       TabOrder = 2
  298.       object MethodExcellent: TRadioButton
  299.         Left = 16
  300.         Top = 42
  301.         Width = 400
  302.         Height = 17
  303.         Caption = 'Excellent aid in learning'
  304.         TabOrder = 0
  305.       end
  306.       object MethodUseful: TRadioButton
  307.         Left = 16
  308.         Top = 63
  309.         Width = 400
  310.         Height = 17
  311.         Caption = 'Useful idea'
  312.         TabOrder = 1
  313.       end
  314.       object MethodNothing: TRadioButton
  315.         Left = 16
  316.         Top = 85
  317.         Width = 400
  318.         Height = 17
  319.         Caption = 'Nothing special'
  320.         TabOrder = 2
  321.       end
  322.       object MethodArtificial: TRadioButton
  323.         Left = 16
  324.         Top = 106
  325.         Width = 400
  326.         Height = 17
  327.         Caption = 'Artificial approach to learning'
  328.         TabOrder = 3
  329.       end
  330.       object MethodWaste: TRadioButton
  331.         Left = 16
  332.         Top = 128
  333.         Width = 400
  334.         Height = 17
  335.         Caption = 'Waste of time'
  336.         TabOrder = 4
  337.       end
  338.       object NoMethodOpinion: TRadioButton
  339.         Left = 16
  340.         Top = 20
  341.         Width = 400
  342.         Height = 17
  343.         Caption = 'No opinion'
  344.         Checked = True
  345.         TabOrder = 5
  346.         TabStop = True
  347.       end
  348.     end
  349.     object GroupBox4: TGroupBox
  350.       Left = 8
  351.       Top = -931
  352.       Width = 505
  353.       Height = 143
  354.       Caption = '11. What is your opinion about SuperMemo software?'
  355.       TabOrder = 3
  356.       object ProgramExcellent: TRadioButton
  357.         Left = 16
  358.         Top = 40
  359.         Width = 400
  360.         Height = 17
  361.         Caption = 'Excellent piece of software'
  362.         TabOrder = 0
  363.       end
  364.       object ProgramReliable: TRadioButton
  365.         Left = 16
  366.         Top = 60
  367.         Width = 400
  368.         Height = 17
  369.         Caption = 'Reliable product'
  370.         TabOrder = 1
  371.       end
  372.       object ProgramGood: TRadioButton
  373.         Left = 16
  374.         Top = 79
  375.         Width = 400
  376.         Height = 17
  377.         Caption = 'Good software that is not user friendly'
  378.         TabOrder = 2
  379.       end
  380.       object ProgramPoor: TRadioButton
  381.         Left = 16
  382.         Top = 99
  383.         Width = 400
  384.         Height = 17
  385.         Caption = 'Poor quality software'
  386.         TabOrder = 3
  387.       end
  388.       object ProgramBag: TRadioButton
  389.         Left = 16
  390.         Top = 119
  391.         Width = 400
  392.         Height = 17
  393.         Caption = 'Bag of bugs'
  394.         TabOrder = 4
  395.       end
  396.       object NoProgramOpinion: TRadioButton
  397.         Left = 16
  398.         Top = 20
  399.         Width = 400
  400.         Height = 17
  401.         Caption = 'No opinion'
  402.         Checked = True
  403.         TabOrder = 5
  404.         TabStop = True
  405.       end
  406.     end
  407.     object GroupBox5: TGroupBox
  408.       Left = 8
  409.       Top = -786
  410.       Width = 505
  411.       Height = 395
  412.       Caption = 'Likes and dislikes'
  413.       TabOrder = 4
  414.       object Label12: TLabel
  415.         Left = 8
  416.         Top = 24
  417.         Width = 248
  418.         Height = 16
  419.         Caption = '12. What do you like most in SuperMemo?'
  420.       end
  421.       object Label13: TLabel
  422.         Left = 8
  423.         Top = 200
  424.         Width = 378
  425.         Height = 16
  426.         Caption = 
  427.           '13. What do you dislike most in SuperMemo? [critical question!!!' +
  428.           ']'
  429.       end
  430.       object Like: TMemo
  431.         Left = 8
  432.         Top = 48
  433.         Width = 489
  434.         Height = 137
  435.         TabOrder = 0
  436.       end
  437.       object Dislike: TMemo
  438.         Left = 8
  439.         Top = 224
  440.         Width = 489
  441.         Height = 161
  442.         TabOrder = 1
  443.       end
  444.     end
  445.     object GroupBox6: TGroupBox
  446.       Left = 8
  447.       Top = -389
  448.       Width = 505
  449.       Height = 675
  450.       Caption = 'Scope for improvement'
  451.       TabOrder = 5
  452.       object Label14: TLabel
  453.         Left = 8
  454.         Top = 24
  455.         Width = 400
  456.         Height = 16
  457.         Caption = '14. What are the most important improvements you would welcome?'
  458.       end
  459.       object Label15: TLabel
  460.         Left = 8
  461.         Top = 240
  462.         Width = 401
  463.         Height = 16
  464.         Caption = 
  465.           '15. What subjects are insufficiently or unclearly covered in hel' +
  466.           'p (F1)?'
  467.       end
  468.       object Label16: TLabel
  469.         Left = 8
  470.         Top = 424
  471.         Width = 453
  472.         Height = 16
  473.         Caption = 
  474.           '16. What services or texts would you like to see on the SuperMem' +
  475.           'o Website?'
  476.       end
  477.       object Label17: TLabel
  478.         Left = 8
  479.         Top = 552
  480.         Width = 416
  481.         Height = 16
  482.         Caption = '17. What could or should be done to make SuperMemo more popular?'
  483.       end
  484.       object Improvements: TMemo
  485.         Left = 8
  486.         Top = 48
  487.         Width = 481
  488.         Height = 185
  489.         TabOrder = 0
  490.       end
  491.       object Help: TMemo
  492.         Left = 8
  493.         Top = 264
  494.         Width = 489
  495.         Height = 153
  496.         TabOrder = 1
  497.       end
  498.       object Website: TMemo
  499.         Left = 8
  500.         Top = 448
  501.         Width = 489
  502.         Height = 97
  503.         TabOrder = 2
  504.       end
  505.       object Popularity: TMemo
  506.         Left = 8
  507.         Top = 576
  508.         Width = 489
  509.         Height = 89
  510.         TabOrder = 3
  511.       end
  512.     end
  513.     object GroupBox7: TGroupBox
  514.       Left = 8
  515.       Top = 296
  516.       Width = 505
  517.       Height = 185
  518.       Caption = 'Final remarks'
  519.       TabOrder = 6
  520.       object Label18: TLabel
  521.         Left = 16
  522.         Top = 32
  523.         Width = 398
  524.         Height = 16
  525.         Caption = 
  526.           'Propositions (distribution, resale, development, research, links' +
  527.           ', etc.)'
  528.       end
  529.       object Propositions: TMemo
  530.         Left = 8
  531.         Top = 56
  532.         Width = 489
  533.         Height = 121
  534.         TabOrder = 0
  535.       end
  536.     end
  537.   end
  538. end
  539.