Git Product home page Git Product logo

survey-jueces's Introduction

Formulario para Interjueces

Esta script permite implementar una herramienta para validar instrumentos de investigación, a través de la técnica del juicio entre expertos. La herramienta está desarrollada en Angular (TypeScript).

Los datos de la escala que se deben proporcionar son 3: información de la encuesta (objetivo y contacto del equipo), dimensiones de los items, listado de items. Todo esto se incluye en un archivo de configuración en src/assets/survey.json

Los datos se guardan en Firebase. Para configurarlo hay que copiar las claves en firebase.config.ts (en el raíz)

import { initializeApp } from "firebase/app";

export const firebaseConfig = {
    apiKey: "xxxxxxxxxxxxxxx",
    authDomain: "xxxxxxxxxxxxxxx",
    projectId: "xxxxxxxxxxxxxxx",
    storageBucket: "xxxxxxxxxxxxxxx",
    messagingSenderId: "xxxxxxxxxxxxxxx",
    appId: "xxxxxxxxxxxxxxx"
};

initializeApp(firebaseConfig);

Comandos de Angular

This project was generated with Angular CLI version 16.0.1.

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Demo

Escala de actitudes hacia el big data y la datificación

Related

Algunos proyectos parecidos

Validez de contenido por juicio de expertos: propuesta de una herramienta virtual

survey-jueces's People

Contributors

gastonbecerra avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.