Skip to content

Commit 416e491

Browse files
committed
Updating files for deployment
1 parent f399484 commit 416e491

File tree

5 files changed

+73
-33
lines changed

5 files changed

+73
-33
lines changed

README.md

+38-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,45 @@
1-
# TestPlatform
1+
2+
# TestPlatform
23
[![Build status](https://ci.appveyor.com/api/projects/status/ldpimyp67n2c14mh?svg=true)](https://ci.appveyor.com/project/fabiolamfleury/test-platform)
4+
![Available for Windows](https://img.shields.io/badge/Available%20for-Windows-blue.svg)
5+
![Open source](https://camo.githubusercontent.com/d9ce827af4ec2b7b3c52ce4595bbb354d8b21405/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f76312f6f70656e2d736f757263652e7376673f763d313032)
6+
7+
Create executive function tests for your research with plenty customization.
38

49
TestPlatform is a platform used in scientific research in Neuroscience and Behaviour fields. project for various executive functions tests paradigms. It continuous the work initialized by [StroopTest](https://github.com/lab-neuro-comp/StroopTest), including now ReactionTest and Experiments, and soon it will include another set of cognitive tests. This is a desktop application built to be used on Windows systems.
510

11+
## Key features
12+
13+
* Create customized Stroop Test
14+
* Create customized Reaction Time Test
15+
* Create customized lists for your tests with images, words, colors and audios
16+
* Record audios
17+
* Record tests response from participant
18+
* Extensive results generated, that can be exported to .csv file
19+
* Create Experiment susing as many tests as needed of any paradigms in program
20+
21+
### Examples of executing tests
22+
23+
![Stroop Example Portuguese](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/stroop_example_pt-BR.gif)
24+
25+
![Stroop Example English](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/stroop_example_en-US.gif)
26+
27+
![Stroop Image Example](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/stroop_example_image.gif)
28+
29+
## Download
30+
31+
### Prerequisites
32+
33+
* .NET Framework 4.5.2 or greater
34+
35+
You can download latest installable version of TestPlatform for Windows [here](https://github.com/lab-neuro-comp/Test-Platform/releases/latest).
36+
37+
## How to use it
38+
39+
After downloading the program you need to install it, just follow the installing wizard and a shortcut will be created in your Desktop area. And you are all set!
40+
41+
![Installing Program](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/installing_program.png)
42+
643
## Contributors
744

845
* **Hugo Honda Ferreira** - *Initial work with StroopTest* - [StroopTest](https://github.com/lab-neuro-comp/StroopTest)

StroopTest/Properties/AssemblyInfo.cs

-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@
3535
// [assembly: AssemblyVersion("1.0.*")]
3636
[assembly: AssemblyVersion("2.0")]
3737
[assembly: AssemblyFileVersion("2.0")]
38-
[assembly: NeutralResourcesLanguage("en-US")]
3938

StroopTest/TestPlatform.csproj

+7-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<NuGetPackageImportStamp>
1818
</NuGetPackageImportStamp>
1919
<HockeyAppResourceId>4e4db72659e84ec1ab96ac2196fa1559</HockeyAppResourceId>
20-
<PublishUrl>C:\Users\fabio\Desktop\UnB\Verão 02018\Nova pasta\</PublishUrl>
20+
<PublishUrl>C:\Users\fabio\Desktop\UnB\Verão 02018\Deploy 2_0\</PublishUrl>
2121
<Install>true</Install>
2222
<InstallFrom>Disk</InstallFrom>
2323
<UpdateEnabled>false</UpdateEnabled>
@@ -35,8 +35,8 @@
3535
<PublisherName>lab-neuro-comp</PublisherName>
3636
<WebPage>publish.htm</WebPage>
3737
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
38-
<ApplicationRevision>2</ApplicationRevision>
39-
<ApplicationVersion>2.0.0.2</ApplicationVersion>
38+
<ApplicationRevision>0</ApplicationRevision>
39+
<ApplicationVersion>2.0.0.0</ApplicationVersion>
4040
<UseApplicationTrust>false</UseApplicationTrust>
4141
<CreateDesktopShortcut>true</CreateDesktopShortcut>
4242
<PublishWizardCompleted>true</PublishWizardCompleted>
@@ -94,6 +94,10 @@
9494
</PropertyGroup>
9595
<PropertyGroup />
9696
<PropertyGroup />
97+
<PropertyGroup />
98+
<PropertyGroup>
99+
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
100+
</PropertyGroup>
97101
<ItemGroup>
98102
<Reference Include="CSCore, Version=1.2.1.1, Culture=neutral, PublicKeyToken=5a08f2b6f4415dea, processorArchitecture=MSIL">
99103
<HintPath>..\packages\CSCore.1.2.1.1\lib\net35-client\CSCore.dll</HintPath>

StroopTest/Views/MainForms/FormMain.Designer.cs

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

StroopTest/Views/MainForms/FormMain.resx

+12-12
Original file line numberDiff line numberDiff line change
@@ -5900,6 +5900,18 @@
59005900
<data name="&gt;&gt;idiomaToolStripMenuItem.Type" xml:space="preserve">
59015901
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
59025902
</data>
5903+
<data name="&gt;&gt;portuguêsBrasilToolStripMenuItem.Name" xml:space="preserve">
5904+
<value>portuguêsBrasilToolStripMenuItem</value>
5905+
</data>
5906+
<data name="&gt;&gt;portuguêsBrasilToolStripMenuItem.Type" xml:space="preserve">
5907+
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
5908+
</data>
5909+
<data name="&gt;&gt;englishUnitedStatesToolStripMenuItem.Name" xml:space="preserve">
5910+
<value>englishUnitedStatesToolStripMenuItem</value>
5911+
</data>
5912+
<data name="&gt;&gt;englishUnitedStatesToolStripMenuItem.Type" xml:space="preserve">
5913+
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
5914+
</data>
59035915
<data name="&gt;&gt;directoryToolStripLabel.Name" xml:space="preserve">
59045916
<value>directoryToolStripLabel</value>
59055917
</data>
@@ -5918,18 +5930,6 @@
59185930
<data name="&gt;&gt;errorProvider1.Type" xml:space="preserve">
59195931
<value>System.Windows.Forms.ErrorProvider, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
59205932
</data>
5921-
<data name="&gt;&gt;portuguêsBrasilToolStripMenuItem.Name" xml:space="preserve">
5922-
<value>portuguêsBrasilToolStripMenuItem</value>
5923-
</data>
5924-
<data name="&gt;&gt;portuguêsBrasilToolStripMenuItem.Type" xml:space="preserve">
5925-
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
5926-
</data>
5927-
<data name="&gt;&gt;englishUnitedStatesToolStripMenuItem.Name" xml:space="preserve">
5928-
<value>englishUnitedStatesToolStripMenuItem</value>
5929-
</data>
5930-
<data name="&gt;&gt;englishUnitedStatesToolStripMenuItem.Type" xml:space="preserve">
5931-
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
5932-
</data>
59335933
<data name="&gt;&gt;$this.Name" xml:space="preserve">
59345934
<value>FormMain</value>
59355935
</data>

0 commit comments

Comments
 (0)